From cea89fb87a96943708a1db0f646492fbfaaf000f Mon Sep 17 00:00:00 2001 From: M Somerville Date: Wed, 11 Nov 2020 16:45:00 +0000 Subject: [PATCH] Version 3.1. --- CHANGELOG.md | 82 +- README.md | 2 +- bin/gettext-nget-patch | 3 +- bin/site-specific-install.sh | 2 +- docs/_posts/2020-11-16-v3.1.md | 42 + locale/FixMyStreet.po | 915 +-- locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po | 1275 ++-- locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po | 1260 ++-- locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po | 1252 ++-- locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po | 1263 ++-- locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po | 1253 ++-- locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po | 1263 ++-- locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po | 1253 ++-- locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po | 1817 ++--- locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po | 1263 ++-- locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po | 1616 ++--- locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po | 1272 ++-- locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po | 6116 +++++++++++++++++ locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po | 1275 ++-- locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po | 1250 ++-- locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po | 1271 ++-- locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po | 1241 ++-- locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po | 1272 ++-- locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po | 1494 ++-- locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po | 1259 ++-- locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po | 1261 ++-- locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po | 1257 ++-- locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po | 1275 ++-- locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po | 1259 ++-- locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po | 1258 ++-- locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po | 1516 ++-- locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po | 1275 ++-- locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po | 2858 +++++--- locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po | 1239 ++-- locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po | 1263 ++-- locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po | 1256 ++-- locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po | 1272 ++-- locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po | 1271 ++-- locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po | 1300 ++-- locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po | 1263 ++-- locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po | 1265 ++-- locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po | 1263 ++-- .../web/base/admin/users/_form_details.html | 2 +- 43 files changed, 32197 insertions(+), 22167 deletions(-) create mode 100644 docs/_posts/2020-11-16-v3.1.md create mode 100644 locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po diff --git a/CHANGELOG.md b/CHANGELOG.md index 852d5bb17d7..458cb2e1517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,66 +1,76 @@ ## Releases * Unreleased + +* v3.1 (16th November 2020) - Security: - - Store personal access tokens hashed, and only show once, upon generation. + - Store personal access tokens hashed, and only show once, upon generation. #3063 - New features: - Add Open Location Codes support to search box. #3047 - Front end improvements: - - Add lazy image loading on list items. - - Improve Bing geocoder results. - - Add option of checking passwords against Have I Been Pwned. - - Add aerial maps option to Bing and OSM maps. + - Add lazy image loading on list items. #3062 + - Improve Bing geocoder results. #2300 #3086 + - Add option of checking passwords against Have I Been Pwned. #3095 + - Add aerial maps option to Bing and OSM maps. #3041 #3114 - Select matches for both filter category and group. #3110 - Add an extra zoom level to most map types. #3130 - - Improve new report form when using phone verification. + - Improve new report form when using phone verification. #3191 - Changes: - - Mark user as active when sent an email alert. + - Mark user as active when sent an email alert. #3045 - Bugfixes: - Fix issue with dashboard report CSV export. #3026 - bin/update-schema PostgreSQL 12 compatibility. #3043 - - Make sure category shown in all its groups when reporting. - - Do not remove any devolved contacts. - - Fix double encoding of per-category templates. + - Make sure category shown in all its groups when reporting. #3029 + - Do not remove any devolved contacts. #3053 + - Fix double encoding of per-category templates. #3058 - Return reports in all closed states through Open311. - - Skip accounts without email when sending inactive emails. - - Include file extensions in Dropzone accepted photo config. - - Fix photo orientation in modern browsers. + - Skip accounts without email when sending inactive emails. #3066 + - Include file extensions in Dropzone accepted photo config. #3098 + - Fix photo orientation in modern browsers. #3098 - Improve compatibility with G Suite OpenID Connect authentication. #3032 - - Fix duplicate asset message after dismissing duplicate suggestions. + - Fix duplicate asset message after dismissing duplicate suggestions. #3101 - Improve moderation diff display in a few small ways. #3105 - Do not have bootstrap run sudo commands. #2930 - - Fix lookups in templates of categories with &s. - - Fix a few obscure asset layer changing issues. - - Fix multiple disable messages for dropdown answers - - Do not trigger duplicate check when checking stoppers + - Fix lookups in templates of categories with &s. #3120 + - Fix a few obscure asset layer changing issues. #3157 + - Fix multiple disable messages for dropdown answers. #3186 + - Do not trigger duplicate check when checking stoppers #3194 - Do not strip spaces from middle of Open311 category codes. #3167 - - Show all category history even if category renamed. - - Fix email alert on initial update template. - - Do not cache the service worker + - Show all category history even if category renamed. #3181 + - Fix email alert on initial update template. #3209 + - Do not cache the service worker. #3201 - Admin improvements: + - Interface for disabling updates/reopening for certain categories. #2991 #2992 + - Include group in CSV export if enabled. #2994 + - Disable category rename on Open311 categories when unprotected. #2957 + - In category admin, group is already shown elsewhere. + - Add assigned_(users|categories)_only functionality. + - Inspectors can now include a photo with public updates. #2902 - Display user name/email for contributed as reports. #2990 - Interface for enabling anonymous reports for certain categories. #2989 - - Better sort admin user table. - - Centralise update creation to include fields. - - Add full text index to speed up admin search. - - Offline process for CSV generation. - - Allow inspectors to change report asset. + - Better sort admin user table. #3107 + - Centralise update creation to include fields. #3111 #3123 + - Add full text index to speed up admin search. #3129 #3133 + - Offline process for CSV generation. #3146 + - Allow inspectors to change report asset. #3134 #3150 - Staff users can use HTML tags in updates. #3143 - Response templates can include HTML tags. #3143 - - Record whether report made on desktop or mobile. + - Record whether report made on desktop or mobile. #3199 - Do not display deleted priorities in inspect form. #3195 - - Include extra fields in submit emails. - - can remove staff status from users in bulk - - super users can mark category names as hard coded + - Include extra fields in submit emails. #3215 + - can remove staff status from users in bulk. #3221 + - super users can mark category names as hard coded. #3227 - Development improvements: - `#geolocate_link` is now easier to re-style. #3006 - Links inside `#front-main` can be customised using `$primary_link_*` Sass variables. #3007 - Add option to show front end testing code coverage. #3036 - Add function to fetch user's country from Gaze. - - Add cobrand hook to specify custom domain for VERP emails. + - Add cobrand hook to specify custom domain for VERP emails. #3100 - Open311 improvements: - - Use devolved data on update sending. - - Rewrite open311-update-reports to share code and improve functionality. + - Use devolved data on update sending. #3087 + - Rewrite open311-update-reports to share code and improve functionality. #3092 + - Internal things: + - Move from Travis to GitHub Actions. #3244 - UK: - Add option for recaptcha. #3050 - Display search tips when location search returns no results. #3180 @@ -75,12 +85,6 @@ - Move stats from main admin index to stats index. #2982 - Speed up dashboard export and report search. #2988 - Allow a template to be an initial update on reports. #2973 - - Interface for disabling updates/reopening for certain categories. #2991 #2992 - - Include group in CSV export if enabled. #2994 - - Disable category rename on Open311 categories when unprotected. #2957 - - In category admin, group is already shown elsewhere. - - Add assigned_(users|categories)_only functionality. - - Inspectors can now include a photo with public updates. #2902 - Bugfixes: - Application user in Docker container can't install packages. #2914 - Look at all categories when sending reports. diff --git a/README.md b/README.md index 48ce9286039..60472565660 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 3.0.1; see CHANGELOG.md for a version history. +Platform is now at version 3.1; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/gettext-nget-patch b/bin/gettext-nget-patch index 5d30cc9225c..decd187554e 100755 --- a/bin/gettext-nget-patch +++ b/bin/gettext-nget-patch @@ -28,7 +28,7 @@ find( sub { } } close FP; -}, 'templates', 'perllib'); +}, 'templates/email', 'templates/web/base', 'templates/web/zurich', 'perllib'); foreach (sort { $a->{s} cmp $b->{s} } values %out) { print < +Palouse Wheat ready for harvest + + +I hope you are all okay with the ongoing situations around the world. We are +happy to release **version 3.1**, with some new features and bugfixes. + +### Front end improvements + +A random assortment of improvements to the front end, including aerial maps for +Bing and OSM maps, lazy image loading on list items, the ability to check +passwords against Have I Been Pwned, and Open Location Codes support in the +search box. + +### Admin improvements + +We've added a full text index so searching reports in the admin should be much +quicker. You can disable updates or reopening on a per-category basis, as well +as enable anonymous reporting. CSV generation is now done asynchronously, with +progress shown, in case it takes a long time. Staff users can use HTML in +updates, and response templates can also include HTML. The site now records +whether a report was made on desktop or mobile, and includes any extra fields +in email submissions to bodies. Staff status can be removed from users in bulk, +and inspectors can update the asset on a report via the inspector form. + +### Bugfixes + +As always, a wide variety of issues covered here. We added PostgreSQL 12 +compatibility to the schema update script, fixed an issue where the CSV export +returned multiple entries per row, added a fix for photo orientation in modern +browsers, and improved the moderation diff display. + +### Upgrading + +A full list of changes can be seen in the +[changelog](https://github.com/mysociety/fixmystreet/releases/tag/v3.1) as usual. diff --git a/locale/FixMyStreet.po b/locale/FixMyStreet.po index 2f9446010ab..cbfb0c582ab 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: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 perllib/FixMyStreet/DB/Result/Problem.pm:716 perllib/FixMyStreet/Queue/Item/Report.pm:194 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 perllib/FixMyStreet/DB/Result/Problem.pm:719 perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "" @@ -42,7 +42,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:31 +#: 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:26 msgid "%s - Summary reports" msgstr "" @@ -95,7 +95,7 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -139,7 +139,7 @@ msgstr "" msgid "(not sent to council)" msgstr "" -#: templates/web/base/report/new/form_user_loggedin.html:39 templates/web/zurich/report/new/fill_in_details_form.html:59 +#: 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:39 templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "" @@ -156,7 +156,7 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 perllib/FixMyStreet/App/Controller/Report/New.pm:769 templates/web/zurich/admin/bodies/form.html:27 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 perllib/FixMyStreet/App/Controller/Report/New.pm:778 templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "" @@ -179,17 +179,17 @@ msgid "" " Maybe add some MAPIT_TYPES to your config file?" msgstr "" -#: templates/web/base/dashboard/index.html:18 +#: 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:23 templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -218,7 +218,7 @@ msgid "Yes I have a password" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -234,7 +234,7 @@ msgstr "" msgid "Access denied" msgstr "" -#: templates/web/base/auth/2fa/intro.html:20 templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/2fa/intro.html:20 templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -253,7 +253,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" msgstr "" @@ -281,7 +281,7 @@ msgstr "" msgid "Add new category" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -289,23 +289,23 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 templates/web/base/report/_item.html:16 templates/web/base/report/_main.html:149 templates/web/base/report/_main.html:25 templates/web/base/report/_main.html:36 +#: templates/web/base/report/_item.html:21 templates/web/base/report/_item.html:27 templates/web/base/report/_main.html:149 templates/web/base/report/_main.html:25 templates/web/base/report/_main.html:36 msgid "Add to shortlist" msgstr "" -#: templates/web/base/admin/users/edit.html:4 templates/web/base/admin/users/index.html:95 templates/web/base/admin/users/index.html:98 +#: 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 "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -321,6 +321,11 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "" @@ -333,7 +338,7 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "" @@ -341,11 +346,11 @@ msgstr "" msgid "Alerts:" msgstr "" -#: templates/web/base/dashboard/index.html:40 templates/web/base/dashboard/index.html:52 templates/web/base/dashboard/index.html:65 templates/web/base/reports/_list-filter-status.html:4 templates/web/zurich/reports/_list-filter-status.html:2 +#: templates/web/base/dashboard/index.html:40 templates/web/base/dashboard/index.html:52 templates/web/base/dashboard/index.html:65 templates/web/base/reports/_list-filter-status.html:4 templates/web/zurich/header.html:57 templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" -#: templates/web/zurich/reports/index.html:14 +#: templates/web/zurich/admin/reports/index.html:1 templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "" @@ -377,6 +382,10 @@ msgstr "" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -409,7 +418,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 templates/web/base/admin/update_edit.html:23 templates/web/base/admin/update_edit.html:96 templates/web/base/report/update/moderation_diff.html:5 +#: templates/web/base/admin/reports/edit.html:148 templates/web/base/admin/update_edit.html:23 templates/web/base/admin/update_edit.html:96 templates/web/base/report/update/moderation_diff.html:5 msgid "Anonymous:" msgstr "" @@ -418,12 +427,12 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 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.html:85 templates/web/base/admin/roles/form.html:25 templates/web/base/admin/states/index.html:48 templates/web/base/admin/templates/edit.html:88 templates/web/base/js/translation_strings.html:99 templates/web/base/report/display_tools.html:7 +#: templates/web/base/admin/manifesttheme/form.html:62 templates/web/base/admin/reports/edit.html:85 templates/web/base/admin/roles/form.html:25 templates/web/base/admin/states/index.html:48 templates/web/base/admin/templates/edit.html:77 templates/web/base/js/translation_strings.html:101 templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -431,7 +440,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -443,26 +452,30 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 templates/web/zurich/admin/stats/index.html:57 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +msgid "Assigned categories only" +msgstr "" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -475,7 +488,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -483,11 +496,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -499,12 +512,12 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 templates/web/zurich/report/_item.html:11 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:45 +#: templates/web/base/dashboard/status.html:17 templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "" @@ -524,7 +537,7 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 perllib/FixMyStreet/Cobrand/Default.pm:776 perllib/FixMyStreet/Cobrand/KiitC.pm:208 perllib/FixMyStreet/Cobrand/KiitC.pm:325 perllib/FixMyStreet/Cobrand/Zurich.pm:418 templates/web/base/admin/bodies/index.html:1 templates/web/base/admin/reports/edit.html:56 templates/web/zurich/header.html:52 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 perllib/FixMyStreet/Cobrand/Default.pm:792 perllib/FixMyStreet/Cobrand/Zurich.pm:388 templates/web/base/admin/bodies/index.html:1 templates/web/base/admin/reports/edit.html:56 templates/web/zurich/header.html:61 msgid "Bodies" msgstr "" @@ -532,11 +545,11 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" -#: templates/web/base/admin/users/import.html:12 +#: templates/web/base/admin/users/import.html:12 templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -548,7 +561,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 perllib/FixMyStreet/Cobrand/KiitC.pm:325 templates/web/base/admin/responsepriorities/index.html:8 templates/web/base/admin/templates/view.html:7 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 templates/web/base/admin/responsepriorities/index.html:8 templates/web/base/admin/templates/view.html:7 msgid "Categories" msgstr "" @@ -556,7 +569,7 @@ 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:101 templates/web/base/report/_inspect.html:16 templates/web/base/report/_item.html:74 templates/web/base/report/new/category.html:23 templates/web/base/report/new/category_wrapper.html:3 templates/web/zurich/admin/bodies/body.html:14 templates/web/zurich/admin/bodies/form.html:25 templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports/index.html:13 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:101 templates/web/base/report/_inspect.html:15 templates/web/base/report/_item.html:87 templates/web/base/report/new/category.html:23 templates/web/base/report/new/category_wrapper.html:3 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 "" @@ -564,7 +577,7 @@ msgstr "" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -580,6 +593,10 @@ msgstr "" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +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 "" @@ -592,7 +609,7 @@ msgstr "" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -602,12 +619,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -643,15 +660,11 @@ msgstr "" msgid "Close" msgstr "" -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 perllib/FixMyStreet/Cobrand/Zurich.pm:158 perllib/FixMyStreet/Cobrand/Zurich.pm:161 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:118 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:118 templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -676,11 +689,11 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 perllib/FixMyStreet/Cobrand/KiitC.pm:321 perllib/FixMyStreet/Cobrand/Zurich.pm:432 templates/web/base/admin/config_page.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 perllib/FixMyStreet/Cobrand/Zurich.pm:402 templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -775,7 +788,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:164 templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -783,23 +796,23 @@ msgstr "" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 templates/web/zurich/admin/templates/edit.html:32 +#: templates/web/base/admin/templates/edit.html:73 templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" -#: templates/web/base/admin/problem_row.html:34 templates/web/zurich/admin/templates/view.html:10 +#: templates/web/base/admin/problem_row.html:34 templates/web/base/dashboard/status.html:23 templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -807,6 +820,14 @@ msgstr "" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Created Body" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +msgid "Created By" +msgstr "" + #: templates/web/base/admin/list_updates.html:39 templates/web/base/admin/reports/edit.html:78 templates/web/base/admin/update_edit.html:55 templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "" @@ -815,10 +836,6 @@ msgstr "" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -827,15 +844,15 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 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/reports/index.html:15 templates/web/base/reports/index.html:18 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -847,7 +864,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -855,7 +872,7 @@ msgstr "" msgid "Delete" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 templates/web/base/admin/templates/edit.html:88 templates/web/zurich/admin/templates/edit.html:36 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 templates/web/base/admin/templates/edit.html:77 templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -871,7 +888,7 @@ msgstr "" msgid "Describe why you are moderating this" msgstr "" -#: templates/web/base/admin/responsepriorities/index.html:7 templates/web/zurich/admin/index-dm.html:24 templates/web/zurich/admin/index-sdm.html:20 templates/web/zurich/admin/reports/index.html:12 +#: templates/web/base/admin/responsepriorities/index.html:7 templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "" @@ -879,7 +896,7 @@ msgstr "" msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -908,7 +925,7 @@ msgstr "" msgid "Disable" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:58 templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/bodies/contact-form.html:58 templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -916,6 +933,14 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +msgid "Disable updates on reports in this category" +msgstr "" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -949,24 +974,24 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -978,11 +1003,11 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 templates/web/base/report/inspect/information.html:22 +#: templates/web/base/report/_item.html:78 templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" -#: templates/web/base/admin/list_updates.html:44 templates/web/base/admin/manifesttheme/index.html:22 templates/web/base/admin/problem_row.html:43 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:49 templates/web/zurich/admin/templates/view.html:20 +#: templates/web/base/admin/list_updates.html:44 templates/web/base/admin/manifesttheme/index.html:22 templates/web/base/admin/problem_row.html:43 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 "" @@ -990,11 +1015,11 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1002,15 +1027,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1034,15 +1059,15 @@ 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:21 templates/web/base/report/display_tools.html:50 templates/web/base/report/new/duplicate_suggestions.html:33 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:23 templates/web/base/report/display_tools.html:51 templates/web/base/report/form/user_loggedout_by_email.html:38 templates/web/base/report/new/duplicate_suggestions.html:33 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 msgid "Email" msgstr "" -#: templates/web/base/alert/_list.html:69 templates/web/base/auth/change_email.html:37 templates/web/base/report/new/form_user_loggedin.html:39 templates/web/base/report/update/form_user_loggedin.html:25 +#: templates/web/base/alert/_list.html:70 templates/web/base/auth/change_email.html:37 templates/web/base/report/new/form_user_loggedin.html:39 templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1062,11 +1087,11 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 templates/web/zurich/admin/bodies/contact-form.html:23 +#: templates/web/base/admin/reports/edit.html:164 templates/web/base/admin/users/_form_details.html:14 templates/web/base/my/my.html:36 templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "" @@ -1122,11 +1147,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1147,7 +1172,7 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:12 templates/web/base/admin/triage/_list-filters.html:3 templates/web/base/reports/_list-filters.html:16 templates/web/base/reports/_list-filters.html:28 +#: 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:30 msgid "Everything" msgstr "" @@ -1159,7 +1184,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1168,7 +1193,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1192,7 +1217,7 @@ msgstr "" msgid "External body" msgstr "" -#: templates/web/base/admin/reports/edit.html:112 templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/reports/edit.html:112 templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1204,15 +1229,15 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 templates/web/base/admin/reportextrafields/edit.html:1 templates/web/base/admin/reportextrafields/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 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:114 templates/web/base/admin/reports/edit.html:134 templates/web/base/admin/update_edit.html:97 templates/web/base/report/update/moderation_diff.html:8 +#: templates/web/base/admin/bodies/contact-form.html:146 templates/web/base/admin/reports/edit.html:134 templates/web/base/admin/update_edit.html:97 templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_item.html:90 templates/web/base/report/inspect/_extra_details_field.html:2 templates/web/base/report/new/category_extras.html:15 +#: templates/web/base/report/_item.html:99 templates/web/base/report/inspect/_extra_details_field.html:2 templates/web/base/report/new/category_extras.html:15 msgid "Extra details" msgstr "" @@ -1241,18 +1266,22 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 templates/web/base/questionnaire/index.html:68 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 "" @@ -1277,7 +1306,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 templates/web/base/admin/users/index.html:47 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1285,7 +1314,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1293,7 +1322,7 @@ 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.html:155 templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "" @@ -1317,11 +1346,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1329,11 +1358,19 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1349,7 +1386,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "" @@ -1361,7 +1398,7 @@ msgstr "" msgid "Glad to hear it’s been fixed!" msgstr "" -#: templates/web/base/admin/index.html:29 templates/web/base/admin/index.html:37 templates/web/base/admin/index.html:54 templates/web/base/admin/responsepriorities/index.html:48 templates/web/base/admin/triage/_list-filters.html:24 templates/web/base/admin/triage/_list-filters.html:39 templates/web/base/admin/triage/_list-filters.html:45 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:40 templates/web/base/reports/_list-filters.html:49 templates/web/base/reports/index.html:89 templates/web/zurich/admin/stats/index.html:37 +#: templates/web/base/admin/index.html:29 templates/web/base/admin/index.html:37 templates/web/base/admin/index.html:54 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:42 templates/web/base/reports/_list-filters.html:51 templates/web/base/reports/index.html:89 templates/web/zurich/admin/stats/index.html:37 msgid "Go" msgstr "" @@ -1369,7 +1406,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1393,7 +1430,7 @@ msgstr "" 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/admin/stats/index.html:17 templates/web/base/admin/stats/index.html:23 templates/web/base/dashboard/heatmap.html:44 msgid "Heatmap" msgstr "" @@ -1421,7 +1458,7 @@ msgstr "" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1446,7 +1483,7 @@ msgid "Hide my name on this report" msgstr "" #. ("JS") -#: templates/web/base/around/display_location.html:65 templates/web/base/around/display_location.html:73 templates/web/base/js/translation_strings.html:74 +#: templates/web/base/around/display_location.html:65 templates/web/base/around/display_location.html:73 templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "" @@ -1491,7 +1528,7 @@ msgstr "" 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:66 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-dm.html:23 templates/web/zurich/admin/index-sdm.html:19 templates/web/zurich/admin/list_updates.html:24 templates/web/zurich/admin/list_updates.html:38 templates/web/zurich/admin/reports/index.html:11 +#: templates/web/base/admin/flagged.html:14 templates/web/base/admin/index.html:66 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 "" @@ -1509,15 +1546,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1531,7 +1568,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1555,7 +1592,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1589,7 +1626,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1613,6 +1650,15 @@ msgstr "" 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:35 templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "" @@ -1621,19 +1667,19 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1649,15 +1695,11 @@ msgstr "" msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" -#: perllib/FixMyStreet/App/Controller/Moderate.pm:305 perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:305 perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1705,11 +1747,11 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_item.html:70 templates/web/base/report/inspect/information.html:26 templates/web/base/report/update/moderation_diff.html:6 +#: templates/web/base/report/_item.html:83 templates/web/base/report/inspect/information.html:26 templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 templates/web/base/reports/_list-filters-sort.html:10 +#: templates/web/base/admin/triage/_list-filters.html:37 templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -1725,7 +1767,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 templates/web/base/report/new/category_wrapper.html:9 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -1754,16 +1796,16 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 templates/web/base/report/form/user.html:27 +#: templates/web/base/js/translation_strings.html:87 templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -1780,19 +1822,19 @@ msgstr "" msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 templates/web/base/reports/_list-filters-sort.html:5 +#: templates/web/base/admin/triage/_list-filters.html:32 templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -1805,23 +1847,23 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 templates/web/base/contact/index.html:109 +#: templates/web/base/contact/enquiry/index.html:42 templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -1833,7 +1875,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -1841,7 +1883,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -1861,7 +1903,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 templates/web/base/admin/update_edit.html:86 +#: templates/web/base/admin/reports/edit.html:206 templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -1869,11 +1911,11 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:37 templates/web/base/reports/_list-filters-sort.html:11 +#: 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:696 perllib/FixMyStreet/App/Controller/Report.pm:703 perllib/FixMyStreet/App/Controller/Report.pm:707 templates/web/base/admin/category-checkboxes.html:32 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 perllib/FixMyStreet/App/Controller/Report.pm:731 perllib/FixMyStreet/App/Controller/Report.pm:735 templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -1881,7 +1923,7 @@ msgstr "" msgid "Name" msgstr "" -#: templates/web/base/admin/reports/edit.html:140 templates/web/base/admin/update_edit.html:34 templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 templates/web/zurich/admin/stats/index.html:62 +#: templates/web/base/admin/reports/edit.html:153 templates/web/base/admin/update_edit.html:34 templates/web/base/admin/users/_form_details.html:10 templates/web/base/my/my.html:35 templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "" @@ -1897,7 +1939,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -1905,11 +1947,11 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 perllib/FixMyStreet/Geocode/Address.pm:17 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -1931,7 +1973,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "" @@ -1943,7 +1985,7 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -1951,11 +1993,11 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/auth/change_password.html:47 templates/web/base/auth/create.html:64 templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2027,7 +2069,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 templates/web/base/reports/_list-filters-sort.html:7 +#: templates/web/base/admin/triage/_list-filters.html:34 templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2039,7 +2081,7 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 templates/web/base/admin/bodies/category.html:5 templates/web/base/admin/list_updates.html:33 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/list_updates.html:36 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/reports/edit.html:101 templates/web/base/admin/reports/edit.html:138 templates/web/base/admin/update_edit.html:26 templates/web/base/admin/users/alerts.html:21 templates/web/base/questionnaire/index.html:108 templates/web/base/questionnaire/index.html:41 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 templates/web/base/admin/bodies/category.html:5 templates/web/base/admin/list_updates.html:33 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/list_updates.html:36 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/reports/edit.html:101 templates/web/base/admin/reports/edit.html:151 templates/web/base/admin/update_edit.html:26 templates/web/base/admin/users/alerts.html:21 templates/web/base/questionnaire/index.html:41 templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "" @@ -2051,11 +2093,11 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2071,7 +2113,7 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "" @@ -2102,13 +2144,13 @@ msgstr "" msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:79 templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 templates/web/base/admin/users/form.html:51 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:45 templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2116,10 +2158,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "" @@ -2165,12 +2211,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2178,11 +2224,11 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:34 templates/web/base/reports/_list-filters-sort.html:8 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2190,7 +2236,7 @@ msgstr "" 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:156 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:30 templates/web/base/dashboard/index.html:117 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:30 templates/web/base/dashboard/index.html:117 templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "" @@ -2214,7 +2260,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2226,7 +2272,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2234,7 +2280,7 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 perllib/FixMyStreet/App/Controller/Report.pm:703 perllib/FixMyStreet/App/Controller/Report.pm:706 perllib/FixMyStreet/App/Controller/Report/New.pm:1427 perllib/FixMyStreet/App/Controller/Report/New.pm:770 perllib/FixMyStreet/App/Controller/Report/New.pm:771 perllib/FixMyStreet/DB/Result/Problem.pm:641 perllib/FixMyStreet/DB/Result/Problem.pm:648 perllib/FixMyStreet/DB/Result/Problem.pm:663 perllib/FixMyStreet/DB/Result/Problem.pm:672 perllib/FixMyStreet/Queue/Item/Report.pm:132 perllib/FixMyStreet/Queue/Item/Report.pm:195 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 perllib/FixMyStreet/App/Controller/Report.pm:731 perllib/FixMyStreet/App/Controller/Report.pm:734 perllib/FixMyStreet/App/Controller/Report/New.pm:1477 perllib/FixMyStreet/App/Controller/Report/New.pm:779 perllib/FixMyStreet/App/Controller/Report/New.pm:780 perllib/FixMyStreet/DB/Result/Problem.pm:644 perllib/FixMyStreet/DB/Result/Problem.pm:651 perllib/FixMyStreet/DB/Result/Problem.pm:666 perllib/FixMyStreet/DB/Result/Problem.pm:675 perllib/FixMyStreet/Queue/Item/Report.pm:132 perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "" @@ -2262,7 +2308,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" msgstr "" @@ -2270,11 +2316,11 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 templates/web/zurich/auth/general.html:20 templates/web/zurich/auth/general.html:46 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 templates/web/zurich/auth/general.html:20 templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2286,7 +2332,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2294,15 +2340,19 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +msgid "Phone" +msgstr "" + #: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "" -#: templates/web/base/auth/change_phone.html:36 templates/web/base/report/new/form_user_loggedin.html:34 templates/web/zurich/report/new/fill_in_details_form.html:65 +#: 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:34 templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 templates/web/base/report/form/user_loggedout_by_email.html:33 templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "" @@ -2310,15 +2360,15 @@ msgstr "" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 templates/web/zurich/admin/stats/index.html:60 +#: templates/web/base/admin/reports/edit.html:161 templates/web/base/admin/users/_form_details.html:24 templates/web/base/my/my.html:47 templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "" -#: templates/web/base/admin/update_edit.html:95 templates/web/base/questionnaire/index.html:80 templates/web/base/questionnaire/index.html:95 templates/web/base/questionnaire/index.html:97 templates/web/base/report/new/form_report.html:41 templates/web/base/report/new/form_report.html:56 templates/web/base/report/new/form_report.html:58 templates/web/base/report/update/form_update.html:22 templates/web/base/report/update/form_update.html:24 templates/web/base/report/update/form_update.html:7 templates/web/base/report/update/moderation_diff.html:4 templates/web/zurich/admin/index-dm.html:31 templates/web/zurich/admin/index-sdm.html:24 templates/web/zurich/admin/reports/index.html:16 templates/web/zurich/admin/stats/index.html:58 templates/web/zurich/report/new/fill_in_details_form.html:20 templates/web/zurich/report/new/fill_in_details_form.html:36 templates/web/zurich/report/new/fill_in_details_form.html:38 +#: templates/web/base/admin/update_edit.html:95 templates/web/base/report/form/photo_upload.html:19 templates/web/base/report/form/photo_upload.html:21 templates/web/base/report/form/photo_upload.html:4 templates/web/base/report/new/form_report.html:41 templates/web/base/report/new/form_report.html:56 templates/web/base/report/new/form_report.html:58 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/zurich/report/new/fill_in_details_form.html:20 templates/web/zurich/report/new/fill_in_details_form.html:36 templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "" @@ -2334,7 +2384,7 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 templates/web/base/report/new/form_report.html:41 templates/web/base/report/update/form_update.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/base/report/form/photo_upload.html:4 templates/web/base/report/new/form_report.html:41 templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2342,7 +2392,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2354,6 +2404,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" @@ -2375,20 +2429,20 @@ msgstr "" msgid "Please check your email address is correct" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 perllib/FixMyStreet/DB/Result/User.pm:263 perllib/FixMyStreet/DB/Result/User.pm:264 templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:7 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 perllib/FixMyStreet/DB/Result/User.pm:268 perllib/FixMyStreet/DB/Result/User.pm:269 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:232 perllib/FixMyStreet/App/Controller/Report/New.pm:1034 perllib/FixMyStreet/App/Controller/Report/New.pm:1077 templates/web/base/js/translation_strings.html:21 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 perllib/FixMyStreet/App/Controller/Report/New.pm:1068 perllib/FixMyStreet/App/Controller/Report/New.pm:1111 templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 perllib/FixMyStreet/App/Controller/Auth.pm:497 +#: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 templates/web/base/admin/bodies/body.html:12 templates/web/base/admin/bodies/index.html:4 templates/web/base/admin/templates/edit.html:13 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 templates/web/base/admin/bodies/body.html:12 templates/web/base/admin/bodies/index.html:4 templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "" @@ -2404,19 +2458,19 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 perllib/FixMyStreet/DB/Result/Comment.pm:143 templates/web/base/js/translation_strings.html:6 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 perllib/FixMyStreet/DB/Result/Comment.pm:198 templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 perllib/FixMyStreet/DB/Result/User.pm:266 perllib/FixMyStreet/DB/Result/User.pm:267 templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:4 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 perllib/FixMyStreet/DB/Result/User.pm:271 perllib/FixMyStreet/DB/Result/User.pm:272 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:135 perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2426,12 +2480,12 @@ msgid "Please enter a password" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Contact.pm:147 perllib/FixMyStreet/DB/Result/Problem.pm:365 templates/web/base/js/translation_strings.html:9 +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 perllib/FixMyStreet/DB/Result/Problem.pm:386 templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 perllib/FixMyStreet/DB/Result/User.pm:256 templates/web/base/js/translation_strings.html:24 templates/web/base/js/translation_strings.html:28 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 perllib/FixMyStreet/DB/Result/User.pm:261 templates/web/base/js/translation_strings.html:24 templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" msgstr "" @@ -2439,17 +2493,17 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 templates/web/base/js/translation_strings.html:14 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 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:254 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:259 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 msgid "Please enter your email" msgstr "" @@ -2459,7 +2513,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 templates/web/base/js/translation_strings.html:19 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 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 "" @@ -2468,7 +2522,7 @@ msgid "Please enter your full name." msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Contact.pm:145 perllib/FixMyStreet/DB/Result/Comment.pm:140 perllib/FixMyStreet/DB/Result/Problem.pm:379 perllib/FixMyStreet/DB/Result/User.pm:249 templates/web/base/js/translation_strings.html:18 +#: perllib/FixMyStreet/App/Controller/Contact.pm:145 perllib/FixMyStreet/DB/Result/Comment.pm:195 perllib/FixMyStreet/DB/Result/Problem.pm:400 perllib/FixMyStreet/DB/Result/User.pm:254 templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "" @@ -2503,17 +2557,17 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 templates/web/base/js/translation_strings.html:11 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 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:494 templates/web/base/js/translation_strings.html:34 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -2537,23 +2591,27 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: 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 "" @@ -2561,7 +2619,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -2573,16 +2631,16 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: 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:119 perllib/FixMyStreet/App/Model/PhotoSet.pm:138 perllib/FixMyStreet/App/Model/PhotoSet.pm:140 templates/web/base/js/translation_strings.html:80 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 perllib/FixMyStreet/App/Model/PhotoSet.pm:138 perllib/FixMyStreet/App/Model/PhotoSet.pm:140 templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -2590,27 +2648,23 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -2626,7 +2680,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -2634,11 +2688,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 templates/web/base/report/inspect/extra_details.html:2 +#: templates/web/base/report/_item.html:95 templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -2650,7 +2704,7 @@ msgstr "" msgid "Privacy and cookies" msgstr "" -#: templates/web/base/admin/bodies/body.html:90 templates/web/base/admin/reports/edit.html:157 templates/web/base/report/inspect/information.html:3 templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/admin/bodies/body.html:90 templates/web/base/admin/reports/edit.html:170 templates/web/base/report/inspect/information.html:3 templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -2694,7 +2748,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "" @@ -2702,7 +2756,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 perllib/FixMyStreet/Cobrand/KiitC.pm:196 templates/web/base/admin/flagged.html:10 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -2726,20 +2780,20 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 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:32 +#: 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:27 msgid "Problems within %s, %s" msgstr "" @@ -2747,11 +2801,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -2763,11 +2821,11 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -2775,11 +2833,11 @@ msgstr "" msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -2811,19 +2869,19 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 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:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: 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:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -2831,11 +2889,11 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -2847,11 +2905,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -2863,7 +2921,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -2876,7 +2934,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:35 templates/web/base/reports/_list-filters-sort.html:9 +#: templates/web/base/admin/triage/_list-filters.html:36 templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -2888,7 +2946,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:197 +#: templates/web/base/admin/users/form.html:182 templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -2900,7 +2958,7 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 templates/web/base/report/_item.html:9 templates/web/base/report/_main.html:147 templates/web/base/report/_main.html:24 templates/web/base/report/_main.html:32 +#: templates/web/base/report/_item.html:20 templates/web/base/report/_item.html:23 templates/web/base/report/_main.html:147 templates/web/base/report/_main.html:24 templates/web/base/report/_main.html:32 msgid "Remove from shortlist" msgstr "" @@ -2912,15 +2970,19 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 templates/web/base/admin/update_edit.html:74 templates/web/zurich/admin/update_edit.html:35 +#: templates/web/base/admin/reports/edit.html:187 templates/web/base/admin/update_edit.html:74 templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -2928,17 +2990,17 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 templates/web/base/report/inspect/information.html:7 +#: templates/web/base/report/_item.html:73 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:89 templates/web/base/navigation/_report.html:6 templates/web/base/navigation/_report.html:8 templates/web/zurich/footer.html:18 templates/web/zurich/nav_over_content.html:4 +#: templates/web/base/header_logo.html:2 templates/web/base/js/translation_strings.html:91 templates/web/base/navigation/_report.html:6 templates/web/base/navigation/_report.html:8 templates/web/zurich/footer.html:18 templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 templates/web/base/navigation/_report.html:4 +#: templates/web/base/js/translation_strings.html:92 templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -2951,7 +3013,7 @@ msgid "Report anonymously" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 templates/web/base/navigation/_report.html:2 templates/web/base/tokens/confirm_problem.html:40 +#: templates/web/base/js/translation_strings.html:93 templates/web/base/navigation/_report.html:2 templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "" @@ -2983,7 +3045,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 templates/web/base/contact/index.html:64 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -2991,7 +3053,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 templates/web/base/contact/index.html:66 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3003,27 +3065,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3036,11 +3098,11 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 perllib/FixMyStreet/Cobrand/Default.pm:712 perllib/FixMyStreet/Cobrand/KiitC.pm:330 perllib/FixMyStreet/Cobrand/Zurich.pm:410 templates/web/base/around/tabbed_lists.html:3 templates/web/base/dashboard/index.html:108 templates/web/zurich/header.html:48 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 perllib/FixMyStreet/Cobrand/Default.pm:728 perllib/FixMyStreet/Cobrand/Zurich.pm:380 templates/web/base/around/tabbed_lists.html:3 templates/web/base/dashboard/index.html:108 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" msgstr "" @@ -3066,15 +3128,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3087,7 +3149,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3136,31 +3198,36 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 templates/web/base/admin/users/index.html:29 +#: templates/web/base/admin/users/form.html:128 templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 templates/web/base/admin/roles/form.html:1 templates/web/base/admin/roles/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 templates/web/base/admin/roles/form.html:1 templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 perllib/FixMyStreet/App/Controller/Admin.pm:416 templates/web/base/admin/reports/edit.html:171 templates/web/base/admin/update_edit.html:71 templates/web/zurich/admin/reports/edit.html:106 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 perllib/FixMyStreet/App/Controller/Admin.pm:426 templates/web/base/admin/reports/edit.html:184 templates/web/base/admin/update_edit.html:71 templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 templates/web/base/admin/reports/edit.html:172 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/reports/edit.html:107 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 templates/web/base/admin/reports/edit.html:185 templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "" @@ -3173,11 +3240,11 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 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:21 templates/web/base/admin/templates/edit.html:84 templates/web/base/admin/triage/_inspect.html:69 templates/web/base/admin/users/index.html:83 templates/web/base/report/_inspect.html:78 templates/web/base/report/_main.html:129 templates/web/base/report/update.html:58 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:164 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:21 templates/web/base/admin/templates/edit.html:73 templates/web/base/admin/triage/_inspect.html:68 templates/web/base/admin/users/index.html:89 templates/web/base/report/_inspect.html:79 templates/web/base/report/_main.html:129 templates/web/base/report/update.html:58 templates/web/zurich/admin/bodies/contact-form.html:51 templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "" @@ -3190,11 +3257,11 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" -#: templates/web/base/admin/index.html:26 templates/web/base/admin/reports/index.html:1 templates/web/zurich/admin/reports/index.html:1 +#: templates/web/base/admin/index.html:26 templates/web/base/admin/reports/index.html:1 msgid "Search Reports" msgstr "" @@ -3206,7 +3273,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3218,11 +3285,11 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 templates/web/base/my/my.html:75 +#: templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:49 templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3230,7 +3297,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3238,7 +3305,7 @@ msgstr "" msgid "Select a body" msgstr "" -#: templates/web/base/admin/bodies/form.html:78 templates/web/base/admin/users/form.html:87 templates/web/zurich/admin/bodies/form.html:37 +#: templates/web/base/admin/bodies/form.html:78 templates/web/base/admin/users/form.html:58 templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3258,7 +3325,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 templates/web/base/contact/index.html:120 +#: templates/web/base/contact/enquiry/index.html:76 templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3270,7 +3337,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3278,11 +3345,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3314,7 +3381,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3322,7 +3389,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 templates/web/base/report/_main.html:157 +#: templates/web/base/report/_item.html:26 templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -3346,7 +3413,7 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -3355,7 +3422,7 @@ msgid "Show photo" msgstr "" #. ("JS") -#: templates/web/base/around/display_location.html:63 templates/web/base/around/display_location.html:71 templates/web/base/js/translation_strings.html:73 +#: templates/web/base/around/display_location.html:63 templates/web/base/around/display_location.html:71 templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -3406,7 +3473,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -3415,11 +3482,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -3435,7 +3502,7 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 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 "" @@ -3443,11 +3510,11 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 perllib/FixMyStreet/Geocode/Google.pm:56 perllib/FixMyStreet/Geocode/Zurich.pm:119 +#: 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:108 perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 perllib/FixMyStreet/PhotoStorage.pm:63 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 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 "" @@ -3459,11 +3526,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 templates/web/base/reports/_list-filters-sort.html:2 +#: templates/web/base/admin/triage/_list-filters.html:29 templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -3471,11 +3538,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -3487,31 +3554,31 @@ msgstr "" msgid "Start Date" 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:22 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:70 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports/index.html:16 templates/web/base/admin/templates/edit.html:50 templates/web/base/admin/templates/view.html:8 templates/web/base/admin/users/alerts.html:11 templates/web/base/dashboard/index.html:102 templates/web/base/report/_inspect.html:34 templates/web/base/report/_item.html:78 templates/web/base/report/update/form_update.html:41 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:22 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:70 templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports/index.html:16 templates/web/base/admin/templates/edit.html:50 templates/web/base/admin/templates/view.html:8 templates/web/base/admin/users/alerts.html:11 templates/web/base/dashboard/index.html:102 templates/web/base/report/_inspect.html:34 templates/web/base/report/_item.html:91 templates/web/base/report/update/form_update.html:18 templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 templates/web/base/report/_update_state.html:7 templates/web/base/report/updates.html:21 +#: perllib/FixMyStreet/Script/Alerts.pm:107 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.html:128 templates/web/base/admin/update_edit.html:28 templates/web/zurich/admin/report_edit-sdm.html:63 templates/web/zurich/admin/reports/edit.html:139 templates/web/zurich/admin/reports/edit.html:91 templates/web/zurich/admin/update_edit.html:17 +#: templates/web/base/admin/reports/edit.html:128 templates/web/base/admin/update_edit.html:28 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:686 perllib/FixMyStreet/Cobrand/KiitC.pm:320 perllib/FixMyStreet/Cobrand/Zurich.pm:431 templates/web/base/admin/states/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 perllib/FixMyStreet/Cobrand/Zurich.pm:401 templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 perllib/FixMyStreet/Cobrand/Zurich.pm:413 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:61 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 perllib/FixMyStreet/Cobrand/Zurich.pm:383 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:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -3527,7 +3594,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -3539,27 +3606,27 @@ 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/user_loggedout_by_email.html:65 templates/web/base/report/form/user_loggedout_password.html:29 templates/web/base/report/new/form_report.html:21 templates/web/base/report/new/form_user_loggedin.html:73 templates/web/base/report/new/login_success_form.html:17 templates/web/base/report/new/oauth_email_form.html:20 templates/web/base/report/new/report_import.html:103 templates/web/zurich/report/new/fill_in_details_form.html:73 +#: 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:21 templates/web/base/report/new/report_import.html:103 templates/web/zurich/report/new/fill_in_details_form.html:74 templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/edit.html:185 templates/web/base/admin/reports/edit.html:25 templates/web/base/admin/update_edit.html:82 templates/web/base/admin/users/form.html:189 templates/web/zurich/admin/report_edit-sdm.html:111 templates/web/zurich/admin/reports/edit.html:253 templates/web/zurich/admin/update_edit.html:38 +#: templates/web/base/admin/reports/edit.html:198 templates/web/base/admin/reports/edit.html:25 templates/web/base/admin/update_edit.html:82 templates/web/base/admin/users/form.html:174 templates/web/zurich/admin/report_edit-sdm.html:117 templates/web/zurich/admin/reports/edit.html:257 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-dm.html:8 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports/index.html:13 +#: 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:72 templates/web/base/alert/_list.html:75 templates/web/base/alert/updates.html:24 templates/web/base/alert/updates.html:27 templates/web/base/alert/updates.html:34 templates/web/base/report/display_tools.html:53 templates/web/base/report/display_tools.html:56 templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 templates/web/base/alert/_list.html:76 templates/web/base/alert/updates.html:26 templates/web/base/alert/updates.html:29 templates/web/base/alert/updates.html:36 templates/web/base/report/display_tools.html:54 templates/web/base/report/display_tools.html:57 templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -3571,7 +3638,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 perllib/FixMyStreet/Cobrand/Rutland.pm:16 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -3584,11 +3651,11 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 perllib/FixMyStreet/Cobrand/KiitC.pm:314 perllib/FixMyStreet/Cobrand/Zurich.pm:409 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:45 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 perllib/FixMyStreet/Cobrand/Zurich.pm:379 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:46 msgid "Summary" msgstr "" @@ -3596,15 +3663,19 @@ msgstr "" msgid "Summary reports" msgstr "" -#: templates/web/base/admin/stats/index.html:15 templates/web/base/dashboard/index.html:21 +#: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -3620,10 +3691,14 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 perllib/FixMyStreet/Cobrand/Zurich.pm:420 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:65 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 perllib/FixMyStreet/Cobrand/Zurich.pm:390 templates/web/base/develop/email_list.html:3 templates/web/zurich/header.html:74 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 "" @@ -3640,6 +3715,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -3668,7 +3747,7 @@ msgstr "" 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:30 +#: 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 "" @@ -3680,23 +3759,27 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 perllib/FixMyStreet/Cobrand/KiitC.pm:157 perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -3740,7 +3823,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:76 templates/web/base/admin/bodies/contact-form.html:77 templates/web/base/admin/bodies/form.html:101 templates/web/base/admin/bodies/form.html:102 +#: templates/web/base/admin/bodies/contact-form.html:108 templates/web/base/admin/bodies/contact-form.html:109 templates/web/base/admin/bodies/form.html:101 templates/web/base/admin/bodies/form.html:102 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." @@ -3788,7 +3871,7 @@ msgstr "" 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:153 +#: 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 "" @@ -3848,7 +3931,7 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 templates/web/base/admin/users/form.html:14 +#: 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." @@ -3878,7 +3961,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -3894,11 +3977,11 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -3906,7 +3989,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -3976,7 +4059,7 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 perllib/FixMyStreet/App/Controller/Report/New.pm:1163 perllib/FixMyStreet/App/Controller/Report/New.pm:1210 perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 perllib/FixMyStreet/App/Controller/Report/New.pm:1197 perllib/FixMyStreet/App/Controller/Report/New.pm:1244 perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "" @@ -3993,19 +4076,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4018,23 +4105,23 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 perllib/FixMyStreet/Cobrand/Zurich.pm:143 templates/web/zurich/report/_main.html:14 +#: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" -#: templates/web/base/report/_updates_disallowed_message.html:1 templates/web/base/report/display.html:58 +#: 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 "" @@ -4042,11 +4129,15 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 templates/web/zurich/admin/report_edit-sdm.html:66 templates/web/zurich/admin/reports/edit.html:132 templates/web/zurich/admin/reports/edit.html:94 +#: 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:679 perllib/FixMyStreet/Cobrand/KiitC.pm:315 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:695 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 "" @@ -4062,6 +4153,10 @@ msgstr "" 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 "" @@ -4086,7 +4181,7 @@ msgstr "" 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:66 +#: templates/web/base/auth/generate_token.html:11 templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4106,10 +4201,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4127,15 +4218,15 @@ msgstr "" 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:36 templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4143,7 +4234,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -4164,7 +4255,7 @@ msgstr "" msgid "Unknown error" msgstr "" -#: perllib/FixMyStreet/App/Controller/Develop.pm:188 perllib/FixMyStreet/App/Controller/Develop.pm:207 perllib/FixMyStreet/App/Controller/My.pm:229 perllib/FixMyStreet/App/Controller/Report.pm:141 perllib/FixMyStreet/App/Controller/Report.pm:147 perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/Develop.pm:188 perllib/FixMyStreet/App/Controller/Develop.pm:207 perllib/FixMyStreet/App/Controller/My.pm:244 perllib/FixMyStreet/App/Controller/Report.pm:161 perllib/FixMyStreet/App/Controller/Report.pm:167 perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -4176,11 +4267,11 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 templates/web/base/report/update/form_update.html:31 +#: templates/web/base/admin/states/index.html:76 templates/web/base/admin/users/alerts.html:58 templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -4228,19 +4319,19 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 perllib/FixMyStreet/Cobrand/Zurich.pm:837 perllib/FixMyStreet/Cobrand/Zurich.pm:862 perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 perllib/FixMyStreet/Cobrand/Zurich.pm:831 perllib/FixMyStreet/Cobrand/Zurich.pm:856 perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -4248,7 +4339,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -4277,6 +4368,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -4289,7 +4388,7 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -4305,7 +4404,7 @@ msgstr "" msgid "User flagged" msgstr "" -#: templates/web/base/admin/report_blocks.html:18 templates/web/base/admin/users/form.html:37 templates/web/base/admin/users/index.html:65 +#: templates/web/base/admin/report_blocks.html:18 templates/web/base/admin/users/_form_details.html:31 templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -4317,19 +4416,19 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 templates/web/base/admin/update_edit.html:36 +#: templates/web/base/admin/reports/edit.html:155 templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 perllib/FixMyStreet/Cobrand/Default.pm:770 perllib/FixMyStreet/Cobrand/KiitC.pm:204 perllib/FixMyStreet/Cobrand/KiitC.pm:336 perllib/FixMyStreet/Cobrand/Zurich.pm:425 templates/web/base/admin/flagged.html:29 templates/web/base/admin/roles/index.html:25 templates/web/zurich/header.html:57 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 perllib/FixMyStreet/Cobrand/Default.pm:786 perllib/FixMyStreet/Cobrand/Zurich.pm:395 templates/web/base/admin/flagged.html:29 templates/web/base/admin/roles/index.html:25 templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -4337,7 +4436,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:212 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -4357,7 +4456,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -4365,7 +4464,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -4381,7 +4480,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -4445,7 +4544,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -4465,7 +4564,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -4477,7 +4576,7 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 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:33 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/list_updates.html:36 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/reports/edit.html:101 templates/web/base/admin/reports/edit.html:137 templates/web/base/admin/update_edit.html:25 templates/web/base/admin/users/alerts.html:21 templates/web/base/admin/users/index.html:65 templates/web/base/questionnaire/index.html:106 templates/web/base/questionnaire/index.html:39 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 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:33 templates/web/base/admin/list_updates.html:35 templates/web/base/admin/list_updates.html:36 templates/web/base/admin/problem_row.html:20 templates/web/base/admin/reports/edit.html:101 templates/web/base/admin/reports/edit.html:150 templates/web/base/admin/update_edit.html:25 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:83 msgid "Yes" msgstr "" @@ -4490,7 +4589,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -4502,7 +4601,7 @@ msgstr "" 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 templates/web/base/report/display.html:59 +#: templates/web/base/report/_updates_disallowed_message.html:2 templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -4510,7 +4609,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -4537,7 +4636,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -4547,7 +4646,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -4555,7 +4654,7 @@ msgstr "" 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:58 +#: 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 "" @@ -4563,7 +4662,7 @@ msgstr "" 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/questionnaire/index.html:89 templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -4622,7 +4721,7 @@ msgstr "" 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:15 templates/web/base/auth/generate_token.html:23 templates/web/base/auth/generate_token.html:31 templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 +#: 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 "" @@ -4630,7 +4729,7 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 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/index.html:91 templates/web/base/report/display_tools.html:59 templates/web/base/report/form/user_loggedout_email.html:7 templates/web/base/report/new/duplicate_suggestions.html:42 templates/web/zurich/report/new/fill_in_details_form.html:53 +#: templates/web/base/alert/updates.html:32 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/index.html:91 templates/web/base/report/display_tools.html:60 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:42 templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "" @@ -4654,16 +4753,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -4679,7 +4778,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.html:57 templates/web/base/report/form/user_loggedout_by_email.html:59 templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:67 templates/web/base/report/form/user_loggedout_by_email.html:80 templates/web/base/report/form/user_loggedout_by_email.html:82 templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -4708,7 +4807,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -4736,15 +4835,15 @@ 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:167 +#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 templates/web/base/admin/category-checkboxes.html:5 templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 perllib/FixMyStreet/DB/Result/User.pm:344 perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 templates/web/base/admin/update_edit.html:92 templates/web/base/report/update/moderation_meta.html:2 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 perllib/FixMyStreet/DB/Result/Comment.pm:281 perllib/FixMyStreet/DB/Result/User.pm:349 templates/web/base/admin/update_edit.html:92 templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -4752,7 +4851,7 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -4780,6 +4879,10 @@ msgstr "" 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:22 templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "" @@ -4792,7 +4895,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:168 +#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 templates/web/base/admin/category-checkboxes.html:6 templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -4861,12 +4964,12 @@ msgid "today" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -4890,7 +4993,7 @@ msgstr "" msgid "user removed from abuse list" msgstr "" -#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:0 templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -4950,7 +5053,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -4971,7 +5074,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -4992,21 +5095,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "" msgstr[1] "" -#: templates/web/westminster/front/stats.html:8 +#: 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] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "" msgstr[1] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5041,14 +5144,14 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" diff --git a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po index c3619f74a83..1078bc309eb 100644 --- a/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ar.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "و" @@ -57,7 +57,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - ملخص التقارير" @@ -118,7 +118,7 @@ msgstr "%s الأسئلة المرسلة – %s المجابة (%s%%)" msgid "%s ref: %s" msgstr "مرجع: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap المساهمون" @@ -164,6 +164,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -182,8 +184,8 @@ msgstr "(أرسل لكليهما)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "--إختر تصنيف--" @@ -213,17 +215,18 @@ msgstr "" " هل تريد إضافة بعض MAPIT_TYPES إلى ملف التكوين؟" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -253,7 +256,7 @@ msgid "Yes I have a password" msgstr "نعم لدي كلمة المرور" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -270,7 +273,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -293,7 +296,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "أضف عنوان اتصال عبر النموذج التالي." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "أضف تصنيفاً" @@ -326,7 +329,7 @@ msgstr "" msgid "Add new category" msgstr "أضف تصنيفاً" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "إضافة خيار" @@ -335,8 +338,8 @@ msgstr "إضافة خيار" msgid "Add phone number" msgstr "إضافة رقم هاتف" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -344,21 +347,20 @@ msgid "Add to shortlist" msgstr "اضف للقائمة القصيرة" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "إضافة مستخدم" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "اضف / عدل اصناف المشاكل" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "اضف/عدل أولويات الاستجابة" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "اضف/عدل قوالب الاستجابة" @@ -374,6 +376,12 @@ msgstr "اضافة التقرير للقائمة القصيرة خاصتك سي msgid "Admin" msgstr "المدير" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "مرة اخرى:" @@ -386,8 +394,8 @@ msgstr "تحذير %d أنشيء لـ %s، نوع %s، معاملات %s \\ %s" msgid "Alert %d disabled (created %s)" msgstr "التحذير %d ألغي تفعيله (أنشيء %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "نبهني بأحدث المستجدات" @@ -399,10 +407,12 @@ msgstr "تحذيرات:" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "كلها" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "كل التقارير" @@ -442,6 +452,11 @@ msgstr "كل البلاغات بين %s و %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "تم الإبلاغ عنها في الفئة %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -478,7 +493,7 @@ msgstr "مجهول" msgid "Anonymous user" msgstr "مستخدم مجهول" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -491,7 +506,7 @@ msgid "Another user" msgstr "مستخدم اخر" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "هل أنت متأكد أنك تريد إلغاء الرفع؟" @@ -500,8 +515,8 @@ msgstr "هل أنت متأكد أنك تريد إلغاء الرفع؟" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "هل أنت متأكد؟" @@ -512,7 +527,7 @@ msgstr "هل أنت متأكد؟" msgid "Area covered" msgstr "المنطقة المغطاة" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "المنطقة:" @@ -526,27 +541,32 @@ msgstr "بما أن هذا الموقع هو موقع مؤقت وقيمة %s ه msgid "Assign selected to role:" msgstr "تعيين المستخدمين للمناطق" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "تعيين إلى الهيئة المختصة:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "تعيين إلى هيئة خارجية:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "تعيين إلى قسم فرعي:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "تعيين المستخدمين للمناطق" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "التصنيفات المتاحة" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "عين إلى %s" @@ -559,7 +579,7 @@ msgstr "في الغالب، يتم إرجاع %d من الطلبات في كل msgid "At the moment only searching for and looking at reports work." msgstr "حاليا مايعمل هو البحث ورؤية البلاغات فقط." -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "مستخدمين " @@ -567,11 +587,11 @@ msgstr "مستخدمين " msgid "Auto Response" msgstr "إجابة تلقائية" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "الإستجابة الآلية:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -583,12 +603,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "تفادى المعلومات الشخصية ولوحات السيارات" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "في إنتظار المشرفين" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "الخلف" @@ -609,14 +630,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "الهيئات" @@ -629,11 +648,13 @@ msgstr "الهيئات" msgid "Body" msgstr "الهيئة" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "الهيئة:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "ملف CSV" @@ -645,8 +666,7 @@ msgstr "لا تستطيع العثور على رسالة البريد الإلك msgid "Can't see the map? Skip this step" msgstr "لا يمكنك رؤية الخريطة؟ تجاوز هذه الخطوة" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -662,15 +682,13 @@ msgstr "تصنيفات:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -680,7 +698,7 @@ msgstr "تصنيف" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "تصنيف تغير من ‘%s’ إلى ‘%s’" @@ -703,6 +721,11 @@ msgstr "تصنيف:" msgid "Change" msgstr "تغيير" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "تغيير كلمة المرور" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -719,7 +742,7 @@ msgstr "تغيير كلمة المرور" msgid "Change phone number" msgstr "تغيير رقم الهاتف" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -731,12 +754,12 @@ msgstr "" "اختر اسم تصنيف يكون منطقيا لعامة الناس (مثل، \"أخدود\"، \"إنارة الطريق\") ومساعد.\n" "للجهات المسئولة أيضا. هذه سوف تظهر في القائمة المنسدلة من صفحة إبلاغ-عن-مشكلة." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -773,8 +796,8 @@ msgid "Close" msgstr "إعلاق" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -784,11 +807,7 @@ msgstr "إعلاق" msgid "Closed" msgstr "مغلق" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "مغلق من الجهة المسئولة" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -821,13 +840,12 @@ msgid "Code" msgstr "الرمز" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "إعدادت" @@ -944,7 +962,7 @@ msgstr "انشئ بلاغ" msgid "Create an account" msgstr "إنشاء حساب" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "انشء تصنيف" @@ -954,27 +972,25 @@ msgstr "انشء تصنيف" msgid "Create priority" msgstr "انشء أولوية" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "انشاء التبليغات/تحديثات كالمجلس" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "انشاء التبليغات/تحديثات بالنيابة عن مستخدم" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "إنشاء قالب" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "تم الإنشاء" @@ -983,6 +999,17 @@ msgstr "تم الإنشاء" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "تم الإنشاء" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "تم الإنشاء" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -994,10 +1021,6 @@ msgstr "تم الإنشاء:" msgid "Current password:" msgstr "الكلمة السرية الحالية:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "الرمز الحالي:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1007,19 +1030,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "حاليا لايوجد جهات مسئولة تم إنشائها." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1031,7 +1056,7 @@ msgstr "تم التعامل بواسطة القسم الفرعي في غضون 5 msgid "Default" msgstr "افتراضي" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1041,7 +1066,7 @@ msgid "Delete" msgstr "حذف" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "حذف القالب" @@ -1063,9 +1088,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "الوصف" @@ -1074,7 +1097,7 @@ msgstr "الوصف" msgid "Destination" msgstr "الوصف" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1110,7 +1133,7 @@ msgid "Disable" msgstr "تعطيل" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1118,6 +1141,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "تم الإبلاغ عنها في الفئة %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "تم الإبلاغ عنها في الفئة %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1152,25 +1185,25 @@ msgstr "لا أعلم" msgid "Don't like forms?" msgstr "هل تحب النماذج؟" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "اسحب الصور واسقطها هنا أو انقر للرفع" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "المكرَّرة" @@ -1185,7 +1218,7 @@ msgstr "" "يمكن للتصنيفات المختلفة أن تمتلك نفس عنوان الاتصال (عنوان بريد إلكتروني).\n" "هذا يعني أنه يمكنك إضافة ما تشاء من التصنيفات حتى ولو كنت تملك عنوان اتصال واحد للجهة المسئولة." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "باتجاه الشرق /باتجاه الشمال:" @@ -1197,7 +1230,7 @@ msgstr "باتجاه الشرق /باتجاه الشمال:" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "تعديل" @@ -1208,12 +1241,11 @@ msgstr "تعديل" msgid "Edit body details" msgstr "تعديل تفاصيل الجهة المسئولة" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "عدل صلاحيات المستخدمين الآخرين" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "عدل تصنيف التقرير" @@ -1221,17 +1253,15 @@ msgstr "عدل تصنيف التقرير" msgid "Edit report details" msgstr "تعديل تفاصيل الإبلاغ" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "عدل أولوية التقرير" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "عدل التقارير" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1268,8 +1298,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1278,15 +1309,14 @@ msgstr "المحرر" msgid "Email" msgstr "البريد الإلكتروني" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "البريد الإلكتروني" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "البريد الإلكتروني (اختياري)" @@ -1306,12 +1336,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "ارسل لي رابطا لكي أتمكن مِن تسجيل الدخول" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "البريد الإلكتروني المؤكد:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "البريد الإلكتروني:" @@ -1381,12 +1412,12 @@ msgstr "تاريخ النهاية" msgid "Endpoint" msgstr "نقطة النهاية" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "أدخل اسم شارع في زيورخ" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "أدخل أقرب صندوق بريد بريطاني، أو اسم الشارع والحي" @@ -1413,10 +1444,10 @@ msgstr "أدخل تفاصيل البلاغ" msgid "Error" msgstr "خطأ" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "الكل" @@ -1429,7 +1460,7 @@ msgstr "مثال لصندوق البريد %s" msgid "Examples:" msgstr "أمثلة:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "تصنيف موجود" @@ -1438,7 +1469,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "توسيع الخريطة" @@ -1463,7 +1494,7 @@ msgid "External body" msgstr "هيئة خارجية" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1475,20 +1506,20 @@ msgstr "" msgid "External team" msgstr "فريق خارجي" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "بيانات إضافية:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1521,20 +1552,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "ترشيح قائمة البلاغات" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "أول مرة" +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "صور التقارير القريبة الحديثة" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "يمكن إصلاح ذلك عن طريق اختيار منطقة التغطية في نموذج تحرير تفاصيل الهيئة بالأسفل." @@ -1564,7 +1600,7 @@ msgstr "مشار كمحذوف" msgid "Flag user" msgstr "مستخدم مشار إليه" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "مشار إليهم" @@ -1573,7 +1609,7 @@ msgstr "مشار إليهم" msgid "Flagged reports and users" msgstr "بلاغات ومستخدمين مشار إليهم" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "المستخدمين المشار إليهم مدرجين بقائمة في صفحة المشار إليهم" @@ -1581,8 +1617,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "مشار إليه:" @@ -1608,11 +1644,11 @@ msgstr "نسيت كلمتك السرية" msgid "Forgotten your password?" msgstr "هل نسيت كلمة المرور؟" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "تمت إعادة التوجيه إلى هيئة خارجية" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية" @@ -1622,12 +1658,20 @@ msgstr "تمت إعادة توجيه الطلب إلى هيئة خارجية" msgid "Frequently Asked Questions" msgstr "الأسئلة الشائعة" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "توليد رمز" @@ -1649,7 +1693,7 @@ msgstr "احصل على التحديثات لـ %s من المشاكل" msgid "Get updates of problems in this %s" msgstr "احصل على التحديثات للمشاكل في هذه %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "أرسل لي موجز RSS" @@ -1665,15 +1709,15 @@ msgstr "سعيد لسماع أنها أصلحت!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1683,7 +1727,7 @@ msgstr "اذهب" msgid "Going to send questionnaire?" msgstr "هل تريد أن ترسل سؤال؟" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "إعطاء تصريح للأدمن" @@ -1709,6 +1753,7 @@ 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 "" @@ -1743,7 +1788,8 @@ msgstr "مخفي" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1771,7 +1817,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "أخفي المثبتة" @@ -1825,11 +1871,9 @@ msgstr "نعتذر لك لم نستطع تحديد مشكلتك في قاعدة #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "المعرف" @@ -1850,15 +1894,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1874,7 +1918,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1898,7 +1942,7 @@ msgstr "اذا كنت تريد ان تكون هذا النموذج خيارا ل msgid "If you submit a problem here the problem will not be reported to the council." msgstr "في حالة تقديم مشكلة هنا، لن يتم الإبلاغ عن المشكلة للمجلس." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1937,7 +1981,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1961,6 +2005,17 @@ msgstr "في جدول المسيئين؟" 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 "إضافة إلى ذلك، يتم إرجاع السمات التالية التي ليست جزءًا من مواصفة Open311 v2: agency_sent_datetime وtitle (يرجع أيضًا كجزء من الوصف) وinterface_used وcomment_count وrequestor_name (يوجد إذا كان مقدم الطلب سمح بعرض الاسم على هذا الموقع)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "الإدارة" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1970,20 +2025,20 @@ msgstr "غير نشط" msgid "Inbox zero, here we come!" msgstr "علبة الواردة فارغة، ها قد وصلنا!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "تضمين البيانات الشخصية للمبلّغ" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "قيمة has_photo غير صحيحة \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "وجه المقاولون لإصلاح المشاكل" @@ -2000,16 +2055,12 @@ msgstr "ملاحظات داخلية" msgid "Internal notes" msgstr "ملاحظات داخلية" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "قيمة agency_responsible غير صالحة %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "التنسيق المحدد %s غير صالح." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "موقع غير صحيح. على الموقع الجديد ان يكون تحت نفس المجلس." @@ -2061,13 +2112,13 @@ msgstr "آخر تحديث" msgid "Last update:" msgstr "آخر تحديث:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "الطول/العرض:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "الاقل تحديثا مؤخرا" @@ -2084,7 +2135,7 @@ msgstr "عرض جميع المشكلات المبلّغ عنها" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "جارٍ التحميل..." @@ -2122,17 +2173,18 @@ msgid "Log in with Twitter" msgstr "تسجيل الدخول عبر تويتر" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "تسجيل الدخول عبر البريد الإلكتروني" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "الخروج مِن كافة الجلسات" @@ -2151,19 +2203,20 @@ msgstr "البحث" msgid "MAP" msgstr "الخريطة" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "ادارة القائمة القصيرة" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "ترتيب يدوي" @@ -2177,24 +2230,24 @@ msgstr "الخريطة" msgid "Mark as sent" msgstr "اشر كمرسلة" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "تحديد المستخدمين الذين تريد وضع علامة على سلوكهم بأنه مشار إليه." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "حدد تفاصيل المشكلة." -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "الرسالة" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "رسالة إلى الهيئة المختصة:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "رسالة إلى الهيئة الخارجية:" @@ -2207,7 +2260,7 @@ msgstr "" msgid "Missing bodies:" msgstr "هيئات مفقودة:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr " jurisdiction_id غير موجود" @@ -2215,8 +2268,7 @@ msgstr " jurisdiction_id غير موجود" msgid "Moderate" msgstr "إشراف" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "قم بالاشراف على تفاصيل التبليغ" @@ -2239,7 +2291,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "تمت المعالجة بواسطة القسم خلال يوم عمل واحد" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "سِجلّ الإشراف" @@ -2249,14 +2301,14 @@ msgstr "سِجلّ الإشراف" msgid "Month" msgstr "الشهر" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2284,9 +2336,10 @@ msgstr "" msgid "Name" msgstr "الاسم" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "الاسم:" @@ -2304,7 +2357,7 @@ msgstr "انتقل الى هذه المشكلة" msgid "Nearest calculated address:" msgstr "أقرب عنوان تم التعرف عليه:" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "أقرب طريق مسمى للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا باستخدام OpenStreetMap): %s%s" @@ -2312,12 +2365,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:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "أقرب شارع مسمى للدبوس الموضوع على الخريطة (يتم إنشاؤه تلقائيًا باستخدام خرائط Bing): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2340,7 +2393,7 @@ msgstr "" msgid "New body added" msgstr "تمت إضافة هيئة جديدة" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "تمت إضافة جهة اتصال جديدة للفئة" @@ -2354,8 +2407,8 @@ msgstr "بريد إلكتروني جديد:" msgid "New field" msgstr "حفظ الحقول الجديدة" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "ملاحظة داخلية جديدة:" @@ -2363,13 +2416,13 @@ msgstr "ملاحظة داخلية جديدة:" msgid "New local problems on FixMyStreet" msgstr "مشكلات محلية جديدة على FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "كلمة مرور جديدة:" @@ -2446,7 +2499,7 @@ msgstr "قالب جديد" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "الأحدث" @@ -2459,7 +2512,6 @@ msgstr "التالي" msgid "Next:" msgstr "التالي:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2468,11 +2520,11 @@ msgstr "التالي:" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "لا" @@ -2484,11 +2536,12 @@ msgstr "" msgid "No account?" msgstr "ليس عندك حساب بعد؟" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "لا هيئة" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "لم يتم تحديد مجلس" @@ -2504,8 +2557,8 @@ msgstr "لم يتم العثور على مشكلات مشار إليها." msgid "No flagged users found." msgstr "لم يتم العثور على مستخدمين مشار إليهم." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "لا توجد تحديثات إضافية" @@ -2543,8 +2596,8 @@ msgstr "لا يوجد داعمون" msgid "None" msgstr "بلا" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2553,8 +2606,8 @@ msgstr "" " يمكن إقران المستخدمين الموظفين المعتمدين بالمنطقةالتي يعملون فيها.
\n" " " -#: templates/web/base/admin/users/form.html:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2566,10 +2619,14 @@ msgstr "" " تبعًا للتنفيذ، يمكن أن يكون لدى المستخدمين الموظفين حق الوصول إلى لوحة المعلومات (ملخص\n" " الأنشطة عبر الهيئة التي يمثلونها)، أو القدرة على إخفاء التقارير أو تعيين حالات خاصة للتقارير." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "لم يقوموا بالإبلاغ من قبل" @@ -2618,12 +2675,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2631,12 +2688,12 @@ msgstr "" msgid "Old state" msgstr "حالة قديمة" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2645,7 +2702,7 @@ 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:156 +#: 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 @@ -2676,7 +2733,7 @@ msgstr "صفحة ويب مبادرة Open311" msgid "Open311 specification" msgstr "مواصفة Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "الخيارات" @@ -2688,7 +2745,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2696,16 +2753,16 @@ msgstr "" msgid "Order" msgstr "الترتيب" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2737,7 +2794,7 @@ msgstr "لم يتم العثور على الصفحة" msgid "Parent" msgstr "العنصر الرئيسي" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "فئات أخرى" @@ -2746,13 +2803,13 @@ msgstr "فئات أخرى" msgid "Partial" msgstr "جزئي" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "كلمة المرور (اختياري)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "تم تغيير كلمة المرور" @@ -2767,7 +2824,7 @@ msgstr "كلمة المرور (اختياري)" msgid "Permissions" msgstr "الصلاحيات:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "الصلاحيات:" @@ -2775,19 +2832,24 @@ msgstr "الصلاحيات:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "الهاتف:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "رقم الهاتف" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "رقم الهاتف (اختياري)" @@ -2795,30 +2857,26 @@ msgstr "رقم الهاتف (اختياري)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "الهاتف:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2838,9 +2896,8 @@ msgstr "الصورة مطلوبة" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "الصور" @@ -2849,7 +2906,7 @@ msgstr "الصور" msgid "Photos of recent nearby reports" msgstr "صور التقارير القريبة الحديثة" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2863,6 +2920,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2890,27 +2952,26 @@ msgid "Please check your email address is correct" msgstr "الرجاء التحقق من أن عنوان البريد الإلكتروني صحيح" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "الرجاء اختيار فئة" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2932,27 +2993,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "الرجاء عدم إساءة الاستعمال؛ فإساءة استعمال المجلس يتسبب في تقليل قيمة الخدمة المقدمة لكل المستخدمين." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "الرجاء إدخال رسالة" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "الرجاء إدخال اسمك" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "الرجاء ادخال اسم لهذه الهيئة." @@ -2965,16 +3026,16 @@ msgstr "الرجاء إدخال كلمة مرور" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "الرجاء إدخال موضوع" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2985,20 +3046,20 @@ msgstr "الرجاء إدخال بريد إلكتروني صالح" msgid "Please enter a valid email address" msgstr "الرجاء إدخال عنوان بريد إلكتروني صالح" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -3014,7 +3075,7 @@ msgid "Please enter your first name" msgstr "الرجاء إدخال الاسم الأول" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "الرجاء إدخال الاسم الكامل؛ فالمجالس تحتاج هذه المعلومة - إذا كنت لا ترغب في إظهار اسمك على الموقع، فألغِ تحديد هذا المربع الموجود بالأسفل" @@ -3026,9 +3087,9 @@ msgstr "الرجاء إدخال اسمك" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "الرجاء إدخال اسمك" @@ -3069,19 +3130,19 @@ msgstr "الرجاء تعبئة النموذج التالي بتفاصيل ال msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "الرجاء إدخال عنوان بريد إلكتروني صالح" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3108,24 +3169,28 @@ msgstr "يرجى ملاحظة أن تحديثك لم يتم نشره ب msgid "Please note:" msgstr "الرجاء ملاحظة:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "الرجاء تقديم تحديث عام لهذا التقرير." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "الرجاء ذكر ما إذا كنت قد أبلغت عن مشكلة إلى المجلس من قبل أم لا" @@ -3133,7 +3198,7 @@ msgstr "الرجاء ذكر ما إذا كنت قد أبلغت عن مشكلة 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "الرجاء تحديد هيئة." @@ -3145,7 +3210,7 @@ msgstr "الرجاء تحديد الموجز الذي تريده" msgid "Please select the type of alert you want" msgstr "الرجاء تحديد نوع التنبيه الذي تريده" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "الرجاء تحديد ما إذا كانت المشكلة قد تم حلها أم لا" @@ -3153,12 +3218,12 @@ msgstr "الرجاء تحديد ما إذا كانت المشكلة قد تم ح #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "الرجاء تحميل صورة فقط" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3166,27 +3231,23 @@ msgstr "" msgid "Please write a message" msgstr "الرجاء كتابة رسالة" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "نشر" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "نشر بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "تم النشر بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "تم النشر بواسطة %s (%s) في %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "تم النشر بواسطة %s في %s" @@ -3202,7 +3263,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3210,11 +3271,11 @@ msgstr "" msgid "Previous" msgstr "السابق" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "أولويات" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "أولوية" @@ -3230,9 +3291,9 @@ msgid "Privacy and cookies" msgstr "الخصوصية وملفات تعريف الارتباط" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "خاص" @@ -3282,7 +3343,7 @@ msgstr "تم إرسال المشكلة %s إلى المجلس %s" msgid "Problem breakdown by state" msgstr "تصنيف المشكلة حسب الحالة" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "تم وضع علامة \"مفتوح\" على المشكلة." @@ -3290,8 +3351,7 @@ msgstr "تم وضع علامة \"مفتوح\" على المشكلة." msgid "Problem state change based on survey results" msgstr "يتم تغيير حالة المشكلة حسب نتائج الاستطلاع" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "المشكلات" @@ -3316,18 +3376,18 @@ msgstr "المشكلات المبلّغ عنها مؤخرًا على FixMyStreet msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "المشكلات ضمن حدود %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "المشكلات ضمن حدود دائرة %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3335,7 +3395,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "المشكلات ضمن حدود %s، %s" @@ -3343,11 +3403,15 @@ msgstr "المشكلات ضمن حدود %s، %s" msgid "Property address:" msgstr "عنوان الملكية:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3361,11 +3425,11 @@ msgstr "قدّم تحديثًا" msgid "Provide update as" msgstr "قدم التحديث كـ" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "تقديم كلمة المرور اختياري، ولكن فعل ذلك يتيح لك الإبلاغ عن المشكلات وإضافة التحديثات وإدارة التقارير بسهولة أكبر." @@ -3373,12 +3437,12 @@ msgstr "تقديم كلمة المرور اختياري، ولكن فعل ذلك msgid "Public details" msgstr "التفاصيل العمومية:" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "الاستجابة العامة:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "التحديث العام:" @@ -3421,11 +3485,11 @@ msgstr "تمت تعبئة الاستبيان بواسطة المبلّغ عن ا msgid "RSS feed" msgstr "موجز RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "موجز RSS لـ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "موجز RSS لدائرة %s، %s" @@ -3433,11 +3497,11 @@ msgstr "موجز RSS لدائرة %s، %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "موجز RSS لـ %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" @@ -3445,13 +3509,13 @@ msgstr "موجز RSS لـ %s، ضمن حدود دائرة %s" msgid "RSS feed of nearby problems" msgstr "موجز RSS للمشكلات القريبة" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "موجز RSS للمشكلات الموجودة ضمن حدود دائرة %s" @@ -3465,11 +3529,11 @@ msgstr "موجز RSS للمشكلات المحلية الحديثة" msgid "RSS feed of updates to this problem" msgstr "موجز RSS للتحديثات على هذه المشكلة" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "اقرأ المزيد" @@ -3482,7 +3546,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "استلام بريد إلكتروني عند ترك تحديثات لهذه المشكلة." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "استلمت من %s قبل لحظات" @@ -3496,7 +3560,7 @@ msgstr "المشكلات المحلية الحديثة، %s" msgid "Recently reported problems" msgstr "المشاكل المبلغة حديثا" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "المحدثة مؤخرا" @@ -3509,7 +3573,8 @@ 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 "تذكر أن FixMyStreet مخصص في الأساس للإبلاغ عن المشكلات الفعلية التي يمكن حلها. إذا كانت مشكلتك غير مناسبة للتقديم عبر هذا الموقع فتذكر أنه يمكنك التواصل مع المجلس مباشرةً باستخدام موقع الويب الخاص به." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "إزالة تفاصيل الحساب" @@ -3521,8 +3586,8 @@ msgstr "إزالة الحقل" msgid "Remove flag" msgstr "إزالة الإشارة" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3538,17 +3603,22 @@ msgstr "احذف من الموقع" msgid "Remove option" msgstr "إزالة الحقل" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "إزالة الصورة (لا يمكن التراجع عن هذا الإجراء!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "عدل صلاحيات المستخدمين الآخرين" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "تبديل الرمز" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "رد على المستخدم:" @@ -3556,14 +3626,14 @@ msgstr "رد على المستخدم:" msgid "Report" msgstr "إبلاغ" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3572,7 +3642,7 @@ msgid "Report a problem" msgstr "الإبلاغ عن مشكلة" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3588,7 +3658,7 @@ msgid "Report anonymously" msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3624,7 +3694,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "الإبلاغ عن المشكلات المحلية أو عرضها أو مناقشتها" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" @@ -3635,7 +3705,7 @@ msgstr "تم الإبلاغ عنها بدون تحديد الهوية في %s" msgid "Reported before" msgstr "تم الإبلاغ عنها من قبل" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "تم الإبلاغ عنها بواسطة %s في %s" @@ -3649,27 +3719,27 @@ msgstr "تم الإبلاغ عنها بواسطة:" msgid "Reported in the %s category" msgstr "تم الإبلاغ عنها في الفئة %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "تم الإبلاغ عنها في الفئة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "تم البلاغ في التصنيف %s بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "تم الإبلاغ عنها بواسطة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "تم الإبلاغ عنها عبر %s بواسطة %s في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بدون تحديد الهوية في %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "تم الإبلاغ عنها عبر %s في الفئة %s بواسطة %s في %s" @@ -3688,17 +3758,15 @@ msgstr "تم الإبلاغ:" msgid "Reporting a problem" msgstr "الإبلاغ عن مشكلة" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "التقارير" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3726,15 +3794,15 @@ msgid "Reports published" msgstr "تم نشر التقارير" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3747,7 +3815,7 @@ msgstr "التقارير في انتظار الإرسال" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "مطلوب" @@ -3800,39 +3868,45 @@ msgstr "" msgid "Right place?" msgstr "المكان صحيح؟" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "مشغل الطرق لهذا الطريق المسمى (يتم اشتقاقه من رقم ونوع مرجع الطريق): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "مشغل الطرق لهذا الطريق المسمى (من OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "تدوير لليسار" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3848,20 +3922,20 @@ msgstr "سيؤدي تدوير هذه الصورة إلى تجاهل التغيي msgid "Satellite" msgstr "القمر الصناعي" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3878,13 +3952,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "البحث عن تقارير" @@ -3897,7 +3970,7 @@ msgstr "البحث عن مستخدمين" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "البحث عن تقارير" @@ -3912,12 +3985,12 @@ msgstr "بحث:" msgid "Searching found no reports." msgstr "لم يعثر البحث على أي تقارير." -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "الأمان" @@ -3927,8 +4000,7 @@ msgstr "الأمان" msgid "See our privacy policy" msgstr "انظر سياسة الخصوصية" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3938,7 +4010,7 @@ msgid "Select a body" msgstr "تحديد هيئة" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "تحديد منطقة" @@ -3959,7 +4031,7 @@ msgstr "" msgid "Select:" msgstr "تحديد:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "إرسال" @@ -3972,7 +4044,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "أرسل حالات Open311 مطولة مع تحديثات طلب الخدمة" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3981,11 +4053,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "تمت إعادة إرسال التقرير" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "تم الإرسال إلى %s %s لاحقًا" @@ -4023,7 +4095,7 @@ msgstr "" msgid "Shortlist" msgstr "قائمة قصيرة" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4034,7 +4106,7 @@ msgstr "" msgid "Shortlisted" msgstr "تم الاضافة الى القائمة القصيرة" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "تم الاضافة الى القائمة القصيرة في %s" @@ -4059,8 +4131,8 @@ msgstr "" msgid "Show older" msgstr "عرض الأقدَم" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "عرض التقارير القديمة" @@ -4071,7 +4143,7 @@ msgstr "عرض الصورة" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "إظهار الدبابيس" @@ -4133,7 +4205,7 @@ msgid "Some photos of recent reports" msgstr "بعض صور التقارير الحديثة" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "بعض النص لترجمته" @@ -4142,12 +4214,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "عذرًا، يبدو هذا أنه رمز بريدي خاص بإحدى تبعيات التاج البريطاني، ونحن لا نغطي ذلك." @@ -4165,9 +4236,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "عذرًا، حدث خطأ أثناء تأكيد المشكلة." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "عذرًا، لم نستطع العثور على هذا الموقع." @@ -4177,13 +4248,13 @@ msgstr "عذرًا، لم نستطع العثور على هذا الموقع." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "عذرا، لم نتمكن من تسجيل دخولك. يرجى ملئ النموذج بالأسفل." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4198,11 +4269,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "للأسف، ليس لديك صلاحية لفعل ذلك." -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "رتب بواسطة" @@ -4212,11 +4283,11 @@ msgstr "رتب بواسطة" msgid "Staff only" msgstr "الموظف:" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "مستخدم الموظف لديه الصلاحية للدخول للأدمن" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "الموظف:" @@ -4240,18 +4311,18 @@ msgstr "تاريخ البداية" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "الحالة" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4260,31 +4331,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "الإحصائيات" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "الحالة" @@ -4302,7 +4370,7 @@ msgstr "عرض الشارع" msgid "Subcategory" msgstr "الفئة الفرعية" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "القسم الفرعي/الهيئة" @@ -4321,50 +4389,48 @@ msgstr "الموضوع:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "تقديم" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "تقديم الاستبيان" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "تم اضافتها" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "اشتراك" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4377,7 +4443,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "يقتصر طول التحديثات على %s من الأحرف. الرجاء تقصير نص التحديث" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4391,20 +4457,19 @@ msgstr "" msgid "Summarise the problem" msgstr "لخص المشكلة" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "لخص تغييراتك" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "ملخص" @@ -4415,14 +4480,20 @@ 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 "خلاصة الإحصائيات" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "مستخدم خارق" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "مستخدم خارق" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "المستخدم الخارق له ترخيص لتنفيذ strong>كل اعمال التي يمكن للأدمن عملها." @@ -4440,13 +4511,18 @@ msgstr "حدثنا عنك" msgid "Template «%s»" msgstr "القالب «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "القوالب" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "الاقل تحديثا مؤخرا" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "النص" @@ -4468,6 +4544,11 @@ msgstr "إصدار نصي فقط" msgid "Text:" msgstr "النص:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "النص" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "شكرًا لك للإبلاغ عن هذه المشكلة!" @@ -4497,7 +4578,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "شكرًا لك، يسعدنا معرفة أن المشكلة قد حُلت! هل يمكنا أن نسألك عما إذا كنت قد أبلغت عن مشكلة للمجلس من قبل؟" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4509,27 +4590,29 @@ msgstr "يبدو أنه لم يتم تحميل هذه الصورة بصورة س 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "لا يبدو أن هذا الموقع يقع في المملكة المتحدة؛ الرجاء إعادة المحاولة." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "لم يتم التعرف على هذا الرمز البريدي، عذرًا." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "تم وضع علامة على هذه المشكلة بأنها أُرسلت." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "ستتم إعادة إرسال هذه المشكلة الآن." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "تمت إزالة هذا التقرير من FixMyStreet." @@ -4579,8 +4662,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4639,7 +4722,7 @@ msgstr "الخطأ هو: %s" 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 "يتم إرجاع سمات Open311 v2 التالية لكل طلب: service_request_id وdescription وlat وlong وmedia_url وstatus وrequested_datetime وupdated_datetime وservice_code وservice_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "المعلومات التالية المتعلقة بأقرب طريق قد تكون غير دقيقة أو غير مناسبة، إذا كانت المشكلة قريبة من عدة طرق أو قريبة من طريق ليس له اسم مسجل في OpenStreetMap." @@ -4701,8 +4784,8 @@ msgstr "تعذر على المستخدم تحديد موقع المشكلة عل msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4737,7 +4820,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4755,12 +4838,12 @@ msgstr "حدثت مشكلة أثناء عرض هذه الصفحة. الرجاء msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة مرة آخرى." @@ -4768,7 +4851,7 @@ msgstr "حدثت مشكلة مع تحديثك. الرجاء المحاولة م msgid "There were problems with your report. Please see below." msgstr "حدثت مشكلات في التقرير. الرجاء الاطلاع على ما يلي." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "حدثت مشكلات في التحديث. الرجاء الاطلاع على ما يلي." @@ -4854,10 +4937,10 @@ msgstr "أُرسلت رسالة البريد الإلكتروني إلى كلا 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 "أُرسلت رسالة البريد الإلكتروني إلى عدة مجالس تغطي موقع المشكلة، وبما أن الفئة المحددة مدخلة لجميع المجالس، فالرجاء تجاهل المشكلة إذا لم تكن المجلس المختص بالتعامل معها." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "هذه المعلومات مطلوبة" @@ -4874,19 +4957,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4899,26 +4986,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "هذا التقرير عليه علامة \"مغلق\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "هذا التقرير عليه علامة \"تم الإصلاح\" حاليًا." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "هذا التقرير عليه علامة \"مفتوح\" حاليًا." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4926,15 +5013,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "تحتوي صفحة الويب هذه على صورة للمشكلة، تم تقديمها بواسطة المستخدم." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4958,6 +5048,10 @@ msgstr "العنوان" 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 "لاكتشاف التنبيهات المحلية التي لدينا لك، الرجاء إدخال الرمز البريدي لـ %s أو اسم الشارع أو المنطقة:" @@ -4984,7 +5078,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 #, fuzzy msgid "Token" msgstr "الرمز:" @@ -5010,11 +5104,6 @@ msgstr "" msgid "Total" msgstr "الإجمالي" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "هل يتطلب إدارة المرور؟" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "الترجمة" @@ -5037,16 +5126,16 @@ msgstr "جرّب إرسال البريد الإلكتروني إلينا مبا #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5056,7 +5145,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5086,10 +5175,10 @@ msgstr "خطأ غير معروف" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "معرف المشكلة غير معروف" @@ -5101,13 +5190,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "تحديث" @@ -5158,29 +5247,27 @@ msgstr "أدى التحديث إلى إعادة فتح المشكلة" msgid "Update statuses" msgstr "حالات التحديث" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "تم التحديث" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "تم التحديث!" @@ -5191,7 +5278,7 @@ msgstr "تم التحديث!" msgid "Updates" msgstr "التحديثات" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "يقتصر طول التحديثات على %s من الأحرف. الرجاء تقصير نص التحديث" @@ -5221,6 +5308,14 @@ msgstr "استخدم ملحق Open311 لأرسال الاحداثيات" 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:102 +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:75 +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 "التعليق المأخوذ ينتمي الى مستخدم معرف" @@ -5234,8 +5329,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5253,7 +5348,7 @@ msgid "User flagged" msgstr "تم وضع إشارة للمستخدم" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5266,27 +5361,25 @@ msgstr "عثر البحث الذي نفذه المستخدم على مطابقا msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "المستخدم:" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "المستخدمون" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "يمكن للمستخدمين تنفيذ الاوامر التاليه في مناطقهم او هيئاتهم المعينة." @@ -5295,9 +5388,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "تم تحديث القيم" @@ -5323,7 +5416,7 @@ msgstr "التحقق من رقم الهاتف" msgid "View report on site" msgstr "عرض التقرير على الموقع" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "عرض التقارير حسب الدائرة" @@ -5331,7 +5424,7 @@ msgstr "عرض التقارير حسب الدائرة" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5349,7 +5442,7 @@ msgstr "عرض مشكلة" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "دوائر هذا المجلس" @@ -5419,7 +5512,7 @@ msgstr "عند الإرسال" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5439,7 +5532,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "هل تريد المشاركة في استبيان آخر خلال 4 أسابيع فنذكرك بالتحقق من الحالة؟" @@ -5451,7 +5544,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "كتابة الرسالة بالأحرف الكبيرة يجعل قراءتها صعبة، وكذلك الحال مع عدم الالتزام بقواعد الترقيم." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5462,12 +5554,12 @@ msgstr "كتابة الرسالة بالأحرف الكبيرة يجعل قرا #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "نعم" @@ -5480,7 +5572,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "إنك غير متصل" @@ -5493,7 +5585,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "أنت تبلغ عن التحديث التالي بأنه يشتمل على إساءة أو يحتوي على معلومات شخصية أو شيء من هذا القبيل:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5502,7 +5594,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "يمكنك عرض المشكلة على هذا الموقع." -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "يمكنك إضافة البريد الإلكتروني الخاصة بالمستخدم المسيء إلى قائمة المسيئين، وهي تخفي تلقائيًا (ولا ترسل مطلقًا) التقارير التي يقومون بإنشائها." @@ -5535,7 +5627,7 @@ msgstr "يمكنك مساعدتنا في العثور على عنوان بريد msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "يمكنك وضع علامة الحذف على هيئة إذا كنت لا تريدها نشطة على الموقع." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5545,7 +5637,7 @@ msgid "You declined; please fill in the box above" msgstr "لقد رفضت؛ الرجاء تعبئة المربع بالأعلى" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5553,7 +5645,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "لقد أجبت عن هذا الاستبيان بالفعل. إذا كان لديك سؤال، فالرجاء التواصل معنا، أو عرض المشكلة.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 صور كحد أقصى بهذا التقرير (إذا حاولت تحميل المزيد من الصور، فسيتم حذف الصور القديمة)." @@ -5563,8 +5655,7 @@ msgstr "لقد أرفقت صورًا بهذا التقرير من قبل. لاح 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 "لقد أرفقت صورًا بهذا التقرير من قبل. لاحظ أنه يمكنك إرفاق 3 صور كحد أقصى بهذا التقرير (إذا حاولت تحميل المزيد من الصور، فسيتم حذف الصور القديمة)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "لقد أرفقت صورًا لهذا التحديث من قبل. لاحظ أنه يمكنك إرفاق 3 صور كحد أقصى بهذا التحديث (إذا حاولت تحميل المزيد من الصور، فسيتم حذف أقدم صورة)." @@ -5631,9 +5722,9 @@ msgstr "التقارير" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "حسابك" @@ -5642,13 +5733,14 @@ msgstr "حسابك" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5677,16 +5769,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "تم اخفاء اسمك" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5707,8 +5799,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "الرجاء الدخولعبر البريد الإلكتروني بدلا عن ذلك، كما يرجى تقديم كلمة مرور جديدة عند هذه النقطة. بعد التأكيد، سيتم تحديث كلمة المرور." #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5741,7 +5833,7 @@ msgid "Your update" msgstr "تحديثك" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5772,19 +5864,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "الكل" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "مدير" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5792,8 +5884,8 @@ msgstr "" msgid "by %s" msgstr "بواسطة %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "المجلس" @@ -5824,6 +5916,10 @@ msgstr "تحرير المستخدم" msgid "from %s different users" msgstr "من %s من المستخدمين المختلفين" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5841,7 +5937,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "بلا" @@ -5924,12 +6020,12 @@ msgid "today" msgstr "اليوم" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "تحديث" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "تحديثات" @@ -5954,7 +6050,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "الإدارة" @@ -6046,7 +6142,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6079,7 +6175,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6112,7 +6208,7 @@ msgstr[3] "%s من التقارير التي تم حلها في ال msgstr[4] "%s من التقارير التي تم حلها في الشهر الماضي" msgstr[5] "%s من التقارير التي تم حلها في الشهر الماضي" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6123,7 +6219,7 @@ msgstr[3] "%s من التقارير في الأسبوع الماضي" msgstr[4] "%s من التقارير في الأسبوع الماضي" msgstr[5] "%s من التقارير في الأسبوع الماضي" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6134,7 +6230,7 @@ msgstr[3] "%s من التقارير مؤخرًا" msgstr[4] "%s من التقارير مؤخرًا" msgstr[5] "%s من التقارير مؤخرًا" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6189,7 +6285,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6200,7 +6296,7 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6211,15 +6307,30 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +#~ 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 "Available categories" -#~ msgstr "التصنيفات المتاحة" - #~ msgid "Check inspection required if reports in this category must be inspected before being sent." #~ msgstr "تفقد مطلوب الفحص اذا كانت التقارير في الفئة تستوجب الفحص قبل الارسال" diff --git a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po index 8ade8d99ed1..21ff25697d2 100644 --- a/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/bg_BG.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "и" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Обобщена справка" @@ -111,7 +111,7 @@ msgstr "%s изпратени анкети – %s отговорени (%s%% msgid "%s ref: %s" msgstr "%s номер: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(изпратен към двата района)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Изберете категория --" @@ -202,17 +204,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -242,7 +245,7 @@ msgid "Yes I have a password" msgstr "Да Имам парола" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -259,7 +262,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -282,7 +285,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Добавете контакт като използвате формата по-долу." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Добавяне на нова категория" @@ -315,7 +318,7 @@ msgstr "" msgid "Add new category" msgstr "Добавяне на нова категория" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -324,8 +327,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -333,21 +336,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Добавете потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -363,6 +365,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Отново:" @@ -375,8 +383,8 @@ msgstr "Създадено известие %d за %s, тип %s, с парам msgid "Alert %d disabled (created %s)" msgstr "Известието %d е изключено (създадено на %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Известявай ме за бъдещи актуализиации" @@ -388,10 +396,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Вички сигнали" @@ -431,6 +441,11 @@ msgstr "Всички сигнали между%s и %s " msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Сигналът е подаден в категория %s " + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -467,7 +482,7 @@ msgstr "Анонимен" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -480,7 +495,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -489,8 +504,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -501,7 +516,7 @@ msgstr "" msgid "Area covered" msgstr "Територията е обхваната" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -515,27 +530,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "Прехвърлен на %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Прехвърляне към външна община:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Прехвърляне към подразделение:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Прехвърлен на %s" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Прехвърлен на %s" @@ -548,7 +568,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "За момета можете само да търсите и преглеждате сигнали" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -556,11 +576,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -572,12 +592,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Очакващ преглед" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Назад" @@ -598,14 +619,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Райони" @@ -618,11 +637,13 @@ msgstr "Райони" msgid "Body" msgstr "Район" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Район:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -634,8 +655,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Не виждате картата? Пропуснете тази стъпка" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -651,15 +671,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -669,7 +687,7 @@ msgstr "Категория" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -692,6 +710,11 @@ msgstr "Категория:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Промяна на парола" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -708,7 +731,7 @@ msgstr "Промяна на парола" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -718,12 +741,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -760,8 +783,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -771,11 +794,7 @@ msgstr "" msgid "Closed" msgstr "Затворен" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Затворен от общината" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -808,13 +827,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -931,7 +949,7 @@ msgstr "Подай сигнал" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Създай категория" @@ -941,27 +959,25 @@ msgstr "Създай категория" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Създаден" @@ -970,6 +986,17 @@ msgstr "Създаден" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Създаден" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Създаден" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -981,10 +1008,6 @@ msgstr "Създадени:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -994,19 +1017,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "В момента няма създадени Райони." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1018,7 +1043,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1028,7 +1053,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1050,9 +1075,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Описание" @@ -1061,7 +1084,7 @@ msgstr "Описание" msgid "Destination" msgstr "Описание" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1097,7 +1120,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1105,6 +1128,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Сигналът е подаден в категория %s " + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Сигналът е подаден в категория %s " + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1139,24 +1172,24 @@ msgstr "Не знам" msgid "Don't like forms?" msgstr "Не обичате форми?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1172,7 +1205,7 @@ msgstr "" "(имейл адрес). Това означава, че можете да добавяте различни категории, \n" "дори и да имате само един контакт." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1184,7 +1217,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Редактиране" @@ -1195,12 +1228,11 @@ msgstr "Редактиране" msgid "Edit body details" msgstr "Редактиране на информацията за района" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1208,17 +1240,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1255,8 +1285,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1265,15 +1296,14 @@ msgstr "Редактирано от" msgid "Email" msgstr "Имейл" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1293,12 +1323,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Имейл:" @@ -1361,12 +1392,12 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Въведете име на улица в близост до вас" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1393,10 +1424,10 @@ msgstr "Въведете информация за проблема" msgid "Error" msgstr "Грешка" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1409,7 +1440,7 @@ msgstr "Примерен пощенски адрес %s" msgid "Examples:" msgstr "Примери:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1418,7 +1449,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1443,7 +1474,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1455,20 +1486,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Допълнителни данни:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1501,20 +1532,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Филтриране на списъка със сигнали" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "За първи път" +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "Снимки на скоро подадени сигнали" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "" @@ -1544,7 +1580,7 @@ msgstr "Означен като \"изтрит\"" msgid "Flag user" msgstr "Означаване на потребител" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Означен" @@ -1553,7 +1589,7 @@ msgstr "Означен" msgid "Flagged reports and users" msgstr "Означени сигнали и потребители" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Означените потребители са изброени на страницата с означените." @@ -1561,8 +1597,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Означен:" @@ -1588,11 +1624,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Забравена парола?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1602,12 +1638,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Често задавани въпроси" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1629,7 +1673,7 @@ msgstr "Изтегляне на актуализациите на %s сигна msgid "Get updates of problems in this %s" msgstr "Изтегляне на актуализациите за сигналите в %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Изтегляне на RSS емисии" @@ -1645,15 +1689,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1663,7 +1707,7 @@ msgstr "Търси" msgid "Going to send questionnaire?" msgstr "Ще изпратите ли анкетата?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1691,6 +1735,7 @@ 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 "" @@ -1725,7 +1770,8 @@ msgstr "Скрити" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1753,7 +1799,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Скрий кабърчетата" @@ -1807,11 +1853,9 @@ msgstr "Вашият сигнал не беше намерен.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "№" @@ -1830,15 +1874,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1852,7 +1896,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1876,7 +1920,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1913,7 +1957,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1937,6 +1981,17 @@ msgstr "" 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 +#, fuzzy +msgid "In wards" +msgstr "квартал" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1946,20 +2001,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1976,16 +2031,12 @@ msgstr "Вътрешни бележки" msgid "Internal notes" msgstr "Вътрешни бележки" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2037,13 +2088,13 @@ msgstr "Последно обновено:" msgid "Last update:" msgstr "Последно обновено:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2060,7 +2111,7 @@ msgstr "Показване на всички сигнали" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Зареждане..." @@ -2098,17 +2149,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2126,19 +2178,20 @@ msgstr "" msgid "MAP" msgstr "Карта" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2152,24 +2205,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Маркирайте потребители, които бихте искали да държите под око." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Съобщение" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2182,7 +2235,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Липсващо jurisdiction_id" @@ -2190,8 +2243,7 @@ msgstr "Липсващо jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2214,7 +2266,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2224,14 +2276,14 @@ msgstr "" msgid "Month" msgstr "Месец" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2259,9 +2311,10 @@ msgstr "" msgid "Name" msgstr "Име" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Име:" @@ -2279,7 +2332,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2287,12 +2340,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2315,7 +2368,7 @@ msgstr "" msgid "New body added" msgstr "Районът е добавен" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Категорията е добавена" @@ -2328,8 +2381,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2337,13 +2390,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Нов сигнал в ПоправиСофия" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2420,7 +2473,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2433,7 +2486,6 @@ msgstr "Слеващ" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2442,11 +2494,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Не" @@ -2458,11 +2510,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Несъществуващ район" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Не е избрана община" @@ -2478,8 +2531,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Няма повече актуализации" @@ -2515,15 +2568,15 @@ msgstr "" msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2531,10 +2584,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "Не съм подавал преди" @@ -2582,12 +2639,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2595,12 +2652,12 @@ msgstr "" msgid "Old state" msgstr "Стар статус" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2609,7 +2666,7 @@ 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:156 +#: 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 @@ -2640,7 +2697,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2652,7 +2709,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2660,16 +2717,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2701,7 +2758,7 @@ msgstr "Страницата не е намерена" msgid "Parent" msgstr "Община" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Създай категория" @@ -2710,13 +2767,13 @@ msgstr "Създай категория" msgid "Partial" msgstr "Частичен" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Парола (незадължително)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Паролата Ви беше променена успешно" @@ -2731,7 +2788,7 @@ msgstr "Парола (незадължително)" msgid "Permissions" msgstr "Връзка" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2739,19 +2796,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Телефон:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Телефонен номер" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Телефонен номер (незадължително)" @@ -2759,30 +2821,26 @@ msgstr "Телефонен номер (незадължително)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Телефон:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2802,9 +2860,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2813,7 +2870,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Снимки на скоро подадени сигнали" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2827,6 +2884,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2854,27 +2916,26 @@ msgid "Please check your email address is correct" msgstr "Моля проверете дали сте въвели коректен имейл адрес" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Моля изберете категория" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2893,27 +2954,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Моля не обиждайте никого - обиждайки Общината, Вие обезценявате услугата за всички потребители." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Моля въведете съобщение" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2926,16 +2987,16 @@ msgstr "Моля въведете парола" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Моля въведете тема" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2946,20 +3007,20 @@ msgstr "Моля въведете валиден имейл" msgid "Please enter a valid email address" msgstr "Моля въведете валиден имейл адрес" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2975,7 +3036,7 @@ msgid "Please enter your first name" msgstr "Моля въведете име" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Моля въведете цялото си име, общината се нуждае от тази информация - ако не желаете името Ви да се появява на сайта, моля махнете отметката по-долу" @@ -2987,9 +3048,9 @@ msgstr "Моля въведете име" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Моля въведете име" @@ -3030,19 +3091,19 @@ msgstr "Моля попълнете формата с информация за msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Моля въведете валиден имейл адрес" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3069,24 +3130,28 @@ msgstr "" msgid "Please note:" msgstr "Забележка:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Моля отговорете дали някога сте подавали сигнал към общината преди." @@ -3094,7 +3159,7 @@ msgstr "Моля отговорете дали някога сте подава 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3106,7 +3171,7 @@ msgstr "Моля изберете начин на известяване" msgid "Please select the type of alert you want" msgstr "Моля изберете тип известия, които бихте искали да получаваме" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Моля посочете дали проблемът е бил разрешен или не" @@ -3114,12 +3179,12 @@ msgstr "Моля посочете дали проблемът е бил разр #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3127,27 +3192,23 @@ msgstr "" msgid "Please write a message" msgstr "Моля въведете съобщение" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Публикувай" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Публикувано от анонимен потребител в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Публикувано от %s в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Публикувано от %s (%s) в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Публикувано от %s в %s" @@ -3163,7 +3224,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3171,11 +3232,11 @@ msgstr "" msgid "Previous" msgstr "Предишно" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3191,9 +3252,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Лично" @@ -3242,7 +3303,7 @@ msgstr "Сигналът %s е подаден към общината %s " msgid "Problem breakdown by state" msgstr "Разделяне на сигналите по статуси" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Сигналът е маркиран като отворен." @@ -3250,8 +3311,7 @@ msgstr "Сигналът е маркиран като отворен." msgid "Problem state change based on survey results" msgstr "Статусът на сигнала е променен на основата на резултат от анкета" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Сигнали" @@ -3276,18 +3336,18 @@ msgstr "Проблеми сигнализирани скоро в сайта" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Сигнали в %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Сигнали в квартал %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3295,7 +3355,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3303,11 +3363,15 @@ msgstr "" msgid "Property address:" msgstr "Адрес на имота:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3321,11 +3385,11 @@ msgstr "Въведете иформация за актуализиране" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Използването на парола е по избор, но това ще ви позволи по-лесно да подавате сигнали и да публикувате и променяте актуализации." @@ -3333,12 +3397,12 @@ msgstr "Използването на парола е по избор, но то msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Публичен отговор:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3381,11 +3445,11 @@ msgstr "Анкетата е попълнена от потребителя, по msgid "RSS feed" msgstr "RSS абонамент" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS абонамент за %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS абонамент за квартал %s, %s" @@ -3393,11 +3457,11 @@ msgstr "RSS абонамент за квартал %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS абонамент за %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS абонамент за %s, в квартал %s" @@ -3405,13 +3469,13 @@ msgstr "RSS абонамент за %s, в квартал %s" msgid "RSS feed of nearby problems" msgstr "RSS абонамент за последни проблеми наоколо" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS абонамент за проблеми в %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS абонамент за проблеми в квартал %s" @@ -3425,11 +3489,11 @@ msgstr "RSS абонамент за последни проблеми наоко msgid "RSS feed of updates to this problem" msgstr "RSS абонамент за актуализации по този проблем" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3442,7 +3506,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Получаване на имейл при актуализация на проблема." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3456,7 +3520,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Наскоро добавени сигнали" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3469,7 +3533,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3481,8 +3546,8 @@ msgstr "" msgid "Remove flag" msgstr "Премахване на означението" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3497,17 +3562,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Премахване на снимката (необратимо действие)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3515,14 +3584,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3531,7 +3600,7 @@ msgid "Report a problem" msgstr "Подайте сигнал" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3547,7 +3616,7 @@ msgid "Report anonymously" msgstr "Публикувано от анонимен потребител в %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3583,7 +3652,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Сигнализирай, разгледай или коментирай проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3594,7 +3663,7 @@ msgstr "" msgid "Reported before" msgstr "Подавал съм и преди" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3608,27 +3677,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сигналът е подаден в категория %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Сигналът е подаден анонимно в категория %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Сигналът е подаден в категория %s от %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сигналът е подаден анонимно чрез %s в категория %s в %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сигналът е подаден чрез %s в категория %s от %s в %s" @@ -3647,17 +3716,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Сигнализиране за проблем" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Сигнали" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3685,15 +3752,15 @@ msgid "Reports published" msgstr "Публикувани сигнали" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3706,7 +3773,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3759,39 +3826,45 @@ msgstr "" msgid "Right place?" msgstr "Правилното място ли е това?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Завъртане наляво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3807,20 +3880,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3837,13 +3910,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Търсене на Сигнали" @@ -3856,7 +3928,7 @@ msgstr "Търсене на Потребители" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Търсене на сигнали" @@ -3871,12 +3943,12 @@ msgstr "Търсене:" msgid "Searching found no reports." msgstr "Не са намерени сигнали." -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3886,8 +3958,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3897,7 +3968,7 @@ msgid "Select a body" msgstr "Изберете район" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Изберете територия" @@ -3918,7 +3989,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3931,7 +4002,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3940,11 +4011,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Сигналът е подаден към %s преди %s" @@ -3982,7 +4053,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3993,7 +4064,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4018,8 +4089,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4030,7 +4101,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Покажи кабърчетата" @@ -4090,7 +4161,7 @@ msgid "Some photos of recent reports" msgstr "Някои снимки от сигнали подадени наскоро" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4099,12 +4170,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4122,9 +4192,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4134,13 +4204,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4154,11 +4224,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4167,11 +4237,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4195,18 +4265,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4215,31 +4285,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Статус" @@ -4257,7 +4324,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4276,50 +4343,48 @@ msgstr "Тема:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Изпращане" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Изпращане на анкетата" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Сигналът е потвърден" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Абониране" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4331,7 +4396,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4345,20 +4410,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Обобщение" @@ -4369,14 +4433,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4394,13 +4463,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Текст" @@ -4421,6 +4494,11 @@ msgstr "Версия само с текст" msgid "Text:" msgstr "Текст:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Текст" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4450,7 +4528,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Благодаря! Радваме се, че този проблем е бил разрешен! Бихме искли да Ви питаме подавали ли сте сигнали към общината и преди?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4462,27 +4540,29 @@ msgstr "Прикачването на изображение е неуспешн 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Моля да ни извините, този пощенски код не беше разпознат." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Сигналът ще бъде препратен." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Този сигнал е бил изтрит от ПоправиСофия." @@ -4528,8 +4608,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4583,7 +4663,7 @@ msgstr "Грешката беше: %s" 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:153 +#: 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 "" @@ -4645,8 +4725,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4681,7 +4761,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4699,12 +4779,12 @@ msgstr "Възникна проблем при визуализирането н msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Възникна проблем с вашата актуализация. Моля опитайте отново." @@ -4712,7 +4792,7 @@ msgstr "Възникна проблем с вашата актуализация msgid "There were problems with your report. Please see below." msgstr "Възникна проблем с вашая сигнал. Моля опитайте отново." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Възникнаха проблеми с вашата актуализация. Моля вижте по-долу." @@ -4788,10 +4868,10 @@ msgstr "Този имейл е изпратен към двете общини 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 "Този имейл е изпратен до няколко общини покриващи адреса на сигнала, тъй като категорията на сигнала съвпада с всички тях. Моля не го взимайте под внимание ако не сте правилната община задължена за този тип проблеми." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Тази информация е необходима" @@ -4808,19 +4888,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4833,26 +4917,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Този сигнал е означен със статус затворен." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Този сигнал е означен със статус поправен." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Този сигнал е означен със статус отворен." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4860,15 +4944,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Тази страница съдържа и снимка, изпратена от нашия потребител." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4892,6 +4979,10 @@ msgstr "Заглавие" 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 "" @@ -4917,7 +5008,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4942,11 +5033,6 @@ msgstr "" msgid "Total" msgstr "Общо" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4969,16 +5055,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4988,7 +5074,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5018,10 +5104,10 @@ msgstr "Непозната грешка" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5033,13 +5119,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Актуализация" @@ -5090,29 +5176,27 @@ msgstr "Актуализация на възобновен сигнал" msgid "Update statuses" msgstr "Актуализация на статусите" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Актуализирано!" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Актуализирано!" @@ -5123,7 +5207,7 @@ msgstr "Актуализирано!" msgid "Updates" msgstr "Актуализации" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5153,6 +5237,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5166,8 +5258,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5185,7 +5277,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5198,27 +5290,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Потребители" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5226,9 +5316,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Актуализиране на стойностите" @@ -5254,7 +5344,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Разглеждане на сигналите по квартали" @@ -5262,7 +5352,7 @@ msgstr "Разглеждане на сигналите по квартали" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5280,7 +5370,7 @@ msgstr "Преглед на сигнал" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5350,7 +5440,7 @@ msgstr "Изпратен" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5370,7 +5460,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Бихте ли искали да получите още една анкета след 4 седмици, за да ви напомни да проверите статуса?" @@ -5382,7 +5472,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "Моля пишете на кирилица! Писането само с главни букви и без препинателни знаци, прави съобщението трудно за разчитане." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5393,12 +5482,12 @@ msgstr "Моля пишете на кирилица! Писането само #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Да" @@ -5411,7 +5500,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5424,7 +5513,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5433,7 +5522,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Можете да разгледате сигнала на този сайт." -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5463,7 +5552,7 @@ msgstr "Можете да ни помогнете да намерим имейл msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Можете да маркирате района или общината за изтриване, ако не желаете да бъде активна за този сайт." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5473,7 +5562,7 @@ msgid "You declined; please fill in the box above" msgstr "Вие отказахте; моля попълнете полето по-долу." #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5481,7 +5570,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Вече сте попълнили тази анкета. Ако имате въпрос, моля свържете се с нас, или прегледайте сигнала.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5490,8 +5579,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5558,9 +5646,9 @@ msgstr "Вашите Сигнали" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5569,13 +5657,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5604,16 +5693,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5633,8 +5722,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5667,7 +5756,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5698,19 +5787,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5718,8 +5807,8 @@ msgstr "" msgid "by %s" msgstr "от %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "община" @@ -5750,6 +5839,10 @@ msgstr "редакция на потребителя" msgid "from %s different users" msgstr "от %s различни потребители" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5767,7 +5860,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5850,12 +5943,12 @@ msgid "today" msgstr "днес" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5880,7 +5973,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "квартал" @@ -5940,7 +6033,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5961,7 +6054,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5982,21 +6075,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%sпоправени през изминалия месец" msgstr[1] "%sпоправени през изминалия месец" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%sсигнал за изминалата седмица" msgstr[1] "%sсигнали за изминалата седмица" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s подаден наскоро" msgstr[1] "%s подадени наскоро" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6031,20 +6124,29 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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" diff --git a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po index 54bd060ca71..ce53c184bb2 100644 --- a/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ca_ES.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "i" @@ -57,7 +57,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Resum de notificacions" @@ -118,7 +118,7 @@ msgstr "%s preguntes enviades – %s respostes (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© Col·laboradors d'OpenStreetMap" @@ -164,6 +164,8 @@ msgstr "(ja no existeix)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -182,8 +184,8 @@ msgstr "(enviat als dos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(també tenim canals RSS per incidències sobre %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Tria una categoria --" @@ -212,17 +214,18 @@ msgstr "" " Pots afegir algunes MAPIT_TYPES en el fitxer de configuració?" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Notificacions, estadístiques i accions per

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s notificacions %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s desat." @@ -252,7 +255,7 @@ msgid "Yes I have a password" msgstr " Tinc una contrasenya" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -269,7 +272,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -289,7 +292,7 @@ msgstr "" 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Afegeix una nova categoria" @@ -322,7 +325,7 @@ msgstr "" msgid "Add new category" msgstr "Afegeix una nova categoria" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -331,8 +334,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -340,21 +343,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Afegeix un usuari" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Afegeix/edita categories d'incidències" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Afegeix/edita prioritats de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Afegeix/edita plantilles de resposta" @@ -370,6 +372,12 @@ msgstr "" msgid "Admin" msgstr "Admin" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "" @@ -382,8 +390,8 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Avisa'm de futures actualitzacions" @@ -395,10 +403,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Tot" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Totes les notificacions" @@ -438,6 +448,11 @@ msgstr "Tots els informes entre %s i %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Oculta el meu nom en aquesta actualització" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -474,7 +489,7 @@ msgstr "Anònim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -487,7 +502,7 @@ msgid "Another user" msgstr "Un altre usuari" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Estàs segur de voler cancel·lar aquesta càrrega?" @@ -496,8 +511,8 @@ msgstr "Estàs segur de voler cancel·lar aquesta càrrega?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Estàs segur?" @@ -508,7 +523,7 @@ msgstr "Estàs segur?" msgid "Area covered" msgstr "Àrea coberta" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Àrea:" @@ -522,27 +537,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "Assigna usuaris a àreas" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Assigna a una àrea competent:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Assigna a una categoria diferent:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Assigna a una àrea externa:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Assigna a subdivisió:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Assigna usuaris a àreas" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Categories disponibles" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Assignat a %s" @@ -555,7 +575,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -563,11 +583,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Resposta automática:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -579,12 +599,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Esperant moderació" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Torna" @@ -605,14 +626,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Àrees" @@ -625,11 +644,13 @@ msgstr "Àrees" msgid "Body" msgstr "Àrea" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Àrea:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -641,8 +662,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "No pots veure el mapa? Salta aquest pas" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -658,15 +678,13 @@ msgstr "Categories:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -676,7 +694,7 @@ msgstr "Categoria" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria canviada de ‘%s’ a ‘%s’" @@ -699,6 +717,11 @@ msgstr "Categoria:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Canvia la contrasenya" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -715,7 +738,7 @@ msgstr "Canvia la contrasenya" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -725,12 +748,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Escull un altre" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Neteja les dades fora de línia" @@ -767,8 +790,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -778,11 +801,7 @@ msgstr "" msgid "Closed" msgstr "Tancat" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Tancat per l'ajuntament" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -815,13 +834,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuració" @@ -938,7 +956,7 @@ msgstr "Crea un informe" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crea una categoria" @@ -948,27 +966,25 @@ msgstr "Crea una categoria" msgid "Create priority" msgstr "Crea una prioritat" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Crea una plantilla" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Creat" @@ -977,6 +993,17 @@ msgstr "Creat" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Creat" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Creat" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -988,10 +1015,6 @@ msgstr "Creat:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1001,19 +1024,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1025,7 +1050,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1035,7 +1060,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Elimina plantilla" @@ -1057,9 +1082,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Descripció" @@ -1068,7 +1091,7 @@ msgstr "Descripció" msgid "Destination" msgstr "Descripció" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1104,7 +1127,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1112,6 +1135,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Oculta el meu nom en aquesta actualització" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Oculta el meu nom en aquesta actualització" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1146,24 +1179,24 @@ msgstr "" msgid "Don't like forms?" msgstr "No t'agraden els formularis?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Duplicat de" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Duplicats" @@ -1175,7 +1208,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1187,7 +1220,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Edita" @@ -1198,12 +1231,11 @@ msgstr "Edita" msgid "Edit body details" msgstr "Edita els detalls de l'àrea" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Edita la categoria d'informes" @@ -1211,17 +1243,15 @@ msgstr "Edita la categoria d'informes" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Edita la prioritat d'informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Edita els informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1258,8 +1288,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1268,15 +1299,14 @@ msgstr "Editor" msgid "Email" msgstr "Correu electrònic" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Adreça de correu electrònic" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1296,12 +1326,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Correu electrònic verificat:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Correu electrònic:" @@ -1364,11 +1395,11 @@ msgstr "Data final" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1395,10 +1426,10 @@ msgstr "Entra els detalls de la incidència" msgid "Error" msgstr "Error" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Tot" @@ -1411,7 +1442,7 @@ msgstr "Exemple de codi postal %s" msgid "Examples:" msgstr "Exemples:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Categoria existent" @@ -1420,7 +1451,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1445,7 +1476,7 @@ msgid "External body" msgstr "Àrea externa" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1457,20 +1488,20 @@ msgstr "" msgid "External team" msgstr "Equip extern" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Data extra:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1503,20 +1534,24 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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 +#, fuzzy +msgid "Five newest reports" +msgstr "Nous informes" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1546,7 +1581,7 @@ msgstr "Marca com esborrat" msgid "Flag user" msgstr "Marca l'usuari" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcat" @@ -1555,7 +1590,7 @@ msgstr "Marcat" msgid "Flagged reports and users" msgstr "Informes i usuaris marcats" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1563,8 +1598,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Marcat:" @@ -1590,11 +1625,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Has oblidat la teva contrasenya?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Suggeriment enviat a l'àrea externa" @@ -1604,12 +1639,20 @@ msgstr "Suggeriment enviat a l'àrea externa" msgid "Frequently Asked Questions" msgstr "Preguntes mes freqüents (FAQ)" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1631,7 +1674,7 @@ msgstr "Obté actualitzacions de %s problemes" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "" @@ -1647,15 +1690,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1665,7 +1708,7 @@ msgstr "Ves" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1691,6 +1734,7 @@ 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 "" @@ -1725,7 +1769,8 @@ msgstr "Ocultat" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1753,7 +1798,7 @@ msgstr "Oculta el meu nom en aquest informe" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "" @@ -1807,11 +1852,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1830,15 +1873,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1852,7 +1895,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1876,7 +1919,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1913,7 +1956,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1937,6 +1980,16 @@ msgstr "En taula d'abús?" 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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1946,20 +1999,20 @@ msgstr "Inactiu" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1976,16 +2029,12 @@ msgstr "Notes internes" msgid "Internal notes" msgstr "Notes internes" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2037,13 +2086,13 @@ msgstr "Última actualització:" msgid "Last update:" msgstr "Última actualització:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Latitut/Longitut:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2060,7 +2109,7 @@ msgstr "Mostra totes les incidències notificades" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Carregant..." @@ -2098,17 +2147,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2126,19 +2176,20 @@ msgstr "" msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2152,24 +2203,24 @@ msgstr "Mapa" msgid "Mark as sent" msgstr "Marca com enviat" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Missatge" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Missatge al cos competent:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Missatge al cos extern:" @@ -2182,7 +2233,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2190,8 +2241,7 @@ msgstr "" msgid "Moderate" msgstr "Modera" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Modera detalls de l'informe" @@ -2214,7 +2264,7 @@ msgstr "Moderat per %s a %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2224,14 +2274,14 @@ msgstr "" msgid "Month" msgstr "Mes" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Més comentat" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2259,9 +2309,10 @@ msgstr "" msgid "Name" msgstr "Nom" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nom:" @@ -2279,7 +2330,7 @@ msgstr "Navega a aquest problema" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2287,12 +2338,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2315,7 +2366,7 @@ msgstr "" msgid "New body added" msgstr "Nou cos afegit" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Nova categoria de contacte afegida" @@ -2328,8 +2379,8 @@ msgstr "Nova adreça de correu electrònic:" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nova nota interna:" @@ -2337,13 +2388,13 @@ msgstr "Nova nota interna:" msgid "New local problems on FixMyStreet" msgstr "Noves incidències locals a FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nova contrasenya:" @@ -2420,7 +2471,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "El més nou" @@ -2433,7 +2484,6 @@ msgstr "Següent" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2442,11 +2492,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "No" @@ -2458,11 +2508,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Sense cos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2478,8 +2529,8 @@ msgstr "No s'han trobat problemes marcats." msgid "No flagged users found." msgstr "No s'han trobat usuaris marcats." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "" @@ -2515,15 +2566,15 @@ msgstr "Sense seguidors" msgid "None" msgstr "Cap" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2531,10 +2582,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "" @@ -2582,12 +2637,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2595,12 +2650,12 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2609,7 +2664,7 @@ 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:156 +#: 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 @@ -2640,7 +2695,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2652,7 +2707,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2660,16 +2715,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2701,7 +2756,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Totes les categories" @@ -2710,13 +2765,13 @@ msgstr "Totes les categories" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2728,7 +2783,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2736,19 +2791,23 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +msgid "Phone" +msgstr "" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "" @@ -2756,30 +2815,26 @@ msgstr "" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2799,9 +2854,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2810,7 +2864,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2824,6 +2878,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2851,27 +2909,26 @@ msgid "Please check your email address is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2890,27 +2947,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2923,16 +2980,16 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2943,20 +3000,20 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2972,7 +3029,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2983,9 +3040,9 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "" @@ -3026,18 +3083,18 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3064,24 +3121,28 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "" @@ -3089,7 +3150,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3101,7 +3162,7 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "" @@ -3109,12 +3170,12 @@ msgstr "" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3122,27 +3183,23 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -3158,7 +3215,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3166,11 +3223,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3186,9 +3243,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -3234,7 +3291,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "" @@ -3242,8 +3299,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3268,18 +3324,18 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3287,7 +3343,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3295,11 +3351,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3313,11 +3373,11 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3325,12 +3385,12 @@ msgstr "" msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3372,11 +3432,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3384,11 +3444,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3396,13 +3456,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3416,11 +3476,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3433,7 +3493,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3447,7 +3507,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3460,7 +3520,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3472,8 +3533,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3488,17 +3549,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3506,14 +3571,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3522,7 +3587,7 @@ msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3537,7 +3602,7 @@ msgid "Report anonymously" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3573,7 +3638,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3584,7 +3649,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3598,27 +3663,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3637,17 +3702,15 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3675,15 +3738,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3696,7 +3759,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3749,39 +3812,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3797,20 +3866,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3827,13 +3896,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" @@ -3846,7 +3914,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3861,12 +3929,12 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3876,8 +3944,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3887,7 +3954,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3908,7 +3975,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3921,7 +3988,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3930,11 +3997,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3972,7 +4039,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3983,7 +4050,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4008,8 +4075,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4020,7 +4087,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -4080,7 +4147,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4089,12 +4156,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4112,9 +4178,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4124,13 +4190,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4144,11 +4210,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4157,11 +4223,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4185,18 +4251,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4205,31 +4271,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4247,7 +4310,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4266,50 +4329,48 @@ msgstr "" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4321,7 +4382,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4335,20 +4396,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "" @@ -4359,14 +4419,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4384,13 +4449,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "" @@ -4411,6 +4480,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4440,7 +4513,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4452,27 +4525,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4518,8 +4593,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4573,7 +4648,7 @@ msgstr "" 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:153 +#: 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 "" @@ -4635,8 +4710,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4669,7 +4744,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4687,12 +4762,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4700,7 +4775,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4776,10 +4851,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "" @@ -4796,19 +4871,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4821,26 +4900,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4848,15 +4927,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4880,6 +4962,10 @@ msgstr "" 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 "" @@ -4905,7 +4991,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4930,11 +5016,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4957,16 +5038,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4976,7 +5057,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5006,10 +5087,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5021,13 +5102,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5078,29 +5159,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -5111,7 +5190,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5141,6 +5220,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5154,8 +5241,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5173,7 +5260,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5186,27 +5273,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5214,9 +5299,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5242,7 +5327,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5250,7 +5335,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5268,7 +5353,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5338,7 +5423,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5358,7 +5443,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5370,7 +5455,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5381,12 +5465,12 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "" @@ -5399,7 +5483,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5412,7 +5496,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5421,7 +5505,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5451,7 +5535,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5461,7 +5545,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5469,7 +5553,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5478,8 +5562,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5543,9 +5626,9 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5554,13 +5637,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5589,16 +5673,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5618,8 +5702,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5652,7 +5736,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5683,19 +5767,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5703,8 +5787,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5735,6 +5819,10 @@ msgstr "" 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:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5752,7 +5840,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5834,12 +5922,12 @@ msgid "today" msgstr "avui" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5864,7 +5952,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5924,7 +6012,7 @@ msgid_plural "%d years" msgstr[0] "%d anys" msgstr[1] "%d anys" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5945,7 +6033,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5966,21 +6054,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "" msgstr[1] "" -#: templates/web/westminster/front/stats.html:8 +#: 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] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "" msgstr[1] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6015,28 +6103,28 @@ msgid_plural "last updated %d days ago" msgstr[0] "última actualització fa %d dies " msgstr[1] "última actualització fa %d dies" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mesos" msgstr[1] "mesos" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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 "Available categories" -#~ msgstr "Categories disponibles" - #~ msgid "Description:" #~ msgstr "Descripció:" diff --git a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po index 45031332d16..9b4cb743444 100644 --- a/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cs_CZ.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety , 2019\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/mysociety/teams/12067/cs_CZ/)\n" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " a " @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s -Souhrnné reporty" @@ -111,7 +111,7 @@ msgstr "%s dotazníky zaslány -%s odpovědělo (%s %%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(odesláno dvoum??)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vyberte kategorii --" @@ -205,17 +207,18 @@ msgstr "" " Asi upravte MAPIT_TYPES ve vašem konfiguračním souboru." #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -245,7 +248,7 @@ msgid "Yes I have a password" msgstr "Ano Mám heslo" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -262,7 +265,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -285,7 +288,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Přidejte kontakt pomocí formuláře níže." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Přidat novou kategorii" @@ -318,7 +321,7 @@ msgstr "" msgid "Add new category" msgstr "Přidat novou kategorii" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -327,8 +330,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -336,21 +339,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Přidat Uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -366,6 +368,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Opětovně:" @@ -378,8 +386,8 @@ msgstr "Upozornění %d vytvořené pro %s, typu %s, parametry %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Upozornění %d zrušeno (vytvořeno %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Upozorněte mě na budoucí aktualizace" @@ -391,10 +399,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Všechna hlášení" @@ -434,6 +444,11 @@ msgstr "Všechna hlášení od %s do %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Nahlášeno v kategorii %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -470,7 +485,7 @@ msgstr "Anonimní" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -483,7 +498,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -492,8 +507,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -504,7 +519,7 @@ msgstr "" msgid "Area covered" msgstr "Oblast pokrytí" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -518,27 +533,32 @@ msgstr "Vzhledem k tomu, že je ve stavu 'staging site' a %s je 'nepravda', bud msgid "Assign selected to role:" msgstr "Přířazeno: %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Přiřaďte jinou kategorii:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Přiřaďte externí instituci:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Přiřaďte oddělení:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Přířazeno: %s" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Přířazeno: %s" @@ -551,7 +571,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:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -559,11 +579,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -575,12 +595,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Čeká se na moderování" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Zpět" @@ -601,14 +622,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Subjekty" @@ -621,11 +640,13 @@ msgstr "Subjekty" msgid "Body" msgstr "Subjekt" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Subjekt:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -637,8 +658,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Nevidíte mapu? vynechte tento krok" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -654,15 +674,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -672,7 +690,7 @@ msgstr "Katetorie" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -695,6 +713,11 @@ msgstr "Kategorie:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Změnit heslo" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -711,7 +734,7 @@ msgstr "Změnit heslo" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -723,12 +746,12 @@ msgstr "" "Jméno kategorie zvolte tak, aby dávalo smysl pro veřejnost (např, \"Díra v silnici \", \"Pouliční osvětlení \"), ale je užitečné \n" " i pro daný úřad. Názvy kategorií se objeví v rozbalovací nabídce na stránce Nahlásit problém." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -765,8 +788,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -776,11 +799,7 @@ msgstr "" msgid "Closed" msgstr "Uzavřena" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Uzavřena úřadem" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -813,13 +832,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nastavení" @@ -936,7 +954,7 @@ msgstr "Vytvořit report" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Vytvořit kategorii" @@ -946,27 +964,25 @@ msgstr "Vytvořit kategorii" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Vytvořeno" @@ -975,6 +991,17 @@ msgstr "Vytvořeno" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Vytvořeno" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Vytvořeno" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -986,10 +1013,6 @@ msgstr "Vytvořeno:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -999,19 +1022,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Doposud nebyl vytvořen žádný subjekt." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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 "Přehledy" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1023,7 +1048,7 @@ msgstr "Odbavované úřadem do 5 pracovních dnů" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1033,7 +1058,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1055,9 +1080,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Popis" @@ -1066,7 +1089,7 @@ msgstr "Popis" msgid "Destination" msgstr "Popis" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1102,7 +1125,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1110,6 +1133,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Nahlášeno v kategorii %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Nahlášeno v kategorii %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1144,24 +1177,24 @@ msgstr "Není známo" msgid "Don't like forms?" msgstr "Nechcete řešit formulářem?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1173,7 +1206,7 @@ msgid "" " " msgstr "Každému kontaktu daného subjektu můžeme přidělit kategorii, která je zobrazena veřejně. Různé kategorie mohou mít společný kontakt (e-mail). To znamená, že můžete přidat mnoho kategorií, i když máte jen jednu kontaktní osobu pro daný subjekt." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1185,7 +1218,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Upravit" @@ -1196,12 +1229,11 @@ msgstr "Upravit" msgid "Edit body details" msgstr "Editace podrobností subjektu" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1209,17 +1241,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1256,8 +1286,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1266,15 +1297,14 @@ msgstr "Úprava" msgid "Email" msgstr "E-Mail" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1294,12 +1324,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-mail:" @@ -1362,12 +1393,12 @@ msgstr "" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Zadejte název ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Zadejte nejbližší PSČ, název ulice nebo oblasti" @@ -1394,10 +1425,10 @@ msgstr "Uveďte podrobnosti daného problému" msgid "Error" msgstr "Chyba" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1410,7 +1441,7 @@ msgstr "Příklad PSČ %s" msgid "Examples:" msgstr "Příklady:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1419,7 +1450,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1444,7 +1475,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1456,20 +1487,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Doplňující data:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1502,20 +1533,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtrovat seznam hlášení" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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í" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nová hlášení" + #: 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." @@ -1545,7 +1581,7 @@ msgstr "Označené za smazané" msgid "Flag user" msgstr "Sledovat uživatele" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Určeno ke sledování" @@ -1554,7 +1590,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:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Takto označení uživatelé jsou v seznamu na této stránce." @@ -1562,8 +1598,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Sledováno:" @@ -1589,11 +1625,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Zapomněli jste své heslo?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1603,12 +1639,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Často kladené dotazy" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1630,7 +1674,7 @@ msgstr "Získat aktualizace hlášení %s " msgid "Get updates of problems in this %s" msgstr "Získat aktualizace hlášení %s " -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Přihlásit se k odběru RSS kanálu" @@ -1646,15 +1690,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1664,7 +1708,7 @@ msgstr "OK" msgid "Going to send questionnaire?" msgstr "Odeslat dotazník?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1690,6 +1734,7 @@ msgstr "Už jste někdy před tím hlásili problém úřadu a nebo je toto Va #: 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 "" @@ -1724,7 +1769,8 @@ msgstr "Skrytý" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1752,7 +1798,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Schovat značky" @@ -1806,11 +1852,9 @@ msgstr "Bohužel, nelze lokalizovat Vaše hlášení v databázi.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1831,15 +1875,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1855,7 +1899,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1879,7 +1923,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1916,7 +1960,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1940,6 +1984,17 @@ msgstr "V tabulce zneužívání?" 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 "Kromě toho, tyto atributy, které nejsou součástí specifikace Open311 v2 jsou vráceny: agency_sent_datetime název (také vrácený jako součást popisu), interface_used, comment_count, requestor_name (přítomný pouze tehdy, pokud žadatel povolen název, který bude zobrazen na této stránce) ," +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "okrsek" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1949,20 +2004,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Zahrnuty osobní údaje hlasatele problému" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Chybná has_photo hodnota \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1979,16 +2034,12 @@ msgstr "Interní poznámky" msgid "Internal notes" msgstr "Interní poznámky" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Chybná agency_responsible hodnota %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Chybný formát %s specified." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2040,13 +2091,13 @@ msgstr "Poslední úpravy:" msgid "Last update:" msgstr "Poslední úpravy:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2063,7 +2114,7 @@ msgstr "Seznam všech hlášení" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Nahrávání..." @@ -2101,17 +2152,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2129,19 +2181,20 @@ msgstr "" msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2155,24 +2208,24 @@ msgstr "Mapa" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Označte uživatele, jejichž chování chcete sledovat a označte je příznakem." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Zpráva" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2185,7 +2238,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Chybějící jurisdiction_id" @@ -2193,8 +2246,7 @@ msgstr "Chybějící jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2217,7 +2269,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Moderováno oddělením během jednoho pracovního dne" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2227,14 +2279,14 @@ msgstr "" msgid "Month" msgstr "Měsíc" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2262,9 +2314,10 @@ msgstr "" msgid "Name" msgstr "Jméno" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Jméno:" @@ -2282,7 +2335,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nejbližší pojmenovaná ulice k umístěné značce na mapě (automaticky generováno pomocí OpenStreetMap): %s%s" @@ -2290,12 +2343,12 @@ msgstr "Nejbližší pojmenovaná ulice k umístěné značce na mapě (automati msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Nejbližší PSČ k umístěné značce na mapě (automaticky generováno) %s (%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nejbližší cesta k umístěné značce na mapě (automaticky generováno pomocí Bing Mapy): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2320,7 +2373,7 @@ msgstr "" msgid "New body added" msgstr "Přidán nový subjekt" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Do kategorie byl přidán nový kontakt" @@ -2333,8 +2386,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nová interní poznámka:" @@ -2342,13 +2395,13 @@ msgstr "Nová interní poznámka:" msgid "New local problems on FixMyStreet" msgstr "Nové lokální hlášení na FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2425,7 +2478,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2438,7 +2491,6 @@ msgstr "Další" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2447,11 +2499,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Ne" @@ -2463,11 +2515,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Žádný subjekt" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Není vybrán žádný úřad" @@ -2483,8 +2536,8 @@ msgstr "Nebyla nalazena žádná sledovaná hlášení." msgid "No flagged users found." msgstr "Nebyli nalezeni žádní sledovaní uživatelé." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Žádné další aktualizace" @@ -2522,15 +2575,15 @@ msgstr "Žádný podporovatel." msgid "None" msgstr "Žádné" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2542,10 +2595,14 @@ msgstr "" " V závislosti na implementaci, zaměstnanci institucí mohou mít přístup k přehledům (souhrny \n" " aktivit jejich institucí), možnost smazat hlášení nebo nastavovat speciální stavy hlášení." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Není určeno pro naší oddělení" +#: 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 "Hlásil(a) jsem poprvé" @@ -2593,12 +2650,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2606,12 +2663,12 @@ msgstr "" msgid "Old state" msgstr "Starý stav" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2620,7 +2677,7 @@ 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:156 +#: 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 @@ -2651,7 +2708,7 @@ msgstr "Úvodní webová stránka systému Open311" msgid "Open311 specification" msgstr "Specifikace systému Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2663,7 +2720,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2671,16 +2728,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2712,7 +2769,7 @@ msgstr "Stránka nenalezena" msgid "Parent" msgstr "Nadřazený subjekt" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Vytvořit kategorii" @@ -2721,13 +2778,13 @@ msgstr "Vytvořit kategorii" msgid "Partial" msgstr "Částečně" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Heslo (volitelně)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Vaše heslo bylo změněno" @@ -2742,7 +2799,7 @@ msgstr "Heslo (volitelně)" msgid "Permissions" msgstr "Trvalý odkaz" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2750,19 +2807,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefon:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonní číslo" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefonní číslo (volitelně)" @@ -2770,30 +2832,26 @@ msgstr "Telefonní číslo (volitelně)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2813,9 +2871,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2824,7 +2881,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Fotografie nedávných okolních hlášení" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2838,6 +2895,11 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Umísti špendlík na mapu" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2865,27 +2927,26 @@ msgid "Please check your email address is correct" msgstr "Zkontrolujte, zda je vaše emailová adresa správná" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vyberte kategorii" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2904,27 +2965,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Nezneužívejte tento nástroj - zneužívání vašeho úřadu znehodnocuje službu pro všechny uživatele." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "prosím zadejte zprávu" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2937,16 +2998,16 @@ msgstr "Prosím zadejte heslo" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Prosím zadejte název" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2957,20 +3018,20 @@ msgstr "Prosím zadejte platný e-mail" msgid "Please enter a valid email address" msgstr "Prosím zadejte platnou emailovou adresu" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Prosím zadejte podrobnosti" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2986,7 +3047,7 @@ msgid "Please enter your first name" msgstr "Zadejte vaše jméno" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Zadejte své celé jméno, úřad potřebuje tyto informace - jestliže si přejete, aby Vaše jméno nebylo na webu zobrazeno, odškrtněnte čvereček níže" @@ -2998,9 +3059,9 @@ msgstr "Zadejte vaše jméno" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Zadejte vaše jméno" @@ -3041,19 +3102,19 @@ msgstr "Vyplňte prosím níže uvedený formulář s údaji o problému, a popi msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Uveďte, zda chcete dostat další dotazník" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Prosím zadejte platnou emailovou adresu" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3080,24 +3141,28 @@ msgstr "" msgid "Please note:" msgstr "Vezměte prosím na vědomí:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Uveďte prosím nějaké vysvětlení, proč jste znovu otevřeli toto hlášení" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Uveďte prosím nějaký text, stejně jako fotografii" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Prosím, řekněte, jestli jste někdy předtím hlásili problémy na váš úřad" @@ -3105,7 +3170,7 @@ msgstr "Prosím, řekněte, jestli jste někdy předtím hlásili problémy na v 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3117,7 +3182,7 @@ msgstr "Prosím, vyberte kanál, který chcete" msgid "Please select the type of alert you want" msgstr "Vyberte typ upozornění, které chcete" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Uveďte, prosím, zda byl či nebyl problém vyřešen" @@ -3125,12 +3190,12 @@ msgstr "Uveďte, prosím, zda byl či nebyl problém vyřešen" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3138,27 +3203,23 @@ msgstr "" msgid "Please write a message" msgstr "Napište zprávu" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Odeslat" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Nahlášeno anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Odesláno uživatelem %s v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Odesláno uživatelem %s (%s) v %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Odesláno uživatelem %s v %s" @@ -3174,7 +3235,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3182,11 +3243,11 @@ msgstr "" msgid "Previous" msgstr "Předcházející" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3202,9 +3263,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Neveřejné" @@ -3253,7 +3314,7 @@ msgstr "Hlášení %s bylo odesláno na úřad %s" msgid "Problem breakdown by state" msgstr "Členění hlášení podle stavu" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Hlášení bylo označeno za otevřené." @@ -3261,8 +3322,7 @@ msgstr "Hlášení bylo označeno za otevřené." msgid "Problem state change based on survey results" msgstr "Stav hlášení byl změněn na základě výsledků šetření" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Hlášení" @@ -3287,18 +3347,18 @@ msgstr "Hlášení označená za vyřešená na serveru FixMyStreet" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3306,7 +3366,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3314,11 +3374,15 @@ msgstr "" msgid "Property address:" msgstr "Adresa nemovitosti:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3332,11 +3396,11 @@ msgstr "Poskytněte aktuální informace" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Poskytnutí hesla je volitelné, zato vám ale umožní snadněji nahlásit problémy, hlásit aktualizace a spravovat svá hlášení." @@ -3344,12 +3408,12 @@ msgstr "Poskytnutí hesla je volitelné, zato vám ale umožní snadněji nahlá msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Veřejná reakce:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3392,11 +3456,11 @@ msgstr "Dotazník vyplňuje uživatel, který podal hlášení problému" msgid "RSS feed" msgstr "RSS kanál" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS kanál pro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS kanál pro oblast %s, %s" @@ -3404,11 +3468,11 @@ msgstr "RSS kanál pro oblast %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS kanál pro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS kanál pro %s, v oblasti %s " @@ -3416,13 +3480,13 @@ msgstr "RSS kanál pro %s, v oblasti %s " msgid "RSS feed of nearby problems" msgstr "RSS kanál hlášení v okolí" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS kanál hlášení v oblasti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS kanál hlášení v oblasti %s " @@ -3436,11 +3500,11 @@ msgstr "RSS kanál aktuálních lokálních hlášení" msgid "RSS feed of updates to this problem" msgstr "RSS kanál aktualizací tohoto hlášení" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3453,7 +3517,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Dostávat e-mail, když je hlášení aktualizováno." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3467,7 +3531,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Nedávno nahlášené problémy" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3480,7 +3544,8 @@ 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 "Uvědomte si, že FixMyStreet je především pro hlášení fyzických problémů, které mohou být opraveny. Pokud váš problém není vhodný pro hlášení prostřednictvím tohoto webu, můžete se obrátit na váš úřad přímo pomocí jejich internetových stránek." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3492,8 +3557,8 @@ msgstr "" msgid "Remove flag" msgstr "Odstranit příznak" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3508,17 +3573,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Odstranit fotografii (nelze vrátit zpět!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3526,14 +3595,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3542,7 +3611,7 @@ msgid "Report a problem" msgstr "Nahlásit problém" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3558,7 +3627,7 @@ msgid "Report anonymously" msgstr "Nahlášeno anonymně v %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3594,7 +3663,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Hlášení, zobrazení a diskuse nad lokálními problémy" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Nahlášeno anonymně v %s" @@ -3605,7 +3674,7 @@ msgstr "Nahlášeno anonymně v %s" msgid "Reported before" msgstr "Hlásil(a) jsem již dříve" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Nahlášeno uživatelem %s, určeno pro %s" @@ -3619,27 +3688,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Nahlášeno v kategorii %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Nahlášeno anonymně v %s v kategorii %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Nahlášeno v kategorii %s uživatelem %s v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Nahlášeno prostřednictvím %s anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Nahlášeno prostřednictvím %s uživatelem %s v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Nahlášeno prostřednictvím %s v kategorii %s anonymně v %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Nahlášeno prostřednictvím %s v kategorii %s uživatelem %s v %s" @@ -3658,17 +3727,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Hlášení problému" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Hlášení" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3696,15 +3763,15 @@ msgid "Reports published" msgstr "Publikovaná hlášení" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3717,7 +3784,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3770,39 +3837,45 @@ msgstr "" msgid "Right place?" msgstr "Správné místo?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Otočit doleva" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3818,20 +3891,20 @@ msgstr "" msgid "Satellite" msgstr "Satelitní" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3848,13 +3921,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Vyhledat hlášení" @@ -3867,7 +3939,7 @@ msgstr "Vyhledat uživatele" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Vyhledat hlášení" @@ -3882,12 +3954,12 @@ msgstr "Vyhledat:" msgid "Searching found no reports." msgstr "Nebylo nalezeno žádné hlášení." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Nebyli nalezeni žádní sledovaní uživatelé." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3897,8 +3969,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3908,7 +3979,7 @@ msgid "Select a body" msgstr "Zvolte subjekt" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Zvolte oblast" @@ -3929,7 +4000,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3942,7 +4013,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3951,11 +4022,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "odesláno do %s o %s později" @@ -3993,7 +4064,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4004,7 +4075,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4029,8 +4100,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4041,7 +4112,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Zobrazit značky" @@ -4101,7 +4172,7 @@ msgid "Some photos of recent reports" msgstr "Některé fotografie současných hlášení" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Specifický název pro lokalizaci" @@ -4110,12 +4181,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Je nám líto, že se zdá, že toto PSČ nepokrýváme." @@ -4133,9 +4203,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Omlouváme se, došlo k chybě potvrzující váš problém." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Nemůžeme bohužel nalézt tuto lokalitu." @@ -4145,13 +4215,13 @@ msgstr "Nemůžeme bohužel nalézt tuto lokalitu." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Omlouváme se, nelze lokalizovat. Zkuste ještě jednou." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4166,11 +4236,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4179,11 +4249,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4207,18 +4277,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Stav" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4227,31 +4297,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Stav:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistiky" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Stav" @@ -4269,7 +4336,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Oddělení/Instituce" @@ -4288,50 +4355,48 @@ msgstr "Předmět:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Odeslat" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Odeslat změny" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Odeslat dotazník" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Odesláno" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Přihlásit se k odběru" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4344,7 +4409,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Aktualizace je omezena na %s znaků její délky. Prosím, zkraťte ji" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4358,20 +4423,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Přehled" @@ -4382,14 +4446,19 @@ msgstr "Souhrnný přehled" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4407,13 +4476,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Text" @@ -4434,6 +4507,11 @@ msgstr "Pouze textová verze" msgid "Text:" msgstr "Text:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Text" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4463,7 +4541,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever 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?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4475,27 +4553,29 @@ msgstr "Zdá se, že se obrázek nenahrál správně (%s), zkuste to prosím zno msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Zdá se, že tato lokalita nepatří do žádné městské části nebo obecního úřadu na území ČR. Možná se jedná o offshore nebo se nachází v zahraničí. Zkuste to prosím znovu." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "To místo se nezdá být v České republice; prosím zkuste to znovu." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Omlouváme se, ale poštovní směrovací číslo nebylo rozpoznáno." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Hlášení bude nyní opět odesláno." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Toto hlášení bylo vyjmuto z FixMyStreet." @@ -4543,8 +4623,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4600,7 +4680,7 @@ msgstr "Nastala chyba: %s" 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:153 +#: 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 "" @@ -4662,8 +4742,8 @@ msgstr "Uživatel nemohl lokalizovat problém v mapě, ale je zobrazeno okolí l msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4698,7 +4778,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4716,12 +4796,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." @@ -4729,7 +4809,7 @@ msgstr "Nastal problém s vaší aktualizací. Prosím opakujte ještě jednou." msgid "There were problems with your report. Please see below." msgstr "Nastal problém s vaším hlášením. Prosím, přečtěte si informace níže." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Nastal problém s Vaší aktualizací. Prosím, přečtěte si informace níže." @@ -4815,10 +4895,10 @@ msgstr "Tento e-mail byl odeslán na oba úřady působící v dané lokalitě, 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Tato informace je vyžadována" @@ -4835,19 +4915,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Hlášení bylo vyřešeno" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Hlášení nemohlo být vyřešeno" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4860,26 +4944,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Hlášení čeká na moderování operátorem." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Hlášení je aktuálně označené za uzavřené." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 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:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Hlášení je aktuálně označené za otevřené." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4887,15 +4971,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4919,6 +5006,10 @@ msgstr "Nadpis" 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 "" @@ -4944,7 +5035,7 @@ 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" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4969,11 +5060,6 @@ msgstr "" msgid "Total" msgstr "Celkem" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4996,16 +5082,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5015,7 +5101,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5045,10 +5131,10 @@ msgstr "Neznámá chyba" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Neznámé ID hlášení" @@ -5060,13 +5146,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Aktualizovat" @@ -5117,29 +5203,27 @@ msgstr "Aktualizovat znovu otevřené hlášení" msgid "Update statuses" msgstr "Aktualizovat status" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Aktualizováno" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Aktualizováno!" @@ -5150,7 +5234,7 @@ msgstr "Aktualizováno!" msgid "Updates" msgstr "Aktualizace" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Aktualizace je omezena na %s znaků její délky. Prosím, zkraťte ji" @@ -5180,6 +5264,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5193,8 +5285,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5212,7 +5304,7 @@ msgid "User flagged" msgstr "Uživatel sledován" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5225,27 +5317,25 @@ 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.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Uživatelé" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5253,9 +5343,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Hodnoty aktualizovány" @@ -5281,7 +5371,7 @@ msgstr "" msgid "View report on site" msgstr "Zobrazit hlášení na serveru" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Zobrazení hlášení podle okrsků" @@ -5289,7 +5379,7 @@ msgstr "Zobrazení hlášení podle okrsků" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5307,7 +5397,7 @@ msgstr "Zobrazení hlášení" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Oddělení tohoto úřadu" @@ -5377,7 +5467,7 @@ msgstr "Odesláno:" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5397,7 +5487,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:103 +#: templates/web/base/questionnaire/index.html:80 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í?" @@ -5409,7 +5499,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5420,12 +5509,12 @@ msgstr "Psaní zprávy pouze hůlkovým písmem je těžké číst, stejně jako #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ano" @@ -5438,7 +5527,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5451,7 +5540,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Upozorňuji na níže uvedený záznam, který může obsahovat urážlivé nebo osobní informace, případně jiný problematický text:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5460,7 +5549,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:112 +#: templates/web/base/admin/users/form.html:97 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)." @@ -5492,7 +5581,7 @@ msgstr "Pomozte nám najít email na kontaktní osobu pro oblast %s %s saved to submit." msgstr "" @@ -5510,7 +5599,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Na tento dotazník jste již odpověděli. Máte-li dotazy, prosím spojte se s námi, nebo si můžete zobrazit hlášení.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5519,8 +5608,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5587,9 +5675,9 @@ msgstr "Vaše hlášení" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5598,13 +5686,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5633,16 +5722,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5662,8 +5751,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5696,7 +5785,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5727,19 +5816,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5747,8 +5836,8 @@ msgstr "" msgid "by %s" msgstr "uživatelem %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "úřad" @@ -5779,6 +5868,10 @@ msgstr "editace uživatele" msgid "from %s different users" msgstr "od %s různých uživatelů" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5796,7 +5889,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5879,12 +5972,12 @@ msgid "today" msgstr "dnes" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5909,7 +6002,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "okrsek" @@ -5985,7 +6078,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6012,7 +6105,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6039,7 +6132,7 @@ 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" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6048,7 +6141,7 @@ msgstr[1] "%s hlášení minulý týden" msgstr[2] "%s hlášení minulý týden" msgstr[3] "%s hlášení minulý týden" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6057,7 +6150,7 @@ msgstr[1] "%s aktuální hlášení" msgstr[2] "%s aktuální hlášení" msgstr[3] "%s aktuální hlášení" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6102,7 +6195,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6111,7 +6204,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6120,6 +6213,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#~ msgid "Closed by council" +#~ msgstr "Uzavřena úřadem" + +#~ msgid "Filter report list" +#~ msgstr "Filtrovat seznam hlášení" + +#~ msgid "Invalid agency_responsible value %s" +#~ msgstr "Chybná agency_responsible hodnota %s" + +#~ msgid "Post" +#~ msgstr "Odeslat" + #~ msgid "" #~ "Check private if reports in this category should never be displayed on the website.\n" #~ "
\n" diff --git a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po index 9ce9ee529da..af6cb9b2d23 100644 --- a/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/cy.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "a" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Adroddiadau" @@ -111,7 +111,7 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(anfonwyd i'r ddau)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Dewiswch gategori --" @@ -202,17 +204,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -242,7 +245,7 @@ msgid "Yes I have a password" msgstr "Oes, mae gen i gyfrinair" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -259,7 +262,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -279,7 +282,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Ychwanegu categori newydd" @@ -312,7 +315,7 @@ msgstr "" msgid "Add new category" msgstr "Ychwanegu categori newydd" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -321,8 +324,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -330,21 +333,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Ychwanegu defnyddiwr" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -360,6 +362,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Eto:" @@ -372,8 +380,8 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "Analluogwyd yr hysbysiad %d (créwyd %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Rhoi gwybod am ddiweddariadau i ddod" @@ -385,10 +393,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Pob adroddiad" @@ -428,6 +438,11 @@ msgstr "Pob adroddiad rhwng %s a %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Adroddwyd yn y categori %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -464,7 +479,7 @@ msgstr "Dienw" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -477,7 +492,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -486,8 +501,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -498,7 +513,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -511,27 +526,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Ychwanegu categori newydd" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -544,7 +564,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -552,11 +572,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -568,12 +588,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Yn ôl" @@ -594,14 +615,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Cyrff" @@ -614,11 +633,13 @@ msgstr "Cyrff" msgid "Body" msgstr "Corff" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Corff:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -630,8 +651,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -647,15 +667,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -665,7 +683,7 @@ msgstr "Categori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -688,6 +706,11 @@ msgstr "Categori:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Newid cyfrinair" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -704,7 +727,7 @@ msgstr "Newid cyfrinair" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -714,12 +737,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -756,8 +779,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -767,11 +790,7 @@ msgstr "" msgid "Closed" msgstr "Ar gau" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Caewyd gan y cyngor" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -804,13 +823,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -927,7 +945,7 @@ msgstr "Creu adroddiad" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Creu categori" @@ -937,27 +955,25 @@ msgstr "Creu categori" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Crëwyd" @@ -966,6 +982,17 @@ msgstr "Crëwyd" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Crëwyd" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Crëwyd" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -977,10 +1004,6 @@ msgstr "Crëwyd:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -990,19 +1013,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Ar hyn o bryd does dim cyrff." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1014,7 +1039,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1024,7 +1049,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1046,9 +1071,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Disgrifiad" @@ -1057,7 +1080,7 @@ msgstr "Disgrifiad" msgid "Destination" msgstr "Disgrifiad" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1093,7 +1116,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1101,6 +1124,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Adroddwyd yn y categori %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Adroddwyd yn y categori %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1135,24 +1168,24 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1164,7 +1197,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1176,7 +1209,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Golygu" @@ -1187,12 +1220,11 @@ msgstr "Golygu" msgid "Edit body details" msgstr "Golygu manylion y corff" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1200,17 +1232,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1247,8 +1277,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1257,15 +1288,14 @@ msgstr "Golygydd" msgid "Email" msgstr "E-bost" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1285,12 +1315,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-bost:" @@ -1353,12 +1384,12 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Rhowch enw stryd ac ardal gerllaw" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Rhowch god post DU, neu enw stryd ac ardal" @@ -1385,10 +1416,10 @@ msgstr "Rhowch fanylion am y broblem" msgid "Error" msgstr "Gwall" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1401,7 +1432,7 @@ msgstr "Cod post enghreifftiol %s" msgid "Examples:" msgstr "Enghraifft:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1410,7 +1441,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1435,7 +1466,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1447,20 +1478,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Data ychwanegol:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1493,20 +1524,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Adroddiadau newydd" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1536,7 +1572,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1545,7 +1581,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1553,8 +1589,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "" @@ -1580,11 +1616,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Wedi anghofio eich cyfrinair?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1594,12 +1630,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Cwestiynau a ofynnir yn aml" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1621,7 +1665,7 @@ msgstr "Derbyn diweddariadau am broblemau %s" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Derbyn ffrwd RSS" @@ -1637,15 +1681,15 @@ msgstr "Mae'n dda gennym glywed y cafodd ei drwsio!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1655,7 +1699,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1681,6 +1725,7 @@ msgstr "Ydych chi wedi adrodd problem at y cyngor o'r blaen, neu ai dyma eich tr #: 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 "" @@ -1715,7 +1760,8 @@ msgstr "Cudd" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1743,7 +1789,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Cuddio'r piniau" @@ -1797,11 +1843,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1820,15 +1864,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1842,7 +1886,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1866,7 +1910,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1903,7 +1947,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1927,6 +1971,17 @@ msgstr "" 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 +#, fuzzy +msgid "In wards" +msgstr "ward" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1936,20 +1991,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1966,16 +2021,12 @@ msgstr "Nodiadau mewnol" msgid "Internal notes" msgstr "Nodiadau mewnol" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2027,13 +2078,13 @@ msgstr "Diweddariad diwethaf:" msgid "Last update:" msgstr "Diweddariad diwethaf:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2050,7 +2101,7 @@ msgstr "Rhestru'r holl broblemau a adroddwyd" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Wrthi'n llwytho..." @@ -2088,17 +2139,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2116,19 +2168,20 @@ msgstr "" msgid "MAP" msgstr "MAP" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2142,24 +2195,24 @@ msgstr "Map" msgid "Mark as sent" msgstr "Nodi ei fod wedi'i anfon" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Neges" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2172,7 +2225,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "jurisdiction_id coll" @@ -2180,8 +2233,7 @@ msgstr "jurisdiction_id coll" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2204,7 +2256,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2214,14 +2266,14 @@ msgstr "" msgid "Month" msgstr "Mis" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2249,9 +2301,10 @@ msgstr "" msgid "Name" msgstr "Enw" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Enw:" @@ -2269,7 +2322,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2277,12 +2330,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2305,7 +2358,7 @@ msgstr "" msgid "New body added" msgstr "Ychwanegwyd corff newydd" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "" @@ -2318,8 +2371,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nodyn mewnol newydd:" @@ -2327,13 +2380,13 @@ msgstr "Nodyn mewnol newydd:" msgid "New local problems on FixMyStreet" msgstr "Problemau lleol newydd ar FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2410,7 +2463,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2423,7 +2476,6 @@ msgstr "Nesaf" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2432,11 +2484,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "" @@ -2448,11 +2500,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Dim corff" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2468,8 +2521,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Dim diweddariadau pellach" @@ -2505,15 +2558,15 @@ msgstr "Dim cefnogwyr" msgid "None" msgstr "Dim" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2521,10 +2574,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "" @@ -2572,12 +2629,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2585,12 +2642,12 @@ msgstr "" msgid "Old state" msgstr "Hen gyflwr" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2599,7 +2656,7 @@ 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:156 +#: 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 @@ -2630,7 +2687,7 @@ msgstr "gwefan menter Open311" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2642,7 +2699,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2650,16 +2707,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2691,7 +2748,7 @@ msgstr "Ni chanfuwyd y dudalen" msgid "Parent" msgstr "Rhiant" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Creu categori" @@ -2700,13 +2757,13 @@ msgstr "Creu categori" msgid "Partial" msgstr "Rhannol" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Cyfrinair (dewisol)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Newidiwyd eich cyfrinair" @@ -2721,7 +2778,7 @@ msgstr "Cyfrinair (dewisol)" msgid "Permissions" msgstr "Dolen barhaol" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2729,19 +2786,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Ffôn:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Rhif ffôn" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Rhif ffôn (dewisol)" @@ -2749,30 +2811,26 @@ msgstr "Rhif ffôn (dewisol)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Ffôn:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2792,9 +2850,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2803,7 +2860,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Lluniau o adroddiadau diweddar gerllaw" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2817,6 +2874,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2844,27 +2905,26 @@ msgid "Please check your email address is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2883,27 +2943,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Peidiwch â bod yn sarhaus — byddai sarhau eich cyngor yn dibrisio'r gwasanaeth i bawb." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Rhowch neges" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2916,16 +2976,16 @@ msgstr "Rhowch gyfrinair" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Rhowch bwnc" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2936,20 +2996,20 @@ msgstr "Rhowch e-bost dilys" msgid "Please enter a valid email address" msgstr "Rhowch gyfeiriad e-bost dilys" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Rhowch fanylion" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2965,7 +3025,7 @@ msgid "Please enter your first name" msgstr "Rhowch eich enw cyntaf" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "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" @@ -2977,9 +3037,9 @@ msgstr "Rhowch eich enw" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Rhowch eich enw" @@ -3020,19 +3080,19 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3059,24 +3119,28 @@ msgstr "" msgid "Please note:" msgstr "Noder:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Rhowch destun yn ogystal â llun" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Dywedwch wrthym a ydych wedi adrodd problem i'ch cyngor o'r blaen" @@ -3084,7 +3148,7 @@ msgstr "Dywedwch wrthym a ydych wedi adrodd problem i'ch cyngor o'r blaen" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3096,7 +3160,7 @@ msgstr "Dewiswch y ffrwd hoffech chi ei chael" msgid "Please select the type of alert you want" msgstr "Dewiswch pa fath o hysbysiad hoffech chi ei gael" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Dywedwch a gafodd y broblem ei thrwsio" @@ -3104,12 +3168,12 @@ msgstr "Dywedwch a gafodd y broblem ei thrwsio" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3117,27 +3181,23 @@ msgstr "" msgid "Please write a message" msgstr "Ysgrifennwch neges" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Postiwyd yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Postiwyd gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Postiwyd gan %s (%s) am %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Postiwyd gan %s am %s" @@ -3153,7 +3213,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3161,11 +3221,11 @@ msgstr "" msgid "Previous" msgstr "Blaenorol" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3181,9 +3241,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Preifat" @@ -3232,7 +3292,7 @@ msgstr "Anfonwyd y broblem %s at y cyngor" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "" @@ -3240,8 +3300,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemau" @@ -3266,18 +3325,18 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemau yn %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemau yn ward %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3285,7 +3344,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3293,11 +3352,15 @@ msgstr "" msgid "Property address:" msgstr "Cyfeiriad yr eiddo:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3311,11 +3374,11 @@ msgstr "Darparu diweddariad" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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." @@ -3323,12 +3386,12 @@ msgstr "Mae darparu cyfrinair yn ddewisol, ond bydd yn eich galluogi i adrodd pr msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Ymateb cyhoeddus:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3371,11 +3434,11 @@ msgstr "" msgid "RSS feed" msgstr "Ffrwd RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "Ffrwd RSS ar gyfer %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "Ffrwd RSS ar gyfer ward %s, %s" @@ -3383,11 +3446,11 @@ msgstr "Ffrwd RSS ar gyfer ward %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "Ffrwd RSS %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "Ffrwd RSS %s, o fewn ward %s" @@ -3395,13 +3458,13 @@ msgstr "Ffrwd RSS %s, o fewn ward %s" msgid "RSS feed of nearby problems" msgstr "Ffrwd RSS o broblemau gerllaw" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "Ffrwd RSS o broblemau yn %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "Ffrwd RSS o broblemau o fewn ward %s" @@ -3415,11 +3478,11 @@ msgstr "Ffrwd RSS o broblemau lleol diweddar" msgid "RSS feed of updates to this problem" msgstr "Ffrwd RSS o ddiweddariadau i'r broblem hon" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3432,7 +3495,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Derbyn e-bost pan fydd diweddariadau i'r broblem hon." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3446,7 +3509,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Problemau a adroddwyd yn ddiweddar" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3459,7 +3522,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3471,8 +3535,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3487,17 +3551,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3505,14 +3573,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3521,7 +3589,7 @@ msgid "Report a problem" msgstr "Adrodd problem" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3537,7 +3605,7 @@ msgid "Report anonymously" msgstr "Adroddwyd yn ddienw am %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3573,7 +3641,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Adrodd, gweld, neu drafod problemau lleol" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Adroddwyd yn ddienw am %s" @@ -3584,7 +3652,7 @@ msgstr "Adroddwyd yn ddienw am %s" msgid "Reported before" msgstr "Adroddwyd eisoes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Adroddwyd gan %s am %s" @@ -3598,27 +3666,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Adroddwyd yn y categori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 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:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Adroddwyd yn y categori %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Adroddwyd drwy %s yn ddienw am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Adroddwyd drwy %s gan %s am %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Adroddwyd drwy %s yn y categori %s am %s" @@ -3637,17 +3705,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Adrodd problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Adroddiadau" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3675,15 +3741,15 @@ msgid "Reports published" msgstr "Adroddiadau a gyhoeddwyd" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3696,7 +3762,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3749,39 +3815,45 @@ msgstr "" msgid "Right place?" msgstr "Y lle cywir?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Cylchdroi i'r chwith" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3797,20 +3869,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3827,13 +3899,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Chwilio am adroddiadau" @@ -3846,7 +3917,7 @@ msgstr "Chwilio am ddefnyddwyr" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Chwilio am adroddiadau" @@ -3861,12 +3932,12 @@ msgstr "Chwilio:" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3876,8 +3947,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3887,7 +3957,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3908,7 +3978,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3921,7 +3991,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3930,11 +4000,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3972,7 +4042,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3983,7 +4053,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4008,8 +4078,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4020,7 +4090,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Dangos piniau" @@ -4080,7 +4150,7 @@ msgid "Some photos of recent reports" msgstr "Lluniau o adroddiadau diweddar" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Testun i'w leoleiddio" @@ -4089,12 +4159,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4112,9 +4181,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Mae'n ddrwg gennym, bu gwall tra'n cadarnhau eich problem." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Mae'n ddrwg gennym, ni allwn ddod o hyd i'r lleoliad hwnnw." @@ -4124,13 +4193,13 @@ msgstr "Mae'n ddrwg gennym, ni allwn ddod o hyd i'r lleoliad hwnnw." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4144,11 +4213,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4157,11 +4226,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4185,18 +4254,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Cyflwr" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4205,31 +4274,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Cyflwr:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Ystadegau" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Statws" @@ -4247,7 +4313,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4266,50 +4332,48 @@ msgstr "Pwnc:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Cyflwyno" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Cyflwyno newidiadau" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Cyflwyno'r holiadur" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Cyflwynwyd" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Tanysgrifio" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4321,7 +4385,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4335,20 +4399,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Crynodeb" @@ -4359,14 +4422,19 @@ msgstr "Adroddiadau" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4384,13 +4452,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Testun" @@ -4411,6 +4483,11 @@ msgstr "Fersiwn testun yn unig" msgid "Text:" msgstr "Testun:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Testun" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Diolch am adrodd y broblem hon!" @@ -4440,7 +4517,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Diolch, mae'n dda gennym glywed y cafodd ei drwsio! Gawn ni ofyn a ydych wedi adrodd problem i gyngor o'r blaen?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4452,27 +4529,29 @@ msgstr "Ni uwchlwythwyd y llun yn gywir (%s), ceisiwch eto." 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Mae'n ymddangos nad yw'r lleoliad hwnnw yn y DU; rhowch gynnig arall arni." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Ailanfonir y broblem nawr." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Tynnwyd yr adroddiad oddi ar FixMyStreet." @@ -4518,8 +4597,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4573,7 +4652,7 @@ msgstr "Y gwall oedd: %s" 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:153 +#: 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 "" @@ -4635,8 +4714,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4669,7 +4748,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4687,12 +4766,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." @@ -4700,7 +4779,7 @@ msgstr "Bu gwall gyda'r diweddariad. Rhowch gynnig arall arni." msgid "There were problems with your report. Please see below." msgstr "Bu gwallau gyda'r adroddiad. Gwelwch isod." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Bu gwallau gyda'r diweddariad. Gwelwch isod." @@ -4776,10 +4855,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Mae'r wybodaeth hon yn ofynnol" @@ -4796,19 +4875,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Trwsiwyd y broblem hon" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Ni thrwsiwyd y broblem hon" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4821,26 +4904,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Mae'r adroddiad hwn wedi'i nodi ar gau." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4848,15 +4931,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4880,6 +4966,10 @@ msgstr "Teitl" 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 "" @@ -4905,7 +4995,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4930,11 +5020,6 @@ msgstr "" msgid "Total" msgstr "Cyfanswm" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4957,16 +5042,16 @@ msgstr "Ceisiwch anfon e-bost atom yn uniongyrchol:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4976,7 +5061,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5006,10 +5091,10 @@ msgstr "Gwall anhysbys" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5021,13 +5106,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5077,29 +5162,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Diweddarwyd" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Diweddarwyd!" @@ -5110,7 +5193,7 @@ msgstr "Diweddarwyd!" msgid "Updates" msgstr "Diweddariadau" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5140,6 +5223,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5153,8 +5244,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5172,7 +5263,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5185,27 +5276,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Defnyddwyr" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5213,9 +5302,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5241,7 +5330,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Gweld adroddiadau yn ôl ward" @@ -5249,7 +5338,7 @@ msgstr "Gweld adroddiadau yn ôl ward" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5267,7 +5356,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Wardiau'r cyngor hwn" @@ -5337,7 +5426,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5357,7 +5446,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5369,7 +5458,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5380,12 +5468,12 @@ msgstr "Mae ysgrifennu eich holl neges mewn priflythrennau yn ei gwneud hi'n ano #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "" @@ -5398,7 +5486,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5411,7 +5499,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5420,7 +5508,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:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5450,7 +5538,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5460,7 +5548,7 @@ msgid "You declined; please fill in the box above" msgstr "Gwrthodoch chi; llenwch y blwch uchod" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5468,7 +5556,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5477,8 +5565,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5542,9 +5629,9 @@ msgstr "Eich adroddiadau" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5553,13 +5640,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5588,16 +5676,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5617,8 +5705,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5651,7 +5739,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5682,19 +5770,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5702,8 +5790,8 @@ msgstr "" msgid "by %s" msgstr "gan %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "cyngor" @@ -5734,6 +5822,10 @@ msgstr "" 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:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5751,7 +5843,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5833,12 +5925,12 @@ msgid "today" msgstr "heddiw" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5863,7 +5955,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "ward" @@ -5939,7 +6031,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5966,7 +6058,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5993,7 +6085,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6002,7 +6094,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6011,7 +6103,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6056,7 +6148,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6065,7 +6157,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6074,6 +6166,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#~ msgid "Closed by council" +#~ msgstr "Caewyd gan y cyngor" + #~ msgid "OK" #~ msgstr "Iawn" diff --git a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po index 6a42c24edf3..261c0279a27 100644 --- a/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/da_DK.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " og " @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - opsummeringsrapporter" @@ -111,7 +111,7 @@ msgstr "%s spørgeskemaer sendt – %s besvaret (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap -bidragsydere" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(sendt til begge)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vælg en kategori --" @@ -202,17 +204,18 @@ msgid "" msgstr "MAPIT_URL er sat, (%s) men ingen MAPIT_TYPES.
Dette er nok grunden til at \"dækket område\" er tom (nedenfor).
Måske skal du tilføje nogen MAPIT_TYPES i konfigurationsfilen?" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -242,7 +245,7 @@ msgid "Yes I have a password" msgstr "Ja, jeg har en adgangskode" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -259,7 +262,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -279,7 +282,7 @@ msgstr "Tilføj en administration for hver administrativ instan 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Tilføj ny kategori" @@ -312,7 +315,7 @@ msgstr "" msgid "Add new category" msgstr "Tilføj ny kategori" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -321,8 +324,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -330,21 +333,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Tilføj bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -360,6 +362,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Gentag:" @@ -372,8 +380,8 @@ msgstr "Varsel %d oprettet for %s, type %s, parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Varsel %d koblet fra (oprettet %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Send mig varsel ved fremtidige opdateringer" @@ -385,10 +393,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Alle rapporter" @@ -428,6 +438,11 @@ msgstr "Alle rapporter mellem %s og %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Rapporteret i kategorien %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -464,7 +479,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -477,7 +492,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -486,8 +501,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -498,7 +513,7 @@ msgstr "" msgid "Area covered" msgstr "Dækket område" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -512,27 +527,32 @@ msgstr "Da reproduktionsstedet og %s ikke stemmer, vil beskeden som er lavet her msgid "Assign selected to role:" msgstr "Tildelt %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Flyt til en anden kategori:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Tildel til ekstern myndighed:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Tildelt underafdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Tildelt %s" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Tildelt %s" @@ -545,7 +565,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:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -553,11 +573,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -569,12 +589,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Afventer moderation" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Tilbage" @@ -595,14 +616,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Administrationer" @@ -615,11 +634,13 @@ msgstr "Administrationer" msgid "Body" msgstr "Administration" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Administration:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -631,8 +652,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Hvis du ikke kan se kortet, så overspring dette trin." -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -648,15 +668,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -666,7 +684,7 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -689,6 +707,11 @@ msgstr "Kategori:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Skift adgangskode" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -705,7 +728,7 @@ msgstr "Skift adgangskode" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -715,12 +738,12 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Vælg et kategorinavn som giver mening for indbyggerne (f.eks. \"Hul i vejen\", \"Gadebelysning\") men som også er nyttigt for myndigheden. Disse vil dukke op i rullegardinmenuen på rapportér-et-problem-siden." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -757,8 +780,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -768,11 +791,7 @@ msgstr "" msgid "Closed" msgstr "Lukket" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Lukket af myndigheden" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -805,13 +824,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Opsætning" @@ -928,7 +946,7 @@ msgstr "Lav en rapport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lav kategori" @@ -938,27 +956,25 @@ msgstr "Lav kategori" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Oprettet" @@ -967,6 +983,17 @@ msgstr "Oprettet" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Oprettet" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Oprettet" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -978,10 +1005,6 @@ msgstr "Oprettet:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -991,19 +1014,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "I øjeblikket er der ikke lavet nogen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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 "Oversigt" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1015,7 +1040,7 @@ msgstr "Behandlet af underafdeling inden 5 arbejdsdage" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1025,7 +1050,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1047,9 +1072,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Beskrivelse" @@ -1058,7 +1081,7 @@ msgstr "Beskrivelse" msgid "Destination" msgstr "Beskrivelse" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1094,7 +1117,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1102,6 +1125,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Rapporteret i kategorien %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Rapporteret i kategorien %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1136,24 +1169,24 @@ msgstr "Véd ikke" msgid "Don't like forms?" msgstr "Kan du ikke lide skemaer?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1168,7 +1201,7 @@ msgstr "" "Forskellige kategorier kan have same kontakt
(e-postadresse).\n" "Dette betyder at du kan tilføje mange grupper/kategorier selv om du bare har én kontakt for myndigheden." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1180,7 +1213,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Redigér" @@ -1191,12 +1224,11 @@ msgstr "Redigér" msgid "Edit body details" msgstr "Redigér detaljer for myndighed" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1204,17 +1236,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1251,8 +1281,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1261,15 +1292,14 @@ msgstr "Opdateret af" msgid "Email" msgstr "E-post" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1289,12 +1319,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-post:" @@ -1363,12 +1394,12 @@ msgstr "" msgid "Endpoint" msgstr "Endepunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Indtast et vejnavn i Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Indtast et britisk postnummer i nærheden, eller vejnavn og sted" @@ -1395,10 +1426,10 @@ msgstr "Indtast detaljer om problemet" msgid "Error" msgstr "Fejl" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1411,7 +1442,7 @@ msgstr "Eksempel-postnummer %s" msgid "Examples:" msgstr "Eksempler:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1420,7 +1451,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1445,7 +1476,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1457,20 +1488,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Ekstra data:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1503,20 +1534,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtrér rapportliste" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nye 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 "Fiks dette ved at vælge en area covered i Edit body details-skemaet nedenfor." @@ -1546,7 +1582,7 @@ msgstr "Markér som slettet" msgid "Flag user" msgstr "Markér bruger" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Markeret:" @@ -1555,7 +1591,7 @@ msgstr "Markeret:" msgid "Flagged reports and users" msgstr "Markerede rapporter og brugere" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Markerede brugere er listet op på Markerede-siden." @@ -1563,8 +1599,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Markeret:" @@ -1590,11 +1626,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Glemt din adgangskode?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1604,12 +1640,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Ofte spurgte spørgsmål" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1631,7 +1675,7 @@ msgstr "Få opdateringer for problemer i denne %s" msgid "Get updates of problems in this %s" msgstr "Få opdateringer for problemer i denne %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Giv mig en RSS-strøm" @@ -1647,15 +1691,15 @@ msgstr "Glad for at høre at det er i orden!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1665,7 +1709,7 @@ msgstr "Søg" msgid "Going to send questionnaire?" msgstr "Skal der sendes spørgeskema?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1691,6 +1735,7 @@ msgstr "Har du rapporteret et problem til en myndighed før, eller er dette før #: 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 "" @@ -1725,7 +1770,8 @@ msgstr "Skjul" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1753,7 +1799,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Skjul nåle" @@ -1807,11 +1853,9 @@ msgstr "Jeg er bange for at vi ikke kunne finde dit problem i databasen.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1830,15 +1874,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1852,7 +1896,7 @@ msgstr "Hvis to eller flere instanser er lokaliseret på samme sted, kombinerer 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1876,7 +1920,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1913,7 +1957,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1937,6 +1981,17 @@ msgstr "I misbrugstabel?" 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 "Yderligere bliver følgende attributter, som ikke er del af Open311 v2-specifikationen, returneret: agency_sent_datetime, title (også returneret som del af description), interface_used, comment_count, requestor_name (kun tilstede hvis indsender tillod at navnet kunne vises på dette netsted)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "bydel" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1946,20 +2001,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Tom indboks, her kommer vi!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Inkludér rapportørens personlige detaljer" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Forkert has_photo-værdi \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1976,16 +2031,12 @@ msgstr "Interne notater" msgid "Internal notes" msgstr "Interne notater" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Ugyldig agency_responsible-værdi %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Ugyldigt format %s angivet." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2037,13 +2088,13 @@ msgstr "Sidste opdatering:" msgid "Last update:" msgstr "Sidste opdatering:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2060,7 +2111,7 @@ msgstr "List alle rapporterede problemer" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Indlæser..." @@ -2098,17 +2149,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2126,19 +2178,20 @@ msgstr "" msgid "MAP" msgstr "KORT" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2152,24 +2205,24 @@ msgstr "Kort" msgid "Mark as sent" msgstr "Markér som afsendt" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Markér brugere hvis adfærd du ønsker at have tjek på som markeret." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Besked" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2182,7 +2235,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Mangler jurisdiction_id" @@ -2190,8 +2243,7 @@ msgstr "Mangler jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2214,7 +2266,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Modereret af afdeling inden for en arbejdsdag" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2224,14 +2276,14 @@ msgstr "" msgid "Month" msgstr "Måned" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2259,9 +2311,10 @@ msgstr "" msgid "Name" msgstr "Navn" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Navn:" @@ -2279,7 +2332,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nærmeste navngivne vej til nålen placeret på kortet (automatisk genereret ved hjælp af OpenStreetMap): %s%s" @@ -2287,12 +2340,12 @@ msgstr "Nærmeste navngivne vej til nålen placeret på kortet (automatisk gener msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Nærmeste postnummer for nålen placeret på kortet (automatisk genereret): %s (%sm væk)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nærmeste vej for nålen placeret på kortet (automatisk genereret ved hjælp af Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2317,7 +2370,7 @@ msgstr "" msgid "New body added" msgstr "Ny myndighed tilføjet" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Ny kategorikontakt tilføjet" @@ -2330,8 +2383,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nyt internt notat:" @@ -2339,13 +2392,13 @@ msgstr "Nyt internt notat:" msgid "New local problems on FixMyStreet" msgstr "Nye lokale problemer på FixMinVej" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2422,7 +2475,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2435,7 +2488,6 @@ msgstr "Næste" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2444,11 +2496,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Nej" @@ -2460,11 +2512,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Ingen myndighed" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Ingen myndighed er valgt" @@ -2480,8 +2533,8 @@ msgstr "Fandt ingen markerede problemer." msgid "No flagged users found." msgstr "Fant ingen markerede brugere." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Ikke flere opdateringer" @@ -2520,15 +2573,15 @@ msgstr "Ingen supportere" msgid "None" msgstr "Ingen" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2540,10 +2593,14 @@ msgstr "" "Afhængig af implementeringen kan ansatte brugere have adgang til dashbordet (sammendrag af \n" "aktivitet for hele instansen), mulighed at skjule beskeder eller sætte status for specialrapporter." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Ikke for min underafdeling" +#: 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 "Ikke rapporteret tidligere" @@ -2591,12 +2648,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2604,12 +2661,12 @@ msgstr "" msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2618,7 +2675,7 @@ 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:156 +#: 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 @@ -2649,7 +2706,7 @@ msgstr "Open311-initiativets netside" msgid "Open311 specification" msgstr "Open311-specifikation" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2661,7 +2718,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2669,16 +2726,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2710,7 +2767,7 @@ msgstr "Fandt ikke siden" msgid "Parent" msgstr "Forælder" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Lav kategori" @@ -2719,13 +2776,13 @@ msgstr "Lav kategori" msgid "Partial" msgstr "Delvis" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Adgangskode (valgfrit)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Din adgangskode er blevet ændret" @@ -2740,7 +2797,7 @@ msgstr "Adgangskode (valgfrit)" msgid "Permissions" msgstr "Permalink" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2748,19 +2805,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefon:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefonnummer (valgfrit)" @@ -2768,30 +2830,26 @@ msgstr "Telefonnummer (valgfrit)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2811,9 +2869,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2822,7 +2879,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Billeder af nye problemer i nærheden" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2836,6 +2893,11 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Placér tegnestiften på kortet" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2863,27 +2925,26 @@ msgid "Please check your email address is correct" msgstr "Venligst kontrollér at du har skrevet en gyldig e-postadresse" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vælg en kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2902,27 +2963,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Vær ikke ufin — at skælde ud på din myndighed skader værdien af tjenesten for alle brugerne." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Venligst indlæg en besked" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2935,16 +2996,16 @@ msgstr "Indtast en adgangskode" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Venligst angiv et emne" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2955,20 +3016,20 @@ msgstr "Tilføj en gyldig e-post" msgid "Please enter a valid email address" msgstr "Angiv din e-post" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Angiv oplysninger om problemet" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2984,7 +3045,7 @@ msgid "Please enter your first name" msgstr "Venligst angiv dit fornavn" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Venligst angiv dit fulde navn, myndigheder som modtager dit problem har brug for dette - hvis du ikke ønsker at dit navn skal vises, så fjern hakket nedenfor" @@ -2996,9 +3057,9 @@ msgstr "Angiv dit navn" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Angiv dit navn" @@ -3041,19 +3102,19 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Venligst indikér om du ønsker at modtage et nyt spørgeskema" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Angiv din e-post" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3080,24 +3141,28 @@ msgstr "" msgid "Please note:" msgstr "Venligst bemærk:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Venligst bidrag med en forklaring på hvorfor du genåbner denne problemrapport" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Venligst bidrag med lidt tekst i tillæg til et billede" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Venligst oplys om du har rapporteret et problem til din myndighed tidligere" @@ -3105,7 +3170,7 @@ msgstr "Venligst oplys om du har rapporteret et problem til din myndighed tidlig 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3117,7 +3182,7 @@ msgstr "Vælg den kilde du ønsker" msgid "Please select the type of alert you want" msgstr "Venligst vælg hvilken type varsel du ønsker" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Venligs angiv om dette problem er blevet fikset eller ikke" @@ -3125,12 +3190,12 @@ msgstr "Venligs angiv om dette problem er blevet fikset eller ikke" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3138,27 +3203,23 @@ msgstr "" msgid "Please write a message" msgstr "Indtast en besked" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Indsend" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Publiceret anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Sendt ind af %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Sendt ind af %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Sendt ind af %s %s" @@ -3174,7 +3235,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3182,11 +3243,11 @@ msgstr "" msgid "Previous" msgstr "Forrige" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3202,9 +3263,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privat" @@ -3253,7 +3314,7 @@ msgstr "Problem %s sendt til myndighed %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling af problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problem markeret som åbent." @@ -3261,8 +3322,7 @@ msgstr "Problem markeret som åbent." msgid "Problem state change based on survey results" msgstr "Problemtilstandsændring baseret på spørgeundersøgelsesresultater" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" @@ -3287,18 +3347,18 @@ msgstr "Problemer nyligt rapporteret fikset på FixMinVej" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemer indenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemer indenfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3306,7 +3366,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3314,11 +3374,15 @@ msgstr "" msgid "Property address:" msgstr "Ejendomsadresse:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3332,11 +3396,11 @@ msgstr "Bidrag med en opdatering" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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 valgfrit at angive en adgangskode, men hvis du gør det vil det blive nemmere for dig at rapportere problemer, lave opdateringer og håndtere dine rapporter" @@ -3344,12 +3408,12 @@ msgstr "Det er valgfrit at angive en adgangskode, men hvis du gør det vil det b msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Offentlig respons:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3392,11 +3456,11 @@ msgstr "Spørgeskema udfyldt af fejlrapportøren" msgid "RSS feed" msgstr "RSS-strøm" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS-strøm for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" @@ -3404,11 +3468,11 @@ msgstr "RSS-strøm for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm af %s, indenfor %s bydel" @@ -3416,13 +3480,13 @@ msgstr "RSS-strøm af %s, indenfor %s bydel" msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheden" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer indenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS-strøm for problemer indenfor %s bydel" @@ -3436,11 +3500,11 @@ msgstr "RSS-strøm med nylige lokale problemer" msgid "RSS feed of updates to this problem" msgstr "RSS-strøm med opdateringer for dette problem" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3453,7 +3517,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Modtag e-post når der er opdateringer på dette problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3467,7 +3531,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Nyligt meldte problemer" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3480,7 +3544,8 @@ 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 "Husk at FixMinVej primært er lavet for at rapportere fysiske problemer som kan blive fikset. Hvis dit problem ikke er egnet til at sende ind via denne tjeneste, så husk at du kan kontakte myndigheden direkte via deres egen netside." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3492,8 +3557,8 @@ msgstr "" msgid "Remove flag" msgstr "Fjern markering" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3508,17 +3573,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Fjern billede (kan ikke fortrydes!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3526,14 +3595,14 @@ msgstr "" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3542,7 +3611,7 @@ msgid "Report a problem" msgstr "Rapportér et problem" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3558,7 +3627,7 @@ msgid "Report anonymously" msgstr "Rapporteret anonymt %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3594,7 +3663,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapportér, find eller diskutér lokale problemer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Rapporteret anonymt %s" @@ -3605,7 +3674,7 @@ msgstr "Rapporteret anonymt %s" msgid "Reported before" msgstr "Rapporteret tidligere" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Publiceret af %s %s" @@ -3619,27 +3688,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Rapporteret i kategorien %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Rapporteret i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Rapporteret i kategorien %s af %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Publiceret af %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Rapporteret af %s af %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Rapporteret af %s i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporteret af %s i kategorien %s af %s %s" @@ -3658,17 +3727,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Rapporterer et problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Rapporter" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3696,15 +3763,15 @@ msgid "Reports published" msgstr "Publicerede rapporter" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3717,7 +3784,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3770,39 +3837,45 @@ msgstr "" msgid "Right place?" msgstr "Rigtig sted?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Vejoperatør for denne navngivne vej (udledt af vejens referencenummer og type) %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vejoperatør for denne navngivne vej (fra OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotér til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3818,20 +3891,20 @@ msgstr "" msgid "Satellite" msgstr "Satelit" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3848,13 +3921,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Søg i rapporter" @@ -3867,7 +3939,7 @@ msgstr "Søg i brugere" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Søg i rapporter" @@ -3882,12 +3954,12 @@ msgstr "Søg:" msgid "Searching found no reports." msgstr "Søgningen fandt ingen rapporter." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Søgningen fandt ingen brugere." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3897,8 +3969,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3908,7 +3979,7 @@ msgid "Select a body" msgstr "Vælg en myndighed" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Vælg et område" @@ -3929,7 +4000,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3942,7 +4013,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3951,11 +4022,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" @@ -3993,7 +4064,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4004,7 +4075,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4029,8 +4100,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4041,7 +4112,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Vis nåle" @@ -4104,7 +4175,7 @@ msgid "Some photos of recent reports" msgstr "Nogen billeder af nylig meldte problemer" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Noget tekst at oversætte" @@ -4113,12 +4184,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Beklager det ser ud til at være et \"Crown dependency\"-postnummer, som vi ikke dækker." @@ -4136,9 +4206,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Beklager, men der opstod et problem når vi forsøgte at bekræfte din problemrapport" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Beklager, men vi kunne ikke finde dette sted." @@ -4148,13 +4218,13 @@ msgstr "Beklager, men vi kunne ikke finde dette sted." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Beklager, men vi kunne ikke tolke den position. Prøv venligst igen." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4169,11 +4239,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4182,11 +4252,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4210,18 +4280,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Tilstand" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4230,31 +4300,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistik" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4272,7 +4339,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Underafdeling/myndighed" @@ -4291,50 +4358,48 @@ msgstr "Emne:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Send ind" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Indsend ændringer" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Indsend spørgeskema" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Sendt ind" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Abonnér" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4347,7 +4412,7 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4361,20 +4426,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Opsummering" @@ -4385,14 +4449,19 @@ msgstr "Opsummeringsrapporter" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4410,13 +4479,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Tekst" @@ -4437,6 +4510,11 @@ msgstr "Tekst-version" msgid "Text:" msgstr "Tekst:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Tekst" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Tak for at du rapporterede dette problem!" @@ -4466,7 +4544,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever 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?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4478,27 +4556,29 @@ msgstr "Billedet ser ikke ud til at være blevet lagt op rigtigt (%s), prøv ige msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Det sted dækkes ikke af nogen myndighed, måske det er til søs eller udenfor landet - venligst forsøgm med et andet sted." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Det sted virker ikke til at være i Storbritannien. Venligst prøv igen." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Det postnummer blev ikke genkendt, beklager." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Det problem er blevet markeret som sendt." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Det problem vil nu blive sendt igen." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Den rapport er blevet fjernet fra FixMinVej." @@ -4548,8 +4628,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4612,7 +4692,7 @@ msgstr "Fejlen var: %s" 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 "De følgende Open311 v2-atributter bliver returneret for hver forespørgsel: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code og service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Følgende information om nærmeste vej kan være unøjagtigt eller irrelevant, hvis problemet er nær flere veje eller nær en vej uden navn registreret i OpenStreetmap." @@ -4674,8 +4754,8 @@ msgstr "Brugeren kunne ikke placere problemet på et kort, men kontrollér områ msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4710,7 +4790,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4728,12 +4808,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Der var problemer med din opdatering. Vær sød at forsøge igen." @@ -4741,7 +4821,7 @@ msgstr "Der var problemer med din opdatering. Vær sød at forsøge igen." msgid "There were problems with your report. Please see below." msgstr "Der var problemer med din rapport. Venligst se nedenfor." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Der var problemer med din opdatering. Venligst se nedenfor." @@ -4826,10 +4906,10 @@ msgstr "Denne e-post er blevet sendt til begge myndigheder som dækker stedet fo 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Denne information er påkrævet" @@ -4846,19 +4926,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Dette problem er løst" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Dette problem er ikke blevet løst" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4871,26 +4955,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Denne rapport afventer moderation" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Denne rapport er for tiden markeret som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Denne rapport er for tiden markeret som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Denne rapport er for tiden markeret som åben." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4898,15 +4982,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4930,6 +5017,10 @@ msgstr "Titel" 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 "" @@ -4955,7 +5046,7 @@ 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." #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4980,11 +5071,6 @@ msgstr "" msgid "Total" msgstr "Totalt" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5007,16 +5093,16 @@ msgstr "Forsøg at sende epost direkte til os:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5026,7 +5112,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5056,10 +5142,10 @@ msgstr "Ukendt fejl" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Ukendt problem-Id" @@ -5071,13 +5157,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Opdatering" @@ -5128,29 +5214,27 @@ msgstr "En opdatering gennåbnede problemet" msgid "Update statuses" msgstr "Opdatér tilstanden" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Opdateret" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Opdateret!" @@ -5161,7 +5245,7 @@ msgstr "Opdateret!" msgid "Updates" msgstr "Opdateringer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Opdateringer er begrænset til %s tegn i længde. Venligst skriv en kortere tekst." @@ -5191,6 +5275,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5204,8 +5296,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5223,7 +5315,7 @@ msgid "User flagged" msgstr "Bruger markeret" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5236,27 +5328,25 @@ msgstr "Brugersøgning finder træf på brugernavne og epostadresser. " msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Brugere" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5264,9 +5354,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Værdier opdateret" @@ -5292,7 +5382,7 @@ msgstr "" msgid "View report on site" msgstr "Se rapport på netstedet" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Se rapport per bydel" @@ -5300,7 +5390,7 @@ msgstr "Se rapport per bydel" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5318,7 +5408,7 @@ msgstr "Ser på et problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Bydele indenfor denne myndighed" @@ -5388,7 +5478,7 @@ msgstr "Hvornår sendt" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5408,7 +5498,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5420,7 +5510,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5431,12 +5520,12 @@ msgstr "Når du skriver din besked med kun store bogstaver bliver den vanskelig #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ja" @@ -5449,7 +5538,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5462,7 +5551,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Du rapporterer at følgende opdatering er stødende, indeholder personlig information, eller lignende:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5471,7 +5560,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5503,7 +5592,7 @@ msgstr "Du kan hjælpe os ved at finde en kontakt-e-post for lokale problemer i msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Du kan markere en myndighed som slettet hvis du ikke ønsker at den skal være aktiv på dette netsted." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5513,7 +5602,7 @@ msgid "You declined; please fill in the box above" msgstr "Du afviste; venligst udfyld boksen ovenfor" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5521,7 +5610,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Du har allerede besvaret dette spørgeskema. Hvis du har spørgsmål, venligst tag kontakt, eller se på dit problem.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5530,8 +5619,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5597,9 +5685,9 @@ msgstr "Dine rapporter" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5608,13 +5696,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5643,16 +5732,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5672,8 +5761,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5706,7 +5795,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5737,19 +5826,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5757,8 +5846,8 @@ msgstr "" msgid "by %s" msgstr "af %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "myndighed (fx kommune)" @@ -5789,6 +5878,10 @@ msgstr "redigér bruger" msgid "from %s different users" msgstr "fra %s forskellige brugere" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5806,7 +5899,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5889,12 +5982,12 @@ msgid "today" msgstr "idag" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5919,7 +6012,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "bydel" @@ -5979,7 +6072,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6000,7 +6093,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6021,21 +6114,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s fikset sidste måned" msgstr[1] "%s fikset sidste måned" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s rapport sidste uge" msgstr[1] "%s rapporter sidste uge" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s rapporteret
for nyligt" msgstr[1] "%s rapporteret
for nyligt" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6070,20 +6163,32 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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" diff --git a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po index 6700fa0ce54..70fe085bd1c 100644 --- a/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\n" "PO-Revision-Date: 2019-07-17 11:27+0200\n" "Last-Translator: mySociety , 2019\n" "Language-Team: German (Switzerland) (https://www.transifex.com/mysociety/teams/12067/de_CH/)\n" @@ -21,8 +21,8 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.2.3\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "und" @@ -57,7 +57,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "Alle Meldungen" @@ -112,7 +112,7 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -158,6 +158,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -176,8 +178,8 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -204,17 +206,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s Meldungen %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -244,7 +247,7 @@ msgid "Yes I have a password" msgstr "Passwort" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -261,7 +264,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -281,7 +284,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Füge neue Kategorie hinzu" @@ -314,7 +317,7 @@ msgstr "" msgid "Add new category" msgstr "Füge neue Kategorie hinzu" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -323,8 +326,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -332,21 +335,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "User hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Füge neue Kategorie hinzu" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Vorlagen für %s" @@ -362,6 +364,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Nochmals" @@ -374,8 +382,8 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "" @@ -387,10 +395,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Alle" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Alle Meldungen" @@ -430,6 +440,11 @@ msgstr "Alle Meldungen von %s bis %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "In der Kategorie %s gemeldet" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -466,7 +481,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -479,7 +494,7 @@ msgid "Another user" msgstr "User hinzufügen" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -488,8 +503,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -500,7 +515,7 @@ msgstr "" msgid "Area covered" msgstr "Gebiet" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -514,27 +529,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "User an Gegenden zuweisen" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Nachricht an zuständige Stelle:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Einer anderen Kategorie (DA) zuweisen" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Nachricht an zuständige Stelle" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "An Fachbereich zuweisen" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "User an Gegenden zuweisen" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Alle Kategorien" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" 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" @@ -547,7 +567,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -555,11 +575,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Rückmeldung an User" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -571,12 +591,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Vermeiden Sie persönliche Informationen auf dem Foto wie Kfz-Kennzeichen oder Personen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Überprüfung ausstehend" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Zurück" @@ -597,14 +618,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Externe Adressen" @@ -617,11 +636,13 @@ msgstr "Externe Adressen" msgid "Body" msgstr "Organisation" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Organisation" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -633,8 +654,7 @@ msgstr "Falls Sie kein E-Mail erhalten haben, überprüfen Sie bitte Ihren Spamo msgid "Can't see the map? Skip this step" msgstr "Karte nicht sichtbar? Überspringen Sie diesen Schritt" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -650,15 +670,13 @@ msgstr "Kategorie:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -668,7 +686,7 @@ msgstr "Kategorie" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorie von ‘%s’ nach ‘%s’ geändert" @@ -691,6 +709,11 @@ msgstr "Kategorie:" msgid "Change" msgstr "Anpassen" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Passwort ändern" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -707,7 +730,7 @@ msgstr "Passwort ändern" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -717,12 +740,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -759,8 +782,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -770,11 +793,7 @@ msgstr "" msgid "Closed" msgstr "Beantwortet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -807,13 +826,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -930,7 +948,7 @@ msgstr "Erfasse eine Meldung" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategorie erstellen" @@ -940,27 +958,25 @@ msgstr "Kategorie erstellen" msgid "Create priority" msgstr "Priorität erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Vorlage erstellen" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Erstellt" @@ -969,6 +985,17 @@ msgstr "Erstellt" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Erstellt" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Erstellt" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -980,10 +1007,6 @@ msgstr "Erstellt" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -993,19 +1016,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Bisher wurden noch keine Organisationseinheiten erfasst." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Kunde nicht kontaktierbar" #: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1017,7 +1042,7 @@ msgstr "Innerhalb von fünf Arbeitstagen abgeschlossen" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1027,7 +1052,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Vorlage löschen" @@ -1049,9 +1074,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Beschreibung" @@ -1060,7 +1083,7 @@ msgstr "Beschreibung" msgid "Destination" msgstr "Beschreibung" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1096,7 +1119,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1104,6 +1127,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "In der Kategorie %s gemeldet" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "In der Kategorie %s gemeldet" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1138,25 +1171,25 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Fotos hierhin ziehen oder hochladen" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1168,7 +1201,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1180,7 +1213,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Anpassen" @@ -1191,12 +1224,11 @@ msgstr "Anpassen" msgid "Edit body details" msgstr "Details editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Kategorie editieren" @@ -1204,17 +1236,15 @@ msgstr "Kategorie editieren" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Priorität editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Meldungen editieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1251,8 +1281,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1261,15 +1292,14 @@ msgstr "" msgid "Email" msgstr "E-Mail" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Ihre E-Mail Adresse" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1289,12 +1319,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "E-Mail verifiziert:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-mail:" @@ -1357,11 +1388,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "Ungefähre Adresse des Schadens" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Geben Sie eine Adresse an" @@ -1388,10 +1419,10 @@ msgstr "Beschreiben Sie den Schaden" msgid "Error" msgstr "Fehler" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Alles" @@ -1404,7 +1435,7 @@ msgstr "Beispieladresse" msgid "Examples:" msgstr "Beispiele:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Bestehende Kategorie" @@ -1413,7 +1444,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1438,7 +1469,7 @@ msgid "External body" msgstr "Externe Stelle" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1450,20 +1481,20 @@ msgstr "" msgid "External team" msgstr "Externes Team" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1496,20 +1527,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Alle Meldungen" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Neu" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1539,7 +1575,7 @@ msgstr "Als gelöscht markieren" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1548,7 +1584,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1556,8 +1592,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "" @@ -1583,11 +1619,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Ihr Passwort" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "An externe Stelle weitergeleitet" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Wunsch an externe Stelle weitergeleitet" @@ -1597,12 +1633,20 @@ msgstr "Wunsch an externe Stelle weitergeleitet" msgid "Frequently Asked Questions" msgstr "Hilfe" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1624,7 +1668,7 @@ msgstr "Beschreiben Sie den Schaden" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "" @@ -1640,15 +1684,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1658,7 +1702,7 @@ msgstr "Los" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1684,6 +1728,7 @@ 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 "" @@ -1718,7 +1763,8 @@ msgstr "Unsichtbar" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1746,7 +1792,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Stecknadeln ausblenden" @@ -1800,11 +1846,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1823,15 +1867,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1845,7 +1889,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1869,7 +1913,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1906,7 +1950,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1930,6 +1974,16 @@ msgstr "" 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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1939,20 +1993,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Persönliche Angaben des Meldenden mitsenden" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1969,16 +2023,12 @@ msgstr "Interne Notizen" msgid "Internal notes" msgstr "Interne Notizen" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2030,13 +2080,13 @@ msgstr "Letzte Bearbeitung" msgid "Last update:" msgstr "Letzte Bearbeitung" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Älteste Bearbeitung" @@ -2053,7 +2103,7 @@ msgstr "Liste aller Meldungen" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -2091,17 +2141,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2119,19 +2170,20 @@ msgstr "" msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2145,24 +2197,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Nachricht" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Nachricht an zuständige Stelle" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Nachricht an zuständige Stelle" @@ -2175,7 +2227,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2183,8 +2235,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Meldungsdetails anpassen" @@ -2207,7 +2258,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Innerhalb eines Arbeitstages moderiert" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2217,14 +2268,14 @@ msgstr "" msgid "Month" msgstr "Monat" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Am meisten kommentiert" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2252,9 +2303,10 @@ msgstr "" msgid "Name" msgstr "Name" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Name:" @@ -2272,7 +2324,7 @@ msgstr "Zu dieser Meldung zoomen" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2280,12 +2332,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2308,7 +2360,7 @@ msgstr "" msgid "New body added" msgstr "Neue Organisation hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "" @@ -2322,8 +2374,8 @@ msgstr "Neue E-Mail Adresse" msgid "New field" msgstr "Feld hinzufügen" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Neue interne Notiz" @@ -2331,13 +2383,13 @@ msgstr "Neue interne Notiz" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Neues Passwort" @@ -2414,7 +2466,7 @@ msgstr "Neue Vorlage" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Neueste" @@ -2427,7 +2479,6 @@ msgstr "Weiter" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2436,11 +2487,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Nein" @@ -2452,11 +2503,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2472,8 +2524,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Bearbeitung abschliessen" @@ -2509,15 +2561,15 @@ msgstr "" msgid "None" msgstr "Keine" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2525,10 +2577,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Anderer Fachbereich zuständig" +#: 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 "" @@ -2576,12 +2632,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2589,12 +2645,12 @@ msgstr "" msgid "Old state" msgstr "Alter Status" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Älteste" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2603,7 +2659,7 @@ 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:156 +#: 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 @@ -2634,7 +2690,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2646,7 +2702,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2654,16 +2710,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2695,7 +2751,7 @@ msgstr "" msgid "Parent" msgstr "Gehört zu" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Alle Kategorien" @@ -2704,13 +2760,13 @@ msgstr "Alle Kategorien" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Passwort" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Ihr Passwort wurde geändert" @@ -2724,7 +2780,7 @@ msgstr "Passwort" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2732,19 +2788,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefonnummer:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" @@ -2752,30 +2813,26 @@ msgstr "Telefonnummer (optional)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Telefonnummer verifiziert:" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefonnummer:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2795,9 +2852,8 @@ msgstr "Foto benötigt" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotos" @@ -2806,7 +2862,7 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos von neuen Meldungen in der Nähe" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2820,6 +2876,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2847,27 +2908,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:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Bitte wählen Sie eine Kategorie" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2886,27 +2946,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Obligatorisches Feld" @@ -2919,16 +2979,16 @@ msgstr "Obligatorisches Feld" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2939,20 +2999,20 @@ msgstr "Bitte geben Sie eine gültige E-Mail Adresse an" 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:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Bitte beschreiben Sie den Schaden" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2968,7 +3028,7 @@ msgid "Please enter your first name" msgstr "Bitte geben Sie Ihren Namen an" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2980,9 +3040,9 @@ msgstr "Bitte geben Sie Ihren Namen an" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Bitte geben Sie Ihren Namen an" @@ -3023,19 +3083,19 @@ msgstr "Füllen Sie das Formular mit den Details des Schadens aus und beschreibe msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3062,24 +3122,28 @@ msgstr "" msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "" @@ -3087,7 +3151,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Organisation wählen" @@ -3099,7 +3163,7 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "" @@ -3107,12 +3171,12 @@ msgstr "" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3120,27 +3184,23 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -3156,7 +3216,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3164,11 +3224,11 @@ msgstr "" msgid "Previous" msgstr "Zurück" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3184,9 +3244,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -3234,7 +3294,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "Meldungen nach Status sortiert" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "" @@ -3242,8 +3302,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" @@ -3268,18 +3327,18 @@ msgstr "Meldungen, welche kürzlich beantwortet wurden" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3287,7 +3346,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Meldungen innerhalb %s, %s" @@ -3295,11 +3354,15 @@ msgstr "Meldungen innerhalb %s, %s" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3313,11 +3376,11 @@ msgstr "Meldung aktualisieren" msgid "Provide update as" msgstr "Meldung aktualisieren als" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3325,12 +3388,12 @@ msgstr "" msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Rückmeldung an User" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Rückmeldung an User" @@ -3372,11 +3435,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3384,11 +3447,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3396,13 +3459,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3416,11 +3479,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3433,7 +3496,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Erhalten Sie Aktualisierungen dieser Meldung." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3447,7 +3510,7 @@ msgstr "Kürzlich erfasste Meldungen, %s" msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen:" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Neueste Bearbeitung" @@ -3460,7 +3523,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3472,8 +3536,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3488,17 +3552,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Antwort an User" @@ -3506,14 +3574,14 @@ msgstr "Antwort an User" msgid "Report" msgstr "Meldung" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "Meldungs-ID" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3522,7 +3590,7 @@ msgid "Report a problem" msgstr "Eine Meldung erfassen" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3538,7 +3606,7 @@ msgid "Report anonymously" msgstr "Anonym gemeldet um" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3574,7 +3642,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Melden Sie Schäden an der Infrastruktur von Zürich" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" @@ -3585,7 +3653,7 @@ msgstr "Anonym gemeldet um" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" @@ -3599,27 +3667,27 @@ msgstr "Gemeldet von" msgid "Reported in the %s category" msgstr "In der Kategorie %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "In der Kategorie %s um %s gemeldet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3638,17 +3706,15 @@ msgstr "Gemeldet" msgid "Reporting a problem" msgstr "Ihre Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Meldungen" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3676,15 +3742,15 @@ msgid "Reports published" msgstr "Beantwortet" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3697,7 +3763,7 @@ msgstr "Ausstehender Meldungsversand" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3750,39 +3816,45 @@ msgstr "" msgid "Right place?" msgstr "Richtiger Ort?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3798,20 +3870,20 @@ msgstr "Durch das Drehen des Fotos gehen nicht gespeicherte Änderungen verloren msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3828,13 +3900,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Meldungen suchen" @@ -3847,7 +3918,7 @@ msgstr "User suchen" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Meldungen suchen" @@ -3862,12 +3933,12 @@ msgstr "Suchen:" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3877,8 +3948,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3888,7 +3958,7 @@ msgid "Select a body" msgstr "Organisation wählen" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Gebiet wählen" @@ -3909,7 +3979,7 @@ msgstr "" msgid "Select:" msgstr "Auswählen" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3922,7 +3992,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3931,11 +4001,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Meldung zurückgewiesen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3973,7 +4043,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3984,7 +4054,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4009,8 +4079,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4021,7 +4091,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Zeige Stecknadeln" @@ -4081,7 +4151,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4090,12 +4160,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4113,9 +4182,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Diese Adresse wurde nicht gefunden." @@ -4125,13 +4194,13 @@ msgstr "Diese Adresse wurde nicht gefunden." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Diese Adresse wurde nicht gefunden." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4146,11 +4215,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortieren nach" @@ -4159,11 +4228,11 @@ msgstr "Sortieren nach" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4187,18 +4256,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Status" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4207,31 +4276,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Status" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistik" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4249,7 +4315,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "FB/Externe" @@ -4268,50 +4334,48 @@ msgstr "Titel" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Abschicken" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Speichern" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Erfasst" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4323,7 +4387,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4337,20 +4401,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Fassen Sie Ihre Änderungen zusammen" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Zusammenfassung" @@ -4361,14 +4424,19 @@ msgstr "Alle Meldungen" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4386,13 +4454,18 @@ msgstr "" msgid "Template «%s»" msgstr "Vorlage «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Vorlagen" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Älteste Bearbeitung" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "" @@ -4414,6 +4487,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4443,7 +4520,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4455,27 +4532,29 @@ msgstr "" msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Sie können Schäden nur innerhalb der Stadt Zürich melden. Verwenden Sie dafür die Adressuche." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Die Meldung wurde als gesendet markiert." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Diese Meldung wurde von «Züri wie neu» entfernt." @@ -4521,8 +4600,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4577,7 +4656,7 @@ msgstr "" 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:153 +#: 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 "" @@ -4639,8 +4718,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4673,7 +4752,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4691,12 +4770,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4704,7 +4783,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4780,10 +4859,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -4800,19 +4879,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Dieser Schaden wurde behoben" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Dieser Schaden wurde nicht behoben" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4825,26 +4908,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Überprüfung ausstehend" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4852,15 +4935,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Aufwand (in Minuten)" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4884,6 +4970,10 @@ msgstr "Titel" msgid "Title:" msgstr "Titel" +#: 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 "" @@ -4909,7 +4999,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4934,11 +5024,6 @@ msgstr "" msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4961,16 +5046,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4980,7 +5065,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5010,10 +5095,10 @@ msgstr "Unbekannter Fehler" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5025,13 +5110,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Speichern" @@ -5082,29 +5167,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Aktualisiert!" @@ -5115,7 +5198,7 @@ msgstr "Aktualisiert!" msgid "Updates" msgstr "Antwort" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5145,6 +5228,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5158,8 +5249,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5177,7 +5268,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5190,27 +5281,25 @@ 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.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5218,9 +5307,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Aktualisiert" @@ -5246,7 +5335,7 @@ msgstr "" msgid "View report on site" msgstr "Meldung auf der Webseite betrachten" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5254,7 +5343,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5272,7 +5361,7 @@ msgstr "Meldung anschauen" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5342,7 +5431,7 @@ msgstr "Wann gesendet" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5362,7 +5451,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5374,7 +5463,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5385,12 +5473,12 @@ msgstr "Meldungen gänzlich in Grossbuchstaben zu schreiben macht diese unleserl #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ja" @@ -5403,7 +5491,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5416,7 +5504,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5425,7 +5513,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:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5455,7 +5543,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5465,7 +5553,7 @@ msgid "You declined; please fill in the box above" msgstr "Nicht freigeschaltet; Bitte geben Sie eine Adresse an" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5473,7 +5561,7 @@ msgstr "" 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:58 +#: 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)." @@ -5483,8 +5571,7 @@ msgstr "Sie haben dieser Meldung bereits Fotos angehängt. Sie können maximal 3 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 "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)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5548,9 +5635,9 @@ msgstr "Ihre Meldungen" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Ihr Account" @@ -5559,13 +5646,14 @@ msgstr "Ihr Account" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5594,16 +5682,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5623,8 +5711,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5657,7 +5745,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5688,19 +5776,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5708,8 +5796,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5740,6 +5828,10 @@ msgstr "" msgid "from %s different users" msgstr "von %s verschiedenen Personen" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5757,7 +5849,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5840,12 +5932,12 @@ msgid "today" msgstr "heute" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5870,7 +5962,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5930,7 +6022,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5951,7 +6043,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5972,21 +6064,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s bearbeitete Meldung im letzten Monat" msgstr[1] "%s bearbeitete Meldungen im letzten Monat" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s Meldung in der letzten Woche" msgstr[1] "%s Meldungen in der letzten Woche" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s Meldung in letzter Zeit" msgstr[1] "%s Meldungen in letzter Zeit" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6021,20 +6113,23 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ msgid "Filter report list" +#~ msgstr "Alle Meldungen" + #~ msgid "Coordinates:" #~ msgstr "Koordinaten" diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po index 532c20acf5a..23a08fb7d8f 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/de_DE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -22,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " und " @@ -49,7 +49,7 @@ msgstr "%d bearbeitet von %s" #: templates/web/base/pagination.html:7 msgid "%d to %d of %d" -msgstr "%d an %d von %d" +msgstr "%d - %d von %d" #: templates/web/base/admin/users/import.html:42 msgid "%d users already existed" @@ -58,7 +58,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Zusammenfassungen" @@ -69,7 +69,7 @@ msgstr "%s Admin:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" -msgstr "" +msgstr "%s Verwaltungen" #: templates/web/base/status/stats.html:24 msgid "%s confirmed alerts, %s unconfirmed" @@ -78,7 +78,7 @@ msgstr "%s bestätigte Alarme, %s unbestätigt" #: templates/web/base/status/stats.html:27 #: templates/web/zurich/admin/index.html:6 msgid "%s council contacts – %s confirmed, %s unconfirmed" -msgstr "" +msgstr "%s Verwaltungskontakte – %s eingetragen als bestätigt, %s als unbestätigt" #. ("%s is the site name") #: templates/web/base/alert/_index_text.html:3 @@ -98,7 +98,7 @@ msgstr "%s besitzt die Möglichkeit Sie per RSS Feed oder E-Mail bei Bearbeitung #: templates/web/base/status/stats.html:23 msgid "%s live updates" -msgstr "%s Aktualisierungen in Echtzeit" +msgstr "%s Updates in Echtzeit" #: templates/web/base/dashboard/index.html:166 #: templates/web/base/dashboard/index.html:169 @@ -113,7 +113,7 @@ msgstr "%s Fragebögen versandt – %s beantwortet (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap-Beitragende" @@ -159,6 +159,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -177,8 +179,8 @@ msgstr "(gesendet an beide)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Wählen Sie eine Kategorie --" @@ -204,17 +206,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s gespeichert." @@ -244,7 +247,7 @@ msgid "Yes I have a password" msgstr "Ja, ich habe ein Passwort" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -254,14 +257,14 @@ msgstr "" #: templates/web/base/report/new/form_user.html:8 msgid "About the problem" -msgstr "Problemzusammenfassung" +msgstr "Meldungsübersicht" #: perllib/FixMyStreet/App/Controller/Root.pm:128 msgid "Access denied" msgstr "Zugriff verweigert" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Zwei-Faktor-Authentifizierung aktivieren" @@ -281,7 +284,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Füge Kontakt mit dem Formular unten hinzu." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" msgstr "Füge neue Oberkategorie hinzu" @@ -289,7 +292,7 @@ msgstr "Füge neue Oberkategorie hinzu" #: templates/web/base/admin/bodies/index.html:78 #: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" -msgstr "" +msgstr "Verwaltung erstellen" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 @@ -313,7 +316,7 @@ msgstr "" msgid "Add new category" msgstr "Füge neue Kategorie hinzu" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Füge Option hinzu" @@ -322,30 +325,29 @@ msgstr "Füge Option hinzu" msgid "Add phone number" msgstr "Telefonnummer hinzufügen" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 msgid "Add to shortlist" -msgstr "" +msgstr "Zur Arbeitsliste hinzufügen" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Benutzer hinzufügen" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Bearbeite/Ergänze Problem Kategorien" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Bearbeite/Ergänze Antwortprioritäten" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Bearbeite/Ergänze Antwortvorlagen" @@ -355,12 +357,18 @@ msgstr "%s hinzugefügt" #: templates/web/base/report/_main.html:158 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." -msgstr "" +msgstr "Wenn Sie die Meldung zu Ihrer Arbeitsliste hinzufügen wird diese aus der Arbeitsliste von %s entfernt." #: templates/web/base/main_nav_items.html:31 msgid "Admin" msgstr "Admin" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Wiederholen:" @@ -373,8 +381,8 @@ msgstr "Benachrichtigung %d erstellt für %s, Typ %s, Parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alarm %d deaktiviert (erstellt %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Benachrichtige mich zu zukünftigen Änderungen" @@ -386,10 +394,12 @@ msgstr "Benachrichtigungen:" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Alle" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Alle Meldungen" @@ -429,9 +439,14 @@ msgstr "Alle Berichte zwischen %s und %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Meldungen dieser Kategorie ausblenden" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" -msgstr "" +msgstr "Wurde es bereits gemeldet?" #: templates/web/base/my/anonymize.html:20 msgid "Alternatively, we can hide your name on all of your reports and updates across the site:" @@ -452,7 +467,7 @@ msgstr "Eine E-Mail-Adresse." #: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." -msgstr "Eine Aktualisierung hat das Problem als gelöst markiert." +msgstr "Ein Update hat das Problem als gelöst markiert." #: templates/web/base/admin/list_updates.html:33 #: templates/web/base/admin/problem_row.html:20 @@ -464,7 +479,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "Anonymer Benutzer" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -477,17 +492,17 @@ msgid "Another user" msgstr "Anderer Benutzer" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgstr "Wollen Sie den Upload abbrechen ?" #. ("JS") #: templates/web/base/admin/manifesttheme/form.html:62 #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Sind Sie sicher?" @@ -498,7 +513,7 @@ msgstr "Sind Sie sicher?" msgid "Area covered" msgstr "Gebiet abgedeckt" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Gebiet:" @@ -511,30 +526,35 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" -msgstr "" +msgstr "Einer anderen Kategorie zuweisen:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" -msgstr "" +msgstr "Externer Verwaltung zuweisen:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" -msgstr "" +msgstr "Unterabteilung zuweisen:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Alle Kategorien" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" -msgstr "" +msgstr "Wird bearbeitet von %s" #: templates/web/base/open311/index.html:76 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." @@ -544,7 +564,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -552,28 +572,29 @@ msgstr "" msgid "Auto Response" msgstr "Automatische Antwort" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Automatische Antwort:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 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 "" +msgstr "Durchschnittliche Zeitdauer zwischen Problemmeldung und Behebung in den letzten 100 Meldungen." #: templates/web/base/report/new/after_photo.html:7 msgid "Avoid personal information and vehicle number plates" msgstr "Vermeiden Sie Fotos mit persönlichen Informationen wie Gesichter von Personen oder Autokennzeichen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Wartet auf Moderation" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Zurück" @@ -588,22 +609,20 @@ msgstr "Hintergrundfarbe" #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" -msgstr "" +msgstr "Benutzer sperren" #: templates/web/base/admin/extra-metadata-item.html:35 msgid "Behaviour" msgstr "Verhalten" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" -msgstr "" +msgstr "Verwaltungen" #: templates/web/base/admin/flagged.html:17 #: templates/web/base/admin/index.html:69 @@ -612,26 +631,27 @@ msgstr "" #: templates/web/base/admin/users/import.html:48 #: templates/web/base/admin/users/index.html:45 msgid "Body" -msgstr "" +msgstr "Verwaltung" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" -msgstr "" +msgstr "Verwaltung:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "CSV Datei" #: 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 "" +msgstr "Prüfen Sie Ihren Spam Ordner, wenn Sie die Mail noch nicht erhalten haben." #: templates/web/base/around/_report_banner.html:5 msgid "Can't see the map? Skip this step" msgstr "Wird keine Karte angezeigt? Diesen Schritt überspringen" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -647,15 +667,13 @@ msgstr "Kategorien:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -665,7 +683,7 @@ msgstr "Kategorie" msgid "Category and State" msgstr "Kategorie und Status" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorie wurde geändert von '%s' zu '%s'" @@ -688,6 +706,11 @@ msgstr "Kategorie:" msgid "Change" msgstr "Ändern" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Passwort ändern" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -704,28 +727,28 @@ msgstr "Passwort ändern" msgid "Change phone number" msgstr "Telefonnummer ändern" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" -msgstr "" +msgstr "Zweifaktor Authentifizierung ändern" #: 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 "" +msgstr "Geben Sie der Kategorie einen aussagekräftigen Namen. Die Kategoriennamen werden beim Erfassen einer neuen Meldung den Benutzer in einem Auswahlmenü angezeigt." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Lösche Offline Daten" #: templates/web/base/around/_report_banner.html:2 msgid "Click map to report a problem" -msgstr "Klicken Sie in die Karte um eine Meldung zu erfassen" +msgstr "Auf die Karte klicken um den Ort des Problems zu erfassen" #: templates/web/base/email_sent.html:13 msgid "Click the link in our confirmation email to activate your alert." @@ -756,8 +779,8 @@ msgid "Close" msgstr "Schließen" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -767,13 +790,9 @@ msgstr "Schließen" msgid "Closed" msgstr "Geschlossen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" -msgstr "" +msgstr "Geschlossen für Updates" #: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" @@ -784,17 +803,17 @@ msgstr "Koordinaten:" #: templates/web/base/admin/reportextrafields/edit.html:24 #: templates/web/base/admin/reportextrafields/index.html:7 msgid "Cobrand" -msgstr "" +msgstr "Cobrand" #: templates/web/base/admin/reports/edit.html:99 #: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" -msgstr "" +msgstr "Cobrand Daten:" #: templates/web/base/admin/reports/edit.html:98 #: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" -msgstr "" +msgstr "Cobrand:" #: templates/web/base/admin/extra-metadata-item.html:29 #: templates/web/base/auth/2fa/form-add.html:11 @@ -804,13 +823,12 @@ msgid "Code" msgstr "Code" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" -msgstr "" +msgstr "Karte verkleinern" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -927,7 +945,7 @@ msgstr "Erfasse eine Meldung" msgid "Create an account" msgstr "Konto erstellen" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategorie erstellen" @@ -937,27 +955,25 @@ msgstr "Kategorie erstellen" msgid "Create priority" msgstr "Priorität festlegen" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" -msgstr "" +msgstr "Meldung/Aktualisierung als anonymer Benutzer erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" -msgstr "" +msgstr "Meldung/Updates als Verwaltung erstellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Vorlage erstellen" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Erstellt" @@ -966,6 +982,17 @@ msgstr "Erstellt" msgid "Created %d new users" msgstr "%d Benutzer erstellt" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Erstellt" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Erstellt" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -977,10 +1004,6 @@ msgstr "Erstellt:" msgid "Current password:" msgstr "Aktuelles Passwort:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -988,21 +1011,23 @@ msgstr "" #: templates/web/base/admin/bodies/index.html:9 #: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." -msgstr "" +msgstr "Derzeit existieren keine Verwaltungen." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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 "Übersichtsseite" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Zwei-Faktor-Authentifizierung deaktivieren" @@ -1014,7 +1039,7 @@ msgstr "" msgid "Default" msgstr "Standard" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1024,7 +1049,7 @@ msgid "Delete" msgstr "Löschen" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Vorlage löschen" @@ -1042,12 +1067,10 @@ msgstr "Gelöscht" #: templates/web/base/report/_main.html:125 #: templates/web/base/report/update.html:56 msgid "Describe why you are moderating this" -msgstr "" +msgstr "Gründe für die Moderierung" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Beschreibung" @@ -1055,7 +1078,7 @@ msgstr "Beschreibung" msgid "Destination" msgstr "Bearbeitende Stelle" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "Maximal %d Zeichen für die detaillierte Beschreibung." @@ -1091,13 +1114,23 @@ msgid "Disable" msgstr "Deaktivieren" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" -msgstr "" +msgstr "Formular deaktivieren wenn diese Kategorie ausgewählt ist" #: templates/web/base/admin/extra-metadata-option.html:18 msgid "Disable form when this option is selected" -msgstr "" +msgstr "Formular deaktivieren wenn diese Option ausgewählt ist" + +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Meldungen dieser Kategorie ausblenden" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Meldungen dieser Kategorie ausblenden" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" @@ -1110,7 +1143,7 @@ msgstr "Änderungen verwerfen" #: templates/web/base/admin/extra-metadata-item.html:67 msgid "Display as" -msgstr "" +msgstr "Angezeigt als" #: templates/web/base/admin/extra-metadata-option.html:10 msgid "Displayed label" @@ -1133,26 +1166,26 @@ msgstr "Weiß ich nicht" msgid "Don't like forms?" msgstr "Sie mögen keine Formulare?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "Fotos hier ablegen oder Foto hochladen" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "Drop-down Liste" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" -msgstr "" +msgstr "Dublikat zu" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" -msgstr "" +msgstr "Dublikate" #: templates/web/base/admin/bodies/body.html:136 msgid "" @@ -1162,7 +1195,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1174,7 +1207,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Bearbeiten" @@ -1183,38 +1216,35 @@ msgstr "Bearbeiten" #: templates/web/base/admin/index.html:43 #: templates/web/zurich/admin/bodies/body.html:47 msgid "Edit body details" -msgstr "" +msgstr "Details einer Verwaltung anpassen" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" -msgstr "" +msgstr "Benutzerrechte ändern" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" -msgstr "" +msgstr "Kategorie der Meldung ändern" #: templates/web/base/report/new/form_user.html:13 msgid "Edit report details" -msgstr "" +msgstr "Meldung überarbeiten" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" -msgstr "" +msgstr "Bearbeitungspriorität ändern" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Meldung überarbeiten" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" #: templates/web/base/report/update/form_user.html:8 msgid "Edit your update" -msgstr "" +msgstr "Ihr Update bearbeiten" #: templates/web/base/admin/reports/edit.html:0 #: templates/web/base/admin/reports/edit.html:15 @@ -1229,7 +1259,7 @@ msgstr "Problem %d wird bearbeitet" #: templates/web/base/admin/update_edit.html:1 #: templates/web/zurich/admin/update_edit.html:1 msgid "Editing update %d" -msgstr "Aktualisierung %d wird bearbeitet" +msgstr "Update %d wird bearbeitet" #: templates/web/base/admin/users/edit.html:2 msgid "Editing user %d" @@ -1245,8 +1275,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1255,15 +1286,14 @@ msgstr "Editor" msgid "Email" msgstr "E-Mail" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "E-Mail-Adresse" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "E-Mail-Adresse (optional)" @@ -1277,18 +1307,19 @@ msgstr "E-Mail-Benachrichtigung gelöscht" #: templates/web/base/auth/general.html:106 msgid "Email me a link or text me a code to sign in" -msgstr "" +msgstr "Mail oder SMS zum anmelden schicken" #: templates/web/base/auth/general.html:108 msgid "Email me a link to sign in" msgstr "Senden Sie mir zur Anmeldung einen Link per Email" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Verifizierte E-Mail:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-Mail:" @@ -1351,11 +1382,11 @@ msgstr "" msgid "Endpoint" msgstr "Endpunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1382,10 +1413,10 @@ msgstr "Beschreiben sie den Mangel" msgid "Error" msgstr "Fehler" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Alles" @@ -1398,7 +1429,7 @@ msgstr "Beispieladresse" msgid "Examples:" msgstr "Beispiele:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Vorhandene Kategorie" @@ -1407,7 +1438,7 @@ msgid "Existing users won't be modified." msgstr "Bestehende Benutzerkonten werden nicht verändert." #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Karte vergrößern" @@ -1429,35 +1460,35 @@ msgstr "Externe URL" #: templates/web/base/admin/reports/edit.html:105 msgid "External body" -msgstr "" +msgstr "Externe Verwaltung" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" -msgstr "" +msgstr "Externer Statuscode" #: templates/web/base/admin/update_edit.html:57 msgid "External status code:" -msgstr "" +msgstr "Externer Statuscode:" #: templates/web/base/admin/reports/edit.html:107 msgid "External team" -msgstr "" +msgstr "Externes Team" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Zusätzliche Daten:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1473,16 +1504,16 @@ msgstr "Zusätzliche dem Benutzer angezeigte Frage" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" -msgstr "" +msgstr "Nachricht konnte nicht gesendet werden" #: templates/web/base/admin/reportextrafields/edit.html:58 #: templates/web/base/admin/reportextrafields/index.html:9 msgid "Fields" -msgstr "" +msgstr "Felder" #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:42 msgid "File type not recognised. Please upload an image." -msgstr "" +msgstr "Dateityp wird nicht unterstützt. Bitte laden Sie ein Bild hoch." #: templates/web/base/report/form/user_loggedout_password.html:21 #: templates/web/base/report/form/user_loggedout_password.html:8 @@ -1490,20 +1521,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" -msgstr "" - -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Berichtliste filtern" +msgstr "Filter" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Neue Berichte" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1518,11 +1554,11 @@ msgstr "Gelöst" #: perllib/FixMyStreet/DB/ResultSet/State.pm:67 msgid "Fixed - Council" -msgstr "" +msgstr "Gelöst - Verwaltung" #: perllib/FixMyStreet/DB/ResultSet/State.pm:68 msgid "Fixed - User" -msgstr "" +msgstr "Gelöst - Benutzer" #: templates/web/base/admin/bodies/form.html:96 #: templates/web/zurich/admin/bodies/form.html:47 @@ -1531,29 +1567,29 @@ msgstr "Auf inaktiv stellen" #: templates/web/base/admin/report_blocks.html:23 msgid "Flag user" -msgstr "" +msgstr "Benutzer unter Beobachung stellen" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" -msgstr "" +msgstr "Unter Beobachtung" #: templates/web/base/admin/flagged.html:1 msgid "Flagged reports and users" -msgstr "" +msgstr "Beobachtete Meldungen und Benutzer" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." -msgstr "" +msgstr "Unter Beobachtung stehende Benutzer werden in die Beobachtungsliste eingetragen. " #: 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 "" +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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" -msgstr "" +msgstr "Unter Beobachtung:" #: templates/web/base/reports/_ward-list.html:6 msgid "Follow a ward link to view only reports within that ward." @@ -1565,7 +1601,7 @@ msgstr "Machen Sie ein Foto von der Situation und den Details" #: templates/web/base/admin/bodies/form.html:73 msgid "For more information, see How FixMyStreet uses Mapit." -msgstr "" +msgstr "Mehr Informationen zu wie FixMyStreet MapIt verwendet." #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" @@ -1577,13 +1613,13 @@ msgstr "Passwort vergessen" msgid "Forgotten your password?" msgstr "Passwort vergessen?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" -msgstr "" +msgstr "An externe Stelle weiterleiten" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" -msgstr "" +msgstr "Wunsch an externe Stelle weitergeleitet" #: templates/web/base/about/_sidebar.html:4 #: templates/web/base/about/faq-en-gb.html:1 @@ -1591,12 +1627,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Häufig gestellte Fragen" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "Generiere Token" @@ -1606,19 +1650,19 @@ msgstr "Generiere Token" #: templates/web/base/report/new/duplicate_suggestions.html:39 #: templates/web/base/report/new/duplicate_suggestions.html:45 msgid "Get updates" -msgstr "Aktualisierungen holen" +msgstr "Aktualisieren" #: templates/web/base/reports/_rss.html:12 #: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" -msgstr "Aktualisierungen von %s Problemen holen" +msgstr "Updates zu %s Problemen holen" #: templates/web/base/reports/_rss.html:14 #: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" -msgstr "Aktualisierungen von Problemen in diesem %s holen" +msgstr "Updates zu Problemen in diesem %s holen" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "RSS Feed erstellen" @@ -1628,21 +1672,21 @@ msgstr "" #: templates/web/base/questionnaire/completed.html:14 msgid "Glad to hear it’s been fixed!" -msgstr "" +msgstr "Schön, dass das Problem gelöst wurde!" #: templates/web/base/admin/index.html:29 #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1650,11 +1694,11 @@ msgstr "Los" #: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" -msgstr "" +msgstr "Mail mit Fragen senden?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" -msgstr "" +msgstr "Besitzt Administrator Rechte" #: templates/web/base/admin/stats/index.html:7 msgid "Graph of problem creation by status over time" @@ -1670,7 +1714,7 @@ msgstr "" #: templates/web/base/questionnaire/index.html:34 msgid "Has this problem been fixed?" -msgstr "" +msgstr "Wurde das Problem behoben?" #: templates/web/base/questionnaire/index.html:63 msgid "Have you ever reported a problem to a council before, or is this your first time?" @@ -1678,6 +1722,7 @@ msgstr "Dies dies Ihre erste Problemmeldung an eine Behörde?" #: 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 "Heatmap" @@ -1695,7 +1740,7 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:8 msgid "Here are some other nearby reports:" -msgstr "" +msgstr "Gemeldete Probleme in der Umgebung:" #: templates/web/zurich/footer.html:11 msgid "Hi %s" @@ -1712,7 +1757,8 @@ msgstr "Unsichtbar" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1740,7 +1786,7 @@ msgstr "Meinen Namen in diesem Report verbergen" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Stecknadeln ausblenden" @@ -1793,11 +1839,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1816,15 +1860,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1838,7 +1882,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1862,7 +1906,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1899,13 +1943,13 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "Beschreiben Sie für andere Administratoren welche Änderungen sie vorgenommen haben." #: perllib/FixMyStreet/App/Controller/Contact.pm:166 msgid "Illegal ID" -msgstr "Unbekannt ID" +msgstr "Unbekannte ID" #: perllib/FixMyStreet/App/Controller/Alert.pm:106 msgid "Illegal feed selection" @@ -1923,6 +1967,16 @@ msgstr "" 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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1930,22 +1984,22 @@ msgstr "Inaktiv" #: templates/web/base/tokens/confirm_alert.html:11 msgid "Inbox zero, here we come!" -msgstr "Alle gemeldeten Probleme sind gelöst!" +msgstr "Keine gemeldeten Probleme!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Inkorrekter has_photo Wert \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1961,16 +2015,12 @@ msgstr "Interner Schlüssel" msgid "Internal notes" msgstr "Interne Hinweise" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Ungültiges Format %s angegeben." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2019,15 +2069,15 @@ msgstr "Letzte Bearbeitung:" #: templates/web/base/admin/problem_row.html:39 msgid "Last update:" -msgstr "Letzte Aktualisierung:" +msgstr "Letztes Update:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Breitengrad/Längengrad:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Älteste Bearbeitung" @@ -2044,7 +2094,7 @@ msgstr "Liste aller Meldungen" msgid "Loading reports…" msgstr "Lade Meldungen…" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Lade..." @@ -2082,17 +2132,18 @@ msgid "Log in with Twitter" msgstr "Mit Twitter anmelden" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Mit E-Mail anmelden" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "Mit E-Mail/Text anmelden" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Abmelden" @@ -2110,19 +2161,20 @@ msgstr "" msgid "MAP" msgstr "KARTE" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" -msgstr "Favoritenliste verwalten" +msgstr "Arbeitslisten verwalten" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2136,26 +2188,26 @@ msgstr "Karte" msgid "Mark as sent" msgstr "Als gesendet markieren" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." -msgstr "" +msgstr "Stellen Sie Benutzer deren Verhalten sie prüfen wollen unter beobachtung." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Nachricht" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" -msgstr "" +msgstr "Nachricht an externe Verwaltung:" #: templates/web/base/admin/bodies/contact-form.html:62 #: templates/web/base/admin/extra-metadata-option.html:21 @@ -2164,58 +2216,57 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:72 msgid "Missing bodies:" -msgstr "" +msgstr "Fehlende Verwaltungen:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Fehlendes jurisdiction_id" #: templates/web/base/report/_main.html:143 msgid "Moderate" -msgstr "" +msgstr "Moderieren" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" #: templates/web/base/report/_main.html:143 msgid "Moderate this report" -msgstr "" +msgstr "Diese Meldung moderieren" #: templates/web/base/report/update.html:15 msgid "Moderate this update" -msgstr "" +msgstr "Dieses Update moderieren" #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/_main.html:85 #: templates/web/base/report/_update_state.html:19 #: templates/web/base/report/update/moderation_meta.html:2 msgid "Moderated by %s at %s" -msgstr "" +msgstr "Moderiert von %s (%s)" #: templates/web/zurich/admin/stats/index.html:55 msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" -msgstr "" +msgstr "Moderationsverlau" #: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Monat" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Meistkommentiert" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "Mehrere Gruppen" @@ -2243,9 +2294,10 @@ msgstr "Mehrere Gruppen" msgid "Name" msgstr "Name" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Name:" @@ -2253,7 +2305,7 @@ msgstr "Name:" #: perllib/FixMyStreet/Cobrand/Rutland.pm:20 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:26 msgid "Names are limited to %d characters in length." -msgstr "" +msgstr "Namen sind auf %d Zeichen beschränkt." #: templates/web/base/report/inspect/information.html:40 msgid "Navigate to this problem" @@ -2263,24 +2315,26 @@ msgstr "Zu diesem Problem springen" msgid "Nearest calculated address:" msgstr "Berechnete Adresse:" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" -msgstr "" +msgstr "Nächstgelegene Straße zum auf der Karte gesetzten Pin (automatisch über OpenStreetMap berechnet): %s%s" #: perllib/FixMyStreet/Geocode/Address.pm:21 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" -msgstr "" +msgstr "Nächstgelegene Postleitzahl zum auf der Karte gesetzten Pin (automatisch berechnet): %s (%sm entfernt)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" -msgstr "" +msgstr "Nächstgelegene Straße zum auf der Karte gesetzten Pin (automatisch über Bing Maps berechnet): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" msgstr "" +"Nächstgelegene Straße zum auf der Karte gesetzten Pin (automatisch über Bing Maps berechnet): %s\n" +"\n" #: templates/web/base/auth/token.html:18 msgid "Nearly done!" @@ -2297,9 +2351,9 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:54 msgid "New body added" -msgstr "" +msgstr "Verwaltung hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Bearbeitende Stelle der Kategorie hinzugefügt" @@ -2312,8 +2366,8 @@ msgstr "Neue E-Mail Adresse:" msgid "New field" msgstr "Neues Feld" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Neue interne Anmerkung:" @@ -2321,13 +2375,13 @@ msgstr "Neue interne Anmerkung:" msgid "New local problems on FixMyStreet" msgstr "Neue lokale Probleme auf FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Neues Passwort:" @@ -2404,7 +2458,7 @@ msgstr "Neue Vorlage" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Neueste" @@ -2417,7 +2471,6 @@ msgstr "Weiter" msgid "Next:" msgstr "Nächster Schritt:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2426,11 +2479,11 @@ msgstr "Nächster Schritt:" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Nein" @@ -2442,11 +2495,12 @@ msgstr "Keine Gruppe" msgid "No account?" msgstr "Kein Benutzerkonto?" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" -msgstr "" +msgstr "Keine Verwaltung" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Kein Rat ausgewählt" @@ -2456,16 +2510,16 @@ msgstr "Es liegen noch keine Bearbeitungen vor." #: templates/web/base/admin/flagged.html:25 msgid "No flagged problems found." -msgstr "" +msgstr "Es stehen keine Meldungen unter Beobachtung." #: templates/web/base/admin/flagged.html:58 msgid "No flagged users found." -msgstr "" +msgstr "Es stehen keine Benutzer unter Beobachtung." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" -msgstr "Keine weiteren Aktualisierungen" +msgstr "Keine weiteren Updates" #: templates/web/base/report/form/user.html:33 #: templates/web/base/report/form/user.html:40 @@ -2499,15 +2553,15 @@ msgstr "Keine Unterstützer" msgid "None" msgstr "Keine" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2515,10 +2569,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "Nicht vorher berichtet" @@ -2555,7 +2613,7 @@ msgstr "" #: templates/web/base/reports/index.html:127 msgid "Number of problems reported in each category, in the last 7 days." -msgstr "" +msgstr "Meldungen pro Kategorie in den letzten 7 Tagen." #: templates/web/base/reports/index.html:99 msgid "Number of problems reported in each ward, in the last 7 days." @@ -2566,12 +2624,12 @@ msgid "Offline" msgstr "Offline" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "Offline Daten gelöscht" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "Offline Daten gespeichert" @@ -2579,21 +2637,21 @@ msgstr "Offline Daten gespeichert" msgid "Old state" msgstr "Alter Status" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Älteste" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:46 msgid "Only staff users will be able to add reports in this category." -msgstr "" +msgstr "Nur Verwaltungsmitglieder können Meldungen in dieser Kategorie erstellen." #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:178 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 +#: 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 @@ -2624,19 +2682,19 @@ msgstr "" msgid "Open311 specification" msgstr "Open311-Spezifikation" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "Optionen" #: templates/web/base/report/new/fill_in_details_form.html:8 msgid "Or search for a different location" -msgstr "" +msgstr "Oder nach anderer Stelle suchen" #: templates/web/base/report/form/private_details.html:6 msgid "Or sign in with password to prefill this information." -msgstr "" +msgstr "Oder melden Sie sich mit ihrem Account an" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "Oder RSS-Feed abonnieren" @@ -2644,16 +2702,16 @@ msgstr "Oder RSS-Feed abonnieren" msgid "Order" msgstr "Reihenfolge" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2685,7 +2743,7 @@ msgstr "Seite nicht gefunden" msgid "Parent" msgstr "Übergeordnet" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" msgstr "Oberkategorien" @@ -2693,13 +2751,13 @@ msgstr "Oberkategorien" msgid "Partial" msgstr "Teilweise" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Passwort (optional)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "Passwortzurücksetzen abgebrochen:" @@ -2711,7 +2769,7 @@ msgstr "Passwort abgelaufen" msgid "Permissions" msgstr "Berechtigungen" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Berechtigungen:" @@ -2719,19 +2777,24 @@ msgstr "Berechtigungen:" msgid "Permit blank updates" msgstr "Erlaube leere Updates" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefonnummer:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefonnummer (optional)" @@ -2739,30 +2802,26 @@ msgstr "Telefonnummer (optional)" msgid "Phone numbers are limited to %s characters in length." msgstr "Telefonnummern dürfen maximal %s Zeichen besitzen." -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Verifizierte Telefonnummer:" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefonnummer:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2782,9 +2841,8 @@ msgstr "Foto erforderlich" msgid "Photo upload failed." msgstr "Fehler beim Hochladen den Fotos." -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotos" @@ -2793,20 +2851,25 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos von neuen Meldungen in der Nähe" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "Fotos/Dokumente" #: templates/web/base/reports/index.html:76 #: templates/web/base/reports/index.html:79 msgid "Pick your council" -msgstr "" +msgstr "Zu Ihrer Bereich gehen" #: 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 +#, fuzzy +msgid "Pin map" +msgstr "Stecknadel auf Karte platzieren" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2834,27 +2897,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:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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 "Bitte überprüfen Sie ob Ihre Telefonnummer korrekt ist" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Bitte wählen Sie eine Kategorie" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "Bitte wählen Sie ein sichereres Passwort" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2873,29 +2935,29 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Bitte geben Sie eine Nachricht ein" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" msgstr "Bitte geben Sie Ihre Telefonnummer an" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Bitte geben Sie Ihren Namen ein" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" -msgstr "" +msgstr "Geben Sie den Namen der Verwaltung an" #. ("JS") #: templates/web/base/auth/change_password.html:26 @@ -2906,16 +2968,16 @@ msgstr "Bitte geben Sie ein Passwort ein" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Bitte geben Sie einen Betreff ein" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2926,20 +2988,20 @@ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse an" 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:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "Bitte geben Sie eine gültige E-Mail-Adresse oder Telefonnummer an" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Bitte geben Sie einiges Details an" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2955,7 +3017,7 @@ msgid "Please enter your first name" msgstr "Bitte geben Sie Ihren Vornamen ein" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2966,9 +3028,9 @@ msgstr "Bitte geben Sie Ihren Namen an." #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Bitte geben Sie Ihren Namen an" @@ -2998,7 +3060,7 @@ msgstr "Melden sie sich wieder an, oder gehen Sie zurück zu #: templates/web/base/report/new/fill_in_details_text.html:2 #: templates/web/base/report/new/fill_in_details_text.html:8 msgid "Please fill in details of the problem below." -msgstr "" +msgstr "Bitte nennen Sie Details zu dem Problem" #: templates/web/base/report/new/sidebar.html:7 #: templates/web/zurich/report/new/sidebar.html:14 @@ -3007,27 +3069,27 @@ msgstr "" #: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" -msgstr "" +msgstr "Bitte erstellen sie einen Zwei-Faktor Code und fügen Sie ihn ein" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 msgid "Please make sure you are not including an email address" -msgstr "" +msgstr "Bitte stellen Sie sicher keine E-Mail Adressen in der Beschreibung mitzusenden" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "Bitte stellen Sie sicher, dass Ihr Passwort mindestens %d Zeichen besitzt" #: templates/web/base/report/updates-sidebar-notes.html:2 msgid "Please note that updates are not sent to the council." -msgstr "" +msgstr "Bitte beachten Sie, dass Updates zu dem Problem nicht an die Verwaltung geschickt werden." #: templates/web/base/report/new/oauth_email_form.html:4 msgid "Please note your report has not yet been sent." @@ -3040,41 +3102,45 @@ msgstr "Beachten Sie, dass Ihre Meldung noch nicht gesendet wu #: templates/web/base/report/display.html:34 msgid "Please note your update has not yet been posted." -msgstr "Beachten Sie, dass Ihre Aktualisierung noch nicht veröffentlicht wurde." +msgstr "Beachten Sie, dass Ihr Update noch nicht veröffentlicht wurde." #: templates/web/base/report/new/notes.html:1 #: templates/web/zurich/report/new/notes.html:1 msgid "Please note:" msgstr "Hinweise:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 -msgid "Please provide a duplicate ID or public update for this report." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:493 +msgid "Please provide a duplicate ID or public update for this report." +msgstr "Bitte geben Sie die ID des Dublikates oder ein Problemupdate zu dieser Meldung an." + +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." -msgstr "" +msgstr "Bitte geben Sie im Textfeld ein Update zur Meldung an." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" -msgstr "" +msgstr "Bitte nennen Sie Gründe warum Sie den Status dieser Meldung erneut auf 'offen' stellen" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" -msgstr "" +msgstr "Bitte geben Sie eine Beschreibung sowie ein Foto an" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" -msgstr "" +msgstr "Haben Sie bereits vorher schon einmal einen Mangel an die Verwaltung gemeldet" #: 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." -msgstr "" +msgstr "Bitte wählen Sie eine zuständige Verwaltung aus" #: perllib/FixMyStreet/App/Controller/Alert.pm:86 msgid "Please select the feed you want" @@ -3084,64 +3150,60 @@ msgstr "Bitte wählen Sie den Feed" msgid "Please select the type of alert you want" msgstr "Bitte wählen Sie die Benachrichtigungsart" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" -msgstr "" +msgstr "Bitte geben Sie an ob das Problem behoben wurde" #. ("JS") #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Bitte laden Sie nur ein Bild hoch" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" -msgstr "" +msgstr "Bitte geben Sie eine Emailadresse oder Telefonnummer an" #: perllib/FixMyStreet/App/Controller/Contact.pm:148 msgid "Please write a message" msgstr "Bitte schreiben Sie eine Nachricht" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "Postleitzahl oder Straßen Name und Gebiet" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" -msgstr "" +msgstr "Anonym gemeldet bei %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" -msgstr "" +msgstr "Gemeldet von %s bei %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" -msgstr "" +msgstr "Gemeldet von %s (%s) bei %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" -msgstr "" +msgstr "Gemeldet von %s bei %s" #: templates/web/base/front/footer-marketing.html:6 msgid "Powered by FixMyStreet Platform" -msgstr "" +msgstr "Auf der Basis von FixMyStreet Platform" #: templates/web/base/admin/bodies/contact-form.html:41 msgid "Prevent new reports from using this category, and also remove it from map filters." -msgstr "" +msgstr "Keine neuen Meldungen mehr in dieser Kategorie zulässig und die Kategorie wird aus der Karte entfernt." #: templates/web/base/admin/bodies/contact-form.html:36 msgid "Prevent new reports from using this category, but keep it available in map filters." -msgstr "" +msgstr "Keine neuen Meldungen mehr in dieser Kategorie zulässig, aber sie ist noch in der Karte verzeichnet." -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "Beantworten der Frage ist zum Senden der Meldung erforderlich." @@ -3149,11 +3211,11 @@ msgstr "Beantworten der Frage ist zum Senden der Meldung erforderlich." msgid "Previous" msgstr "Vorherige" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioritäten" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Priorität" @@ -3169,15 +3231,15 @@ msgid "Privacy and cookies" msgstr "Datenschutz und Cookies" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" -msgstr "Privat" +msgstr "Nicht öffentlich" #: templates/web/base/reports/_list-filter-status.html:28 msgid "Private only" -msgstr "" +msgstr "Nicht öffentlich" #: templates/web/base/maps/pin.html:14 msgid "Problem" @@ -3189,7 +3251,7 @@ msgstr "Problem %d erstellt" #: templates/web/base/admin/users/log.html:54 msgid "Problem %s added to shortlist" -msgstr "Probelm %s zur Favoritenlisten hinzugefügt" +msgstr "Probelm %s zur Aufgabenliste hinzugefügt" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" @@ -3205,7 +3267,7 @@ msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" -msgstr "" +msgstr "Problem %s von der Arbeitsliste entfernt" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" @@ -3217,16 +3279,15 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problem als offen markiert." #: templates/web/base/admin/stats/questionnaire.html:21 msgid "Problem state change based on survey results" -msgstr "" +msgstr "Problemstatus aufgrund von Umfrageergebnissen geändert" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Meldungen" @@ -3251,18 +3312,18 @@ msgstr "Meldungen, welche kürzlich gelöst wurden" msgid "Problems within %.1fkm of %s" msgstr "Probleme innhalb %.1fkm von %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Meldungen innerhalb %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3270,7 +3331,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3278,11 +3339,15 @@ msgstr "" msgid "Property address:" msgstr "Immobilien-Adresse:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "Gesperrt für Open311 Veränderungen" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 #, fuzzy msgid "Protect this category's name and group(s) from Open311 changes" msgstr "Gesperrt für Open311 Veränderungen" @@ -3295,28 +3360,28 @@ msgstr "Meldung aktualisieren" #: templates/web/base/report/update/form_user_loggedin.html:12 msgid "Provide update as" -msgstr "" +msgstr "Update veröffentlichen als" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" +msgstr "Das Setzen eines Passwortes ist optional, erleichtert es Ihnen aber in Zukunft weitere Meldungen oder Updates zu gemeldeten Problemen zu erstellen." -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." -msgstr "" +msgstr "Das Setzen eines Passwortes ist optional, erleichtert es Ihnen aber weitere Meldungen oder Updates zu gemeldeten Problemen zu erstellen." #: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Öffentliche Details" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Öffentliche Antwort:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" -msgstr "Öffentliche Aktualisierung:" +msgstr "Öffentliches Update:" #: templates/web/zurich/admin/reports/edit.html:110 #: templates/web/zurich/admin/stats/index.html:59 @@ -3356,11 +3421,11 @@ msgstr "Fragebogen von ProblemmelderIn beantwortet" msgid "RSS feed" msgstr "RSS-Feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS-Feed für %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3368,11 +3433,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS-Feed von %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3380,13 +3445,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "RSS-Feed von Problem in der Umgebung" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS-Feed der Problem innerhalb von %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3400,11 +3465,11 @@ msgstr "RSS-Feed von neuen lokalen Problemen" msgid "RSS feed of updates to this problem" msgstr "RSS-Feed zu Aktualisierungen dieses Problems" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "Weniger anzeigen" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "Mehr anzeigen" @@ -3415,9 +3480,9 @@ msgstr "Grund:" #: templates/web/base/alert/updates.html:14 #: templates/web/base/report/display_tools.html:46 msgid "Receive email when updates are left on this problem." -msgstr "Erhalten Sie Aktualisierungen dieser Meldung." +msgstr "E-Mail erhalten wenn ein Update zu dieser Meldung vorliegt." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3431,22 +3496,23 @@ msgstr "" msgid "Recently reported problems" msgstr "Kürzlich erfasste Meldungen" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Neuste Bearbeitung" #: templates/web/base/report/inspect/information.html:52 msgid "Reject report" -msgstr "" +msgstr "Meldung ablehnen" #: 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 "Fix My Zürich wird primär dafür verwendet, physische Mängel zu melden, welche behoben werden können. Wenn Ihr Problem dafür nicht passend erscheint, können sie die entsprechende Dienststelle weiterhin telefonisch oder per E-Mail erreichen." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" -msgstr "" +msgstr "Profildetails entfernen" #: templates/web/base/admin/extra-metadata-item.html:23 msgid "Remove field" @@ -3454,15 +3520,15 @@ msgstr "Feld entfernen" #: templates/web/base/admin/report_blocks.html:23 msgid "Remove flag" -msgstr "" +msgstr "Markierung entfernen" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 msgid "Remove from shortlist" -msgstr "" +msgstr "Von der Arbeitsliste entfernen" #: templates/web/base/report/display_tools.html:7 msgid "Remove from site" @@ -3470,19 +3536,24 @@ msgstr "Von Seite entfernen" #: templates/web/base/admin/extra-metadata-option.html:26 msgid "Remove option" -msgstr "" +msgstr "Option entfernen" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Foto entfernen (kann nicht rückgängig gemacht werden!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Benutzerrechte ändern" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "An Benutzer antworten:" @@ -3490,14 +3561,14 @@ msgstr "An Benutzer antworten:" msgid "Report" msgstr "Meldung" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "Meldungsnummer:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3506,7 +3577,7 @@ msgid "Report a problem" msgstr "Ein Problem erfassen" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Ein neues Problem melden" @@ -3518,22 +3589,22 @@ msgstr "Missbrauch melden" #: templates/web/base/report/form/user.html:32 #: templates/web/base/report/form/user.html:39 msgid "Report anonymously" -msgstr "" +msgstr "Anonym berichten " #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" -msgstr "" +msgstr "Ein weiteres Problem melden" #: templates/web/base/report/new/form_user_loggedin.html:18 msgid "Report as" -msgstr "" +msgstr "Melden als" #: templates/web/base/report/new/form_public_councils_text.html:3 msgid "Report details" -msgstr "" +msgstr "Meldungsdetails" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3556,7 +3627,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Lokale Mängel melden, anzeigen oder diskutieren" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Anonym gemeldet um" @@ -3567,7 +3638,7 @@ msgstr "Anonym gemeldet um" msgid "Reported before" msgstr "Vorher berichtet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Gemeldet von %s um %s" @@ -3581,27 +3652,27 @@ msgstr "Gemeldet von:" msgid "Reported in the %s category" msgstr "Gemeldet in der Kategorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" -msgstr "" +msgstr "Anonym in der Kategorie %s gemeldet (%s)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" -msgstr "" +msgstr "Gemeldet in der Kategorie %s von %s (%s)" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Anonym gemeldet von %s um %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Gemeldet von %s um %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Anonym gemeldet von %s um %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeldet von %s um %s" @@ -3620,17 +3691,15 @@ msgstr "Gemeldet:" msgid "Reporting a problem" msgstr "Verfassen Sie eine Meldung" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Berichte" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3658,28 +3727,28 @@ msgid "Reports published" msgstr "Berichte veröffentlicht" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "Meldungen offline gespeichert." -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "Meldungen gesendet an %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" #: templates/web/base/admin/index.html:62 msgid "Reports waiting to be sent" -msgstr "" +msgstr "Noch nicht versendete Meldungen" #. ("JS") #: templates/web/base/js/translation_strings.html:42 msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Erforderlich" @@ -3732,39 +3801,45 @@ msgstr "Auf ursprünglichen Titel zurücksetzen" msgid "Right place?" msgstr "Richtiger Ort?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "Rolle" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "Rolle:" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "Rollen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Nach links drehen" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3780,20 +3855,20 @@ msgstr "Drehen des Fotos löscht ungespeicherte Änderungen der Meldung." msgid "Satellite" msgstr "Satellit" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "Speichern und als Duplikat schließen" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3807,16 +3882,15 @@ msgstr "Neue Felder speichern" #: templates/web/base/report/inspect/public_update.html:7 msgid "Save with a public update" -msgstr "" +msgstr "Mit öffentlichem Update speichern" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "Meldung offline speichern" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Berichte suchen" @@ -3829,7 +3903,7 @@ msgstr "Benutzer suchen" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Berichte suchen" @@ -3844,12 +3918,12 @@ msgstr "Suchen:" msgid "Searching found no reports." msgstr "Keine Meldungen gefunden." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Keine Benutzer gefunden." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "Sicherheit" @@ -3857,20 +3931,19 @@ msgstr "Sicherheit" #: 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 "" +msgstr "Unsere Datenschutzrichtlinie" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 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 "" +msgstr "Wählen Sie eine Verwaltung aus" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Wählen Sie ein Gebiet" @@ -3891,7 +3964,7 @@ msgstr "" msgid "Select:" msgstr "Auswählen:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Senden" @@ -3904,7 +3977,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "Login E-Mail senden" @@ -3913,11 +3986,11 @@ msgstr "Login E-Mail senden" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" -msgstr "" +msgstr "Meldung zurücksenden" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3938,7 +4011,7 @@ msgstr "Setze Passwort" #: templates/web/base/report/inspect/information.html:44 msgid "Set to my current location" -msgstr "" +msgstr "Auf meinen aktuellen Standort setzen" #: templates/web/base/report/display_tools.html:18 msgid "Share" @@ -3953,9 +4026,9 @@ msgstr "" #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 msgid "Shortlist" -msgstr "" +msgstr "Arbeitsliste" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3964,12 +4037,12 @@ msgstr "" #: templates/web/base/report/_main.html:31 #: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" -msgstr "" +msgstr "Auf Arbeitsliste" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" -msgstr "" +msgstr "Auf der Arbeitsliste von %s" #: templates/web/base/report/update.html:23 msgid "Show Photo?" @@ -3977,7 +4050,7 @@ msgstr "Foto anzeigen?" #: templates/web/base/questionnaire/index.html:56 msgid "Show all updates" -msgstr "" +msgstr "Alle Updates anzeigen" #: templates/web/base/report/_show_name_label.html:3 msgid "Show my name publicly" @@ -3991,8 +4064,8 @@ msgstr "Name öffentlich anzeigen?" msgid "Show older" msgstr "Zeige ältere" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "Ältere Meldungen anzeigen" @@ -4003,13 +4076,13 @@ msgstr "Foto anzeigen" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Zeige Stecknadeln" #: templates/web/base/report/_main.html:72 msgid "Show reporter’s name" -msgstr "" +msgstr "Namen des Bürgers anzeigen" #: templates/web/base/reports/index.html:64 msgid "Show reports in your area" @@ -4026,7 +4099,7 @@ msgstr "Anmelden" #: 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 "" +msgstr "Passwort zurücksetzen. Sie erhalten eine E-Mail mit einem Anmeldelink um das Passwort zurückzusetzen." #: 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." @@ -4063,7 +4136,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4072,12 +4145,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4095,43 +4167,43 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" +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:26 msgid "Sorry, we could not log you in. Please fill in the form below." -msgstr "" +msgstr "Leider konnten Sie nicht angemeldet werden. Bitte füllen Sie das untere Formular aus." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: 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 "" +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 "" +msgstr "Die Verbindung ist zu langsam um diese Seite zu laden" #: perllib/FixMyStreet/App/Controller/Root.pm:129 msgid "Sorry, you don't have permission to do that." -msgstr "" +msgstr "Sie haben nicht die Berechtigungen zu dieser Änderung" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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 "" +msgstr "Keine Zugrifsberechtigung. Melden Sie müssen sich anmelden um die Meldung betrachten zu können." -#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortieren nach" @@ -4140,21 +4212,21 @@ msgstr "Sortieren nach" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" #: templates/web/base/debug_header.html:3 msgid "Staging site" -msgstr "" +msgstr "Entwicklungsmodus" #: templates/web/base/dashboard/index.html:75 msgid "Start Date" -msgstr "" +msgstr "Startdatum" #: templates/web/base/admin/bodies/body.html:74 #: templates/web/base/admin/bodies/category.html:30 @@ -4168,18 +4240,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Status" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4188,31 +4260,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistiken" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4228,9 +4297,9 @@ msgstr "Straßenansicht" #: templates/web/base/report/new/category.html:35 msgid "Subcategory" -msgstr "" +msgstr "Unterkategorie" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4249,62 +4318,60 @@ msgstr "Titel:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" -msgstr "Abschicken" +msgstr "Senden" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Änderungen senden" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Fragebogen absenden" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Gesendet" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Abonnieren" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "Per E-Mail abonniert" #: templates/web/base/admin/users/alerts.html:22 msgid "Subscribed:" -msgstr "Abboniert:" +msgstr "Abonniert:" #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:34 msgid "Summaries are limited to %d characters in length. Please shorten your summary" -msgstr "" +msgstr "Beschreibungen dürfen nicht länger als %d Zeichen sein" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4312,26 +4379,25 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:10 msgid "Summaries are limited to {0} characters in length. Please shorten your summary" -msgstr "" +msgstr "Beschreibungen dürfen nicht länger als %d Zeichen sein" #: templates/web/base/report/new/form_title.html:1 msgid "Summarise the problem" msgstr "Problembeschreibung" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Beschreiben Sie Ihre Änderungen" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Zusammenfassung" @@ -4342,14 +4408,19 @@ msgstr "Zusammenfassungsberichte" #: 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 "Statistikübersicht" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4367,13 +4438,18 @@ msgstr "Informationen zu Ihrer Person" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Vorlagen" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Älteste Bearbeitung" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Text" @@ -4394,9 +4470,14 @@ msgstr "Nur-Text-Version" msgid "Text:" msgstr "Text:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Text" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" -msgstr "" +msgstr "Vielen Dank, dass Sie dieses Problem gemeldet haben!" #: 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." @@ -4404,11 +4485,11 @@ msgstr "" #: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" -msgstr "" +msgstr "Vielen Dank für das Update zu dieser Meldung!" #: templates/web/base/contact/submit.html:6 msgid "Thank you for your enquiry" -msgstr "" +msgstr "Vielen Dank für ihre Beteiligung" #: templates/web/base/questionnaire/completed.html:5 msgid "Thank you for your feedback" @@ -4416,64 +4497,66 @@ msgstr "Vielen Dank für Ihre Rückmeldung" #: 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 "" +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 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 "" +msgstr "Schön dass dieses Problem nun gelöst wurde! Haben Sie in der Vergangenheit bereits schon einmal der Verwaltung ein Problem gemeldet?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." -msgstr "" +msgstr "Sie haben erfolgreich die Zweifaktor-Authentifizierung aktiviert" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:145 msgid "That image doesn't appear to have uploaded correctly (%s), please try again." -msgstr "" +msgstr "Das Bild konnte nicht hochgeladen werden (%s), bitte versuchen Sie es erneut." #: 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 "" +msgstr "Die gesuchte Stelle liegt in keinem Zuständigkeitsgebiet einer Verwaltung. Bitte versuchen Sie es erneut" -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." -msgstr "" +msgstr "Diese Postleitzahl ist uns nicht bekannt." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." -msgstr "" +msgstr "Die Meldung wurde als gesendet markiert." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Das Problem wird jetzt erneut gesendet." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 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:581 msgid "That user has been logged out." -msgstr "" +msgstr "Der Benutzer wurde abgemeldet." #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:588 msgid "That user has been made anonymous on all reports and updates." -msgstr "" +msgstr "Der Nutzer wurde auf allen Meldungen und Updates auf anonym gestellt." #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:637 msgid "That user’s personal details have been removed." -msgstr "" +msgstr "Benutzerdetails wurden entfernt" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 msgid "That user’s reports and updates have been hidden." -msgstr "" +msgstr "Die Meldungen und Updates des Benutzers wurden ausgeblendet." #: 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." @@ -4501,8 +4584,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4535,7 +4618,7 @@ msgstr "" #: templates/web/base/admin/bodies/contact-form.html:31 msgid "The contact has been confirmed as correct." -msgstr "" +msgstr "Diese Stelle wurde als korrekt bestätigt." #: templates/web/base/report/new/fill_in_details_text.html:2 #: templates/web/base/report/new/fill_in_details_text.html:3 @@ -4550,20 +4633,20 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Dashboard.pm:45 #: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" -msgstr "Der Fehler war: %s" +msgstr "Der Fehler lautet: %s" #: templates/web/base/open311/index.html:78 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:153 +#: 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 "" +msgstr "Neuste von Nutzern gemeldete lokale Probleme" #: db/alert_types.pl:35 msgid "The latest problems for {{COUNCIL}} reported by users" @@ -4575,7 +4658,7 @@ msgstr "" #: db/alert_types.pl:11 msgid "The latest problems reported by users" -msgstr "" +msgstr "Neuste von Nutzern gemeldete Probleme" #: db/alert_types.pl:15 msgid "The latest problems reported fixed by users" @@ -4583,15 +4666,15 @@ msgstr "" #: db/alert_types.pl:43 msgid "The latest problems within {{NAME}}'s boundary reported by users" -msgstr "" +msgstr "Neueste gemeldete Probleme innerhalb {{NAME]]" #: 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 "" +msgstr "Die Gültigkeit dieses Links ist abgelaufen." #: templates/web/base/admin/bodies/form.html:66 msgid "The list of available areas is being provided by the MapIt service at %s." -msgstr "" +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 @@ -4600,7 +4683,7 @@ msgstr "Die Passwörter stimmen nicht überein" #: templates/web/base/errors/page_error_404_not_found.html:9 msgid "The requested URL '%s' was not found on this server" -msgstr "" +msgstr "Die angefragte URL '%s' wurde auf diesem Server nicht gefunden" #: 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." @@ -4616,10 +4699,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:627 msgid "The user has been sent a login email" -msgstr "" +msgstr "Benutzer wurde eine E-Mail zum anmelden gesendet" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4646,13 +4729,13 @@ msgstr "Keine Meldungen zum anzeigen." #: templates/web/base/report/new/duplicate_suggestions.html:10 msgid "There are similar problems nearby that we’re already aware of, is one of them yours?" -msgstr "" +msgstr "Es gibt in der Nähe ähnliche Probleme, die bereits gemeldet wurden. Ist Ihr Problem möglicherweise bereits erfasst?" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 msgid "There is already a template with that title." msgstr "Es existiert bereits eine Vorlage mit diesem Namen." -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "Es existiert bereits eine Automatische Antwortvorlage für diese Kategorie/Status." @@ -4670,22 +4753,22 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." -msgstr "Es gab ein Problem mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." +msgstr "Es gab ein Problem mit Ihrem Update. Bitte versuchen Sie es erneut." #: perllib/FixMyStreet/App/Controller/Contact.pm:174 msgid "There were problems with your report. Please see below." msgstr "Es gab ein Problem mit Ihrem Bericht. Bitte versuchen Sie es erneut." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." -msgstr "Es gab Probleme mit Ihrer Aktualisierung. Bitte versuchen Sie es erneut." +msgstr "Es gab Probleme mit Ihrem Update. Bitte versuchen Sie es erneut." #: templates/web/base/admin/category-checkboxes.html:33 msgid "These categories appear in more than one group:" @@ -4722,7 +4805,7 @@ msgstr "Ihre Meldung wird online für andere Bürger veröffentlicht. Beachten S #: templates/web/base/report/new/councils_text_all.html:6 #: templates/web/base/report/new/councils_text_all.html:9 msgid "These will be sent to %s and also published online for others to see, in accordance with our privacy policy." -msgstr "" +msgstr "Diese Meldung wird gesendet an %s und online auf der Karte unter Beachtung unserer Datenschutzrichtlinie eingetragen." #: templates/web/base/report/new/councils_text_all.html:16 #: templates/web/base/report/new/councils_text_all.html:6 @@ -4759,10 +4842,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Diese Information wird benötigt" @@ -4779,19 +4862,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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 "Mit dieser Seite können in einem Schritt Konten für mehrere Verwaltungsmitarbeiter erstellt werden." -#: templates/web/base/report/update/form_state_checkbox.html:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Dieser Mangel wurde behoben" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Dieser Mangel wurde nicht behoben" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "Das Problem besteht weiterhin" @@ -4802,44 +4889,47 @@ msgstr "Diese Meldung" #: templates/web/base/report/duplicate-no-updates.html:5 msgid "This report is a duplicate. Please leave updates on the original report:" -msgstr "Diese Meldung ist ein Duplikat. Bitte tragen Sie Aktualisierungen in die erste Meldung ein:" +msgstr "Diese Meldung ist ein Duplikat. Bitte tragen Sie Updates zum Problem in die erste Meldung ein:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Dieser Bericht wartet auf Moderation." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Dieser Bericht ist aktuell als geschlossen markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Dieser Bericht ist aktuell als behoben markiert." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Dieser Bericht ist aktuell als offen markiert." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." -msgstr "" +msgstr "Diese Meldung kann nicht mehr aktualisiert werden" #: perllib/FixMyStreet/Queue/Item/Report.pm:108 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Verbrachte Zeit (in Minuten):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4863,6 +4953,10 @@ msgstr "Titel" msgid "Title:" msgstr "Titel:" +#: 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 "" @@ -4888,7 +4982,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "Token" @@ -4913,11 +5007,6 @@ msgstr "" msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "Übersetzung" @@ -4940,26 +5029,26 @@ msgstr "Versuchen Sie uns direkt per E-Mail zu erreichen:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: templates/web/base/auth/generate_token.html:40 +#: templates/web/base/auth/generate_token.html:53 msgid "Two-factor authentication" msgstr "Zwei-Faktor-Authentifizierung" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" -msgstr "" +msgstr "Zwei-Faktor-Authentifizierung wurde aktiviert" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" -msgstr "" +msgstr "Zwei-Faktor-Authentifizierung wurde deaktiviert" #: 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 "" +msgstr "Art" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -4989,10 +5078,10 @@ msgstr "Unbekannter Fehler" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Unbekannte Problemkennung" @@ -5002,38 +5091,38 @@ msgstr "Unbekannte Problemkennung" #: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" -msgstr "" +msgstr "Auf keiner Arbeitsliste" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" -msgstr "Beschreibung" +msgstr "Update" #: templates/web/base/admin/users/log.html:51 msgid "Update %s created for problem %d" -msgstr "" +msgstr "Update %s für Meldung %d" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" -msgstr "" +msgstr "Updatea %s für Meldung %d; von %s" #: templates/web/base/contact/index.html:37 msgid "Update below added anonymously at %s" -msgstr "" +msgstr "Anonymes Update zu %s " #: templates/web/base/contact/index.html:39 msgid "Update below added by %s at %s" -msgstr "" +msgstr "Update von %s zu %s" #: templates/web/base/admin/bodies/form.html:139 #: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" -msgstr "" +msgstr "Verwaltungsdetails aktualisieren" #: templates/web/base/admin/stats/state.html:21 msgid "Update breakdown by state" @@ -5041,48 +5130,46 @@ msgstr "" #: db/alert_types.pl:7 msgid "Update by {{name}}" -msgstr "Aktualisierung von {{name}}" +msgstr "Update von {{name}}" #: templates/web/base/admin/update_edit.html:46 #: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" -msgstr "" +msgstr "Update hat Meldungsstatus geändert zu %s" #: templates/web/base/admin/update_edit.html:48 msgid "Update marked problem as fixed" -msgstr "" +msgstr "Update hat das Problem als gelöst markiert" #: templates/web/base/admin/update_edit.html:50 msgid "Update reopened problem" -msgstr "" +msgstr "Update hat das Problem auf wieder geöffnet gestellt" #: templates/web/base/admin/bodies/body.html:130 msgid "Update statuses" -msgstr "" +msgstr "Update Status" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Aktualisiert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Aktualisiert!" @@ -5091,21 +5178,21 @@ msgstr "Aktualisiert!" #: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" -msgstr "Aktualisierungen" +msgstr "Updates" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" -msgstr "" +msgstr "Updates sind auf %s Zeichen beschränkt." #: db/alert_types.pl:5 db/alert_types.pl:6 msgid "Updates on {{title}}" -msgstr "Aktualisierungen auf {{title}}" +msgstr "Update zu {{title}}" #. ("%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 "Aktualisierungen für dieses Problem, %s" +msgstr "Updates für dieses Problem, %s" #: templates/web/base/admin/users/import.html:64 msgid "Usage notes" @@ -5121,7 +5208,15 @@ msgstr "" #: templates/web/base/admin/bodies/contact-form.html:53 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." +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:102 +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:75 +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" @@ -5129,66 +5224,64 @@ msgstr "" #: templates/web/base/admin/users/import.html:1 msgid "User Import" -msgstr "" +msgstr "Benutzer Import" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:665 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 msgid "User added to abuse list" -msgstr "" +msgstr "Benutzer der Spammliste hinzugefügt" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" -msgstr "" +msgstr "Der Benutzeraccount existiert bereits" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:672 msgid "User already in abuse list" -msgstr "" +msgstr "Benutzer befindet sich bereits in der Spammliste" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 msgid "User flag removed" -msgstr "" +msgstr "Beobachtung des Benutzers aufgehoben" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 msgid "User flagged" -msgstr "" +msgstr "Benutzer steht nun unter Beobachtung" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" -msgstr "" +msgstr "Benutzer in Spammliste" #: templates/web/base/admin/users/index.html:20 msgid "User search finds matches in users' names and email addresses." -msgstr "" +msgstr "Benutzer können anhand von Namen und E-Mailadressen gefunden werden." #: templates/web/base/admin/users/alerts.html:2 msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" -msgstr "" +msgstr "Benutzer:" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Benutzer" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5196,25 +5289,25 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Werte aktualisiert" #: templates/web/base/my/my.html:43 templates/web/base/my/my.html:55 msgid "Verify" -msgstr "" +msgstr "Bestätigen" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:5 msgid "Verify email address" -msgstr "" +msgstr "E-Mail Adresse bestätigen" #: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:5 msgid "Verify phone number" -msgstr "" +msgstr "Telefonnummer bestätigen" #: templates/web/base/admin/reports/edit.html:36 #: templates/web/base/admin/update_edit.html:18 @@ -5224,7 +5317,7 @@ msgstr "" msgid "View report on site" msgstr "Bericht auf Seite ansehen" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5232,7 +5325,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5250,7 +5343,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5314,19 +5407,19 @@ msgstr "Wann editiert" #: templates/web/base/admin/problem_row.html:35 msgid "When sent" -msgstr "Wann gesendet" +msgstr "Wenn gesendet" #: templates/web/base/alert/_list.html:9 msgid "Which problems do you want alerts about?" msgstr "Zu welchen Problemen möchten Sie Benachrichtigungen erhalten?" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" #: templates/web/base/tokens/confirm_alert.html:7 msgid "Why stop there? Set up more alerts for free." -msgstr "" +msgstr "Sie können sich mit weiteren Benachrichtigungen auf dem aktuellen Stand halten lassen." #: templates/web/base/open311/index.html:84 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." @@ -5340,9 +5433,9 @@ 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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" -msgstr "" +msgstr "Möchten Sie in 4 Wochen eine weitere Mail als Erinnerung zum aktuellen Status des Problems erhalten? " #: templates/web/base/report/new/duplicate_suggestions.html:23 msgid "Would you like us to notify you when this problem is updated or fixed?" @@ -5352,7 +5445,6 @@ msgstr "Möchtest du benachrichtigt werden wenn das Problem bearbeitet oder gel 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5363,12 +5455,12 @@ msgstr "Meldungen gänzlich in Grossbuchstaben zu schreiben macht diese unleserl #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ja" @@ -5378,34 +5470,34 @@ msgstr "" #: templates/web/base/admin/bodies/contact-form.html:26 msgid "You are not sure of the origin or validity of the contact." -msgstr "" +msgstr "Die Gültigkeit und Herkunft des Kontaktes sind unsicher." #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Sie sind offline" #: 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 "" +msgstr "Sie markieren die folgende Meldung als missbräuchlich oder persönliche Informationen enthaltend:" #: templates/web/base/contact/index.html:31 msgid "You are reporting the following update for being abusive, containing personal information, or similar:" -msgstr "" +msgstr "Sie markieren das folgende Update als missbräuchlich oder persönliche Informationen enthaltend:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." -msgstr "" +msgstr "Sie können ein neues Problem an der selben Stelle erstellen." #: 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:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." -msgstr "" +msgstr "Sie können einen missbräuchlichen Benutzer auf die Spammliste setzen, sodass seine Meldungen automatisch ausgeblendet (und nicht gesendet werden)." #: templates/web/base/alert/_list.html:18 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." @@ -5413,7 +5505,7 @@ msgstr "" #: templates/web/base/contact/index.html:131 msgid "You can contact technical support on %s" -msgstr "" +msgstr "Sie können technischen Support erhalten unter %s" #: templates/web/base/admin/flagged.html:5 msgid "" @@ -5421,6 +5513,8 @@ msgid "" " 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 "" +"Sie können jede Meldung oder Benutzer unter Beobachtung stellen, sodass sie hier gelistet werden.\n" +"Dies kann nützlich sein, wenn der Benutzer in der Vergangenheit unangebrachte Meldungen erstellt hat." #: templates/web/base/report/new/top_message_none.html:13 #: templates/web/base/report/new/top_message_none.html:14 @@ -5433,7 +5527,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Sie können einen Body auf inaktiv stellen, wenn dieser nicht auf der Website erscheinen soll." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "Kategoriename existiert bereits" @@ -5443,7 +5537,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5451,19 +5545,18 @@ msgstr "" 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:58 +#: 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 "Es sind bereits Dateien zu dieser Meldung hochgeladen. Maximale Anzahl ist 3." +msgstr "Es sind bereits Dateien zu dieser Meldung hochgeladen. Maximal zulässig sind 3." #: templates/web/base/report/new/form_report.html:50 #: templates/web/zurich/report/new/fill_in_details_form.html:30 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 "" +msgstr "Beachten Sie, dass maximal 3 Fotos hochgeladen werden können (Werden mehr hochgeladen, so wird das Älteste verworfen)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" +msgstr "Beachten Sie, dass maximal 3 Fotos hochgeladen werden können (Werden mehr hochgeladen, so wird das Älteste verworfen)." #: templates/web/base/auth/sign_out.html:4 #: templates/web/zurich/auth/sign_out.html:3 @@ -5472,16 +5565,16 @@ msgstr "Sie wurden abgemeldet" #: 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 "Der grüne Pin auf der Karte repräsentiert ihre Meldung. Falls dieser Ort nicht der Richtige ist, klicken Sie einfach nochmals am richtigen Ort auf die Karte." +msgstr "Der grüne Pin auf der Karte repräsentiert ihre Meldung. Durch erneutes Klicken auf die Karte können Sie den Ort verschieben." #: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." -msgstr "" +msgstr "Ihre Telefonnummer wurde gespeichert." #: 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 "Sie haben Ihre E-Mail-Adresse erfolgreich bestätigt." +msgstr "Sie haben Ihre E-Mail-Adresse bestätigt." #: templates/web/base/auth/change_phone.html:15 msgid "You have successfully confirmed your phone number." @@ -5489,7 +5582,7 @@ msgstr "Ihre Telefonnummer wurde erfolgreich verifiziert." #: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:130 msgid "You have successfully removed your phone number." -msgstr "Ihre Telefonnummer wurde erfolgreich gelöscht." +msgstr "Ihre Telefonnummer wurde gelöscht." #: templates/web/base/report/display.html:25 #: templates/web/base/report/new/login_success_form.html:3 @@ -5506,11 +5599,11 @@ msgstr "Sie haben noch keine Probleme gemeldet. Ein Problem melde #: templates/web/base/my/planned.html:21 msgid "You haven’t shortlisted any reports yet." -msgstr "" +msgstr "Noch keine Meldungen auf der Arbeitsliste" #: templates/web/base/admin/index.html:19 msgid "You need to add some bodies (such as councils or departments) before any reports can be sent." -msgstr "" +msgstr "Sie müssen eine Verwaltung hinzufügen (sowie Stellen in der Verwaltung) bevor Meldungen gesendet werden können." #: templates/web/base/admin/bodies/index.html:11 msgid "" @@ -5525,24 +5618,25 @@ msgstr "Ihre Berichte" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Ihr Benutzerkonto" #: templates/web/base/auth/2fa/intro.html:18 msgid "Your account requires two-factor authentication to be set up." -msgstr "" +msgstr "Ihr Benutzerkonto benötigt eine erfolgreich eingerichtete Zweifaktor-Authentifizierung." -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5569,18 +5663,18 @@ msgstr "Ihr Name" #: 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 "" +msgstr "Ihr Name wurde bereits an %s gesendet, aber er kann auf dieser Seite aufgeblendet werden:" -#: perllib/FixMyStreet/App/Controller/My.pm:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "Ihr Name wurde ausgeblendet." #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "Ihre Offline Meldungen" @@ -5600,8 +5694,8 @@ msgid "Your password has expired, please create a new one below. When you click 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.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "Das Passwort muss mindestens %d Zeichen enthalten." @@ -5623,28 +5717,28 @@ msgstr "Ihre Meldungen" #: 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 "" +msgstr "Ihre Arbeitsliste" #: templates/web/base/auth/generate_token.html:8 msgid "Your token has been generated" -msgstr "" +msgstr "Ihr Token wurde generiert" #: templates/web/base/report/update/form_user.html:6 msgid "Your update" -msgstr "Ihre Aktualisierung" +msgstr "Ihr Update" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." -msgstr "" +msgstr "Ihr Update wurde offline gespeichert sodass es später veröffentlicht werden kann." #: templates/web/base/my/my.html:103 msgid "Your updates" -msgstr "Ihre Aktualisierungen" +msgstr "Ihre Updates" #: perllib/FixMyStreet/SMS.pm:46 msgid "Your verification code is %s" -msgstr "" +msgstr "Ihr Verifikationscode ist %s" #: templates/web/base/report/new/form_user_loggedin.html:20 #: templates/web/base/report/update/form_user_loggedin.html:14 @@ -5665,19 +5759,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "alle" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" -msgstr "" +msgstr "Ein Administrator" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5685,8 +5779,8 @@ msgstr "" msgid "by %s" msgstr "von %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "Rat" @@ -5717,6 +5811,10 @@ msgstr "Benutzer bearbeiten" msgid "from %s different users" msgstr "von %s verschiedenen Benutzern" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5734,23 +5832,23 @@ 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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "keine" #: perllib/FixMyStreet/DB/ResultSet/State.pm:80 msgid "not the council's responsibility" -msgstr "" +msgstr "Liegt nicht in der Verantwortung der Verwaltungsstelle" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/index.html:99 msgid "optional" -msgstr "" +msgstr "optional" #: templates/web/base/report/form/user.html:31 #: templates/web/base/report/form/user.html:41 msgid "or" -msgstr "" +msgstr "oder" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -5799,11 +5897,11 @@ 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 "" +msgstr "Keine Stelle vorhanden, da der Benutzer keine Karte verwendet hat" #: templates/web/base/alert/_list.html:1 msgid "this location" -msgstr "" +msgstr "Dieser Ort" #: perllib/FixMyStreet/Queue/Item/Report.pm:133 msgid "this type of local problem" @@ -5814,14 +5912,14 @@ msgid "today" msgstr "heute" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "aktualisieren" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" -msgstr "" +msgstr "Updates" #: templates/web/base/admin/reports/edit.html:53 msgid "used map" @@ -5837,14 +5935,14 @@ msgstr "Benutzer ist Problemeigentümer" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 msgid "user not in abuse list" -msgstr "" +msgstr "Benutzer nicht in der Spamliste" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:698 msgid "user removed from abuse list" -msgstr "" +msgstr "Benutzer aus der Spamliste entfernt" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5852,8 +5950,8 @@ msgstr "" #, perl-format msgid "%d address" msgid_plural "%d addresses" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d Adresse" +msgstr[1] "%d Adressen" #: perllib/Utils.pm:249 #, perl-format @@ -5901,15 +5999,15 @@ msgstr[1] "%d Wochen" #, perl-format msgid "%d year" msgid_plural "%d years" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d Jahr" +msgstr[1] "%d Jahre" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s Tag" +msgstr[1] "%s Tage" #: templates/web/base/reports/index.html:57 #, perl-format @@ -5925,19 +6023,19 @@ msgid_plural "%s problems reported" msgstr[0] "%s Problem gemeldet" msgstr[1] "%s Probleme gemeldet" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s Meldung" +msgstr[1] "%s Meldungen" #: 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[0] "%s Update zu dieser Meldung" +msgstr[1] "%s Updates zu dieser Meldung" #: templates/web/base/front/stats.html:19 #, perl-format @@ -5946,21 +6044,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s im letzten Monat behoben" msgstr[1] "%s im letzten Monat gehoben" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s Meldung in der letzten Woche" msgstr[1] "%s Meldungen in der letzten Woche" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s Gegenwärtige Meldung" msgstr[1] "%s Gegenwärtige Meldungen" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5978,15 +6076,15 @@ msgstr[1] "Vor %d Tagen gemeldet" #, 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[0] "Es wurde noch keine Kontaktadresse für die andere Stelle eingetragen, die für diesen Bereich zuständig ist." +msgstr[1] "Es wurden noch keine Kontaktadressen für die anderen Stelle eingetragen, die für diesen Bereich zuständig sind ." #: 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[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/report/_item_small.html:20 #, perl-format @@ -5995,16 +6093,25 @@ msgid_plural "last updated %d days ago" msgstr[0] "zuletzt vor %d Tag bearbeitet" msgstr[1] "zuletzt vor %d Tagen bearbeitet" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "Monat" msgstr[1] "Monate" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "Meldung" msgstr[1] "Meldungen" + +#~ msgid "Closed by council" +#~ msgstr "Geschlossen von der Verwaltung" + +#~ msgid "Filter report list" +#~ msgstr "Berichtliste filtern" + +#~ msgid "Traffic management required?" +#~ msgstr "Eingriff in der Verkehrsstelle erforderlich?" diff --git a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po index a9ba8d34031..17b942259e8 100644 --- a/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/el_GR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "και" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Συνοπτικές αναφορές" @@ -119,7 +119,7 @@ msgstr "στάλθηκαν %s ερωτηματολόγια – %s απαντ msgid "%s ref: %s" msgstr "%s αναφ.: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap και συνεργάτες" @@ -165,6 +165,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -183,8 +185,8 @@ msgstr "(στάλθηκε και στις δύο)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Διάλεξε κατηγορία --" @@ -214,17 +216,18 @@ msgstr "" "Μήπως να προσθέσετε μερικά MAPIT_TYPES στο αρχείο ρυθμίσεων;" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Αναφορές, Στατιστικά και Ενέργειες για

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s αναφορές %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s αποθηκεύτηκε." @@ -254,7 +257,7 @@ msgid "Yes I have a password" msgstr "Ναι έχω κωδικό πρόσβασης" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -271,7 +274,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Έλεγχος ταυτότητας δύο παραγόντων" @@ -293,7 +296,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Πρόσθεσε μία επαφή χρησιμοποιώντας την παρακάτω φόρμα." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Προσθήκη νέας κατηγορίας" @@ -326,7 +329,7 @@ msgstr "Προσθήκη σταθερής κατάστασης" msgid "Add new category" msgstr "Προσθήκη νέας κατηγορίας" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Προσθήκη επιλογής" @@ -335,8 +338,8 @@ msgstr "Προσθήκη επιλογής" msgid "Add phone number" msgstr "Προσθήκη αρ. τηλεφώνου" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -344,21 +347,20 @@ msgid "Add to shortlist" msgstr "Προσθήκη στoν κατάλογο" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Προσθήκη χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -374,6 +376,12 @@ msgstr "" msgid "Admin" msgstr "Διαχειριστής" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Ξανά:" @@ -386,8 +394,8 @@ msgstr "Η ειδοποίηση %d δημιουργήθηκε για το " msgid "Alert %d disabled (created %s)" msgstr "Η ειδοποίηση %d απενεργοποιήθηκε (δημιουργήθηκε %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Ειδοποίησέ με για μελλοντικές ενημερώσεις" @@ -399,10 +407,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Όλα" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Όλες οι Αναφορές" @@ -442,6 +452,11 @@ msgstr "Όλες οι αναφορές από %s μέχρι %s" msgid "All time" msgstr "Όλες τις ώρες" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Αναφέρθηκε στην κατηγορία %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -478,7 +493,7 @@ msgstr "Ανώνυμος" msgid "Anonymous user" msgstr "Ανώνυμος χρήστης" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -491,7 +506,7 @@ msgid "Another user" msgstr "Άλλος χρήστης" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Είστε σίγουροι πως θέλετε να ακυρώσετε αυτή την μεταφόρτωση;" @@ -500,8 +515,8 @@ msgstr "Είστε σίγουροι πως θέλετε να ακυρώσετε #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Είσαι σίγουρος?" @@ -512,7 +527,7 @@ msgstr "Είσαι σίγουρος?" msgid "Area covered" msgstr "Περιοχή αρμοδιότητας" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Περιοχή:" @@ -526,27 +541,32 @@ msgstr "Δεδομένου ότι αυτό είναι ένα δοκιμαστι msgid "Assign selected to role:" msgstr "Ανατέθηκε στο "%s"" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Ανάθεση στον αρμόδιο τομέα:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Ανάθεση σε εξωτερικό τομέα:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Ανάθεση στο τμήμα:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Όλες οι κατηγορίες" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Ανατέθηκε στο "%s"" @@ -559,7 +579,7 @@ msgstr "Σε κάθε αναζήτηση επιστρέφονται το πολ msgid "At the moment only searching for and looking at reports work." msgstr "Αυτή τη στιγμή λειτουργούν μόνο η αναζήτηση και η προβολή αναφορών." -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -567,11 +587,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -583,12 +603,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Σε αναμονή ελέγχου" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Πίσω" @@ -609,14 +630,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Τομείς" @@ -629,11 +648,13 @@ msgstr "Τομείς" msgid "Body" msgstr "Τομέας" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Τομέας:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -645,8 +666,7 @@ msgstr "Δεν μπορείς να βρεις το email μας; Έλεγξε τ msgid "Can't see the map? Skip this step" msgstr "Δεν μπορείς να δεις τον χάρτη; Παράλειψη βήματος" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -662,15 +682,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -680,7 +698,7 @@ msgstr "Κατηγορία" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -703,6 +721,11 @@ msgstr "Κατηγορία:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Αλλαγή κωδικού πρόσβασης" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -719,7 +742,7 @@ msgstr "Αλλαγή κωδικού πρόσβασης" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 #, fuzzy msgid "Change two-factor authentication" msgstr "Έλεγχος ταυτότητας δύο παραγόντων" @@ -730,12 +753,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -772,8 +795,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -783,11 +806,7 @@ msgstr "" msgid "Closed" msgstr "Κλειστό" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Κλειστό από την υπηρεσία" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -820,13 +839,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Ρυθμίσεις" @@ -943,7 +961,7 @@ msgstr "Δημιουργία αναφοράς" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Δημιουργία κατηγορίας" @@ -953,27 +971,25 @@ msgstr "Δημιουργία κατηγορίας" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Δημιουργία προτύπου" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Δημιουργήθηκε" @@ -982,6 +998,17 @@ msgstr "Δημιουργήθηκε" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Δημιουργήθηκε" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Δημιουργήθηκε" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -993,10 +1020,6 @@ msgstr "Δημιουργήθηκε:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1006,19 +1029,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Δεν έχουν δημιουργηθεί τομείς μέχρι στιγμής." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1030,7 +1055,7 @@ msgstr "Εξετάστηκε από το τμήμα μέσα σε 5 εργάσι msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1040,7 +1065,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Διαγραφή προτύπου" @@ -1062,9 +1087,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Περιγραφή" @@ -1073,7 +1096,7 @@ msgstr "Περιγραφή" msgid "Destination" msgstr "Περιγραφή" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1109,7 +1132,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1117,6 +1140,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Αναφέρθηκε στην κατηγορία %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Αναφέρθηκε στην κατηγορία %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1151,25 +1184,25 @@ msgstr "Δεν γνωρίζω" msgid "Don't like forms?" msgstr "Δεν σου αρέσουν οι φόρμες;" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Σύρε φωτογραφίες εδώ ή κάνε κλικ για ανέβασμα" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1184,7 +1217,7 @@ msgstr "" "Διαφορετικές κατηγορίες μπορούν να ανήκουν στην ίδια επαφή (διεύθυνση email).\n" "Αυτό σημαίνει ότι μπορείς να προσθέσεις πολλές κατηγορίες ακόμη και αν έχεις μία επαφή στον τομέα." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1196,7 +1229,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Επεξεργασία" @@ -1207,12 +1240,11 @@ msgstr "Επεξεργασία" msgid "Edit body details" msgstr "Επεξεργασία λεπτομερειών του τομέα" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1220,17 +1252,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1267,8 +1297,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1277,15 +1308,14 @@ msgstr "Επεξεργαστής" msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1305,12 +1335,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Email:" @@ -1380,12 +1411,12 @@ msgstr "" msgid "Endpoint" msgstr "Σημείο τερματισμού" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Δώσε μια ονομασία για την οδό" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Γράψε έναν κοντινό ταχυδρομικό κώδικα, οδό ή περιοχή" @@ -1412,10 +1443,10 @@ msgstr "Γράψε λεπτομέρειες σχετικά με το πρόβλ msgid "Error" msgstr "Σφάλμα" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Τα πάντα" @@ -1428,7 +1459,7 @@ msgstr "Παράδειγμα ταχυδρομικού κώδικα %s" msgid "Examples:" msgstr "Παραδείγματα:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1437,7 +1468,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1462,7 +1493,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1474,20 +1505,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Επιπλέον δεδομένα:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1520,20 +1551,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Φίλτρο λίστας αναφοράς" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Πρώτη φορά" +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "Φωτογραφίες από κοντινές και πρόσφατες αναφορές" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "Διόρθωσέ το επιλέγοντας μία περιοχή αρμοδιότητας στη φόρμα Επεξεργασία λεπτομερειών του σώματος παρακάτω." @@ -1563,7 +1599,7 @@ msgstr "Σήμανση ως διαγραμμένο" msgid "Flag user" msgstr "Επισήμανση χρήστη" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Επισημασμένα" @@ -1572,7 +1608,7 @@ msgstr "Επισημασμένα" msgid "Flagged reports and users" msgstr "Επισημασμένες αναφορές και χρήστες" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Οι επισημασμένοι χρήστες καταγράφονται στη σελίδα επισημασμένων." @@ -1580,8 +1616,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Επισημασμένοι:" @@ -1607,11 +1643,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Ξέχασες τον κωδικό πρόσβασής σου;" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Προωθήθηκε στον εξωτερικό τομέα" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Η επιθυμία προωθήθηκε στον εξωτερικό τομέα" @@ -1621,12 +1657,20 @@ msgstr "Η επιθυμία προωθήθηκε στον εξωτερικό τ msgid "Frequently Asked Questions" msgstr "Συχνές Ερωτήσεις" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1648,7 +1692,7 @@ msgstr "Λήψη ενημερώσεων για προβλήματα %s" msgid "Get updates of problems in this %s" msgstr "Λήψη ενημερώσεων για προβλήματα σε αυτό το "%s"" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Λήψη μίας ροής RSS " @@ -1664,15 +1708,15 @@ msgstr "Χαιρόμαστε που φτιάχτηκε!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1682,7 +1726,7 @@ msgstr "Εμπρός" msgid "Going to send questionnaire?" msgstr "Σκοπεύεις να στείλεις ερωτηματολόγιο;" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1708,6 +1752,7 @@ 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 "" @@ -1742,7 +1787,8 @@ msgstr "Κρυμμένα" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1770,7 +1816,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Απόκρυψη καρφιτσών" @@ -1824,11 +1870,9 @@ msgstr "Δεν μπορέσαμε να εντοπίσουμε το πρόβλη #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "Ταυτότητα" @@ -1849,15 +1893,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1871,7 +1915,7 @@ msgstr "Αν δύο ή περισσότεροι τομείς υπηρετούν 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1895,7 +1939,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1932,7 +1976,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1956,6 +2000,17 @@ msgstr "Βρίσκεται στον πίνακα καταχρήσεων;" 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 "Επιπλέον, θα επιστραφούν οι παρακάτω ιδιότητες που δεν περιλαμβάνονται στις προδιαγραφές του Open311 v2: agency_sent_datetime, title (επιστρέφεται επίσης ως μέρος της περιγραφής), interface_used, comment_count, requestor_name (υπάρχει μόνο εφόσον ο αιτών επιτρέψει την εμφάνιση του ονόματός του στην ιστοσελίδα)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "πτέρυγα" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1965,20 +2020,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Δεν έχετε νέα μηνύματα!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Να περιλαμβάνονται οι προσωπικές πληροφορίες του υποβολέα" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Εσφαλμένη τιμή has_photo \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1995,16 +2050,12 @@ msgstr "Εσωτερικές οδηγίες" msgid "Internal notes" msgstr "Εσωτερικές οδηγίες" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Εσφαλμένη τιμή agency_responsible %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Λανθασμένη μορφοποίηση %s." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2056,13 +2107,13 @@ msgstr "Τελευταία ενημέρωση" msgid "Last update:" msgstr "Τελευταία ενημέρωση:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2079,7 +2130,7 @@ msgstr "Λίστα όλων των αναφερθέντων προβλημάτω msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Φορτώνει..." @@ -2117,17 +2168,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2145,19 +2197,20 @@ msgstr "" msgid "MAP" msgstr "ΧΑΡΤΗΣ" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2171,24 +2224,24 @@ msgstr "Χάρτης" msgid "Mark as sent" msgstr "Σημείωση ως απεσταλμένο" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Να επισημάνεις ως επισημασμένους τους χρήστες των οποίων τη συμπεριφορά θα ήθελες να παρακολουθείς." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Μήνυμα" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Μήνυμα προς τον αρμόδιο τομέα:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Μήνυμα προς τον εξωτερικό τομέα:" @@ -2201,7 +2254,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Λείπει το jurisdiction_id" @@ -2209,8 +2262,7 @@ msgstr "Λείπει το jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2233,7 +2285,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Ελέγχθηκε από το τμήμα μέσα σε μία εργάσιμη ημέρα" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2243,14 +2295,14 @@ msgstr "" msgid "Month" msgstr "Μήνας" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2278,9 +2330,10 @@ msgstr "" msgid "Name" msgstr "Όνομα" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Όνομα:" @@ -2298,7 +2351,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Η οδός που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα από το OpenStreetMap): %s%s" @@ -2306,12 +2359,12 @@ msgstr "Η οδός που βρίσκεται πλησιέστερα στην κ msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Ο ταχυδρομικός κώδικας που βρίσκεται πλησιέστερα στην καρφίτσα που τοποθετήθηκε στον χάρτη (παρέχεται αυτόματα): %s (%sm μακριά)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2336,7 +2389,7 @@ msgstr "" msgid "New body added" msgstr "Προστέθηκε νέος τομέας" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Προστέθηκε νέα επαφή κατηγορίας" @@ -2350,8 +2403,8 @@ msgstr "" msgid "New field" msgstr "Προσθήκη πεδίου" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Νέα εσωτερική σημείωση:" @@ -2359,13 +2412,13 @@ msgstr "Νέα εσωτερική σημείωση:" msgid "New local problems on FixMyStreet" msgstr "Νέα τοπικά προβλήματα στο FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2442,7 +2495,7 @@ msgstr "Νέο πρότυπο" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2455,7 +2508,6 @@ msgstr "Επόμενο" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2464,11 +2516,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Όχι" @@ -2480,11 +2532,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Κανένας τομέας" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Δεν επιλέχθηκε κάποια υπηρεσία" @@ -2500,8 +2553,8 @@ msgstr "Δε βρέθηκαν επισημασμένα προβλήματα." msgid "No flagged users found." msgstr "Δε βρέθηκαν επισημασμένοι χρήστες." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Καμία περαιτέρω ενημέρωση" @@ -2537,15 +2590,15 @@ msgstr "Δεν υπάρχουν υποστηρικτές" msgid "None" msgstr "Κανένα" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2556,10 +2609,14 @@ msgstr "" "Χρήστες εξουσιοδοτημένου προσωπικού μπορούν να συσχετιστούν με τον τομέα που αντιπροσωπεύουν.
\n" "Ανάλογα με την υλοποίηση, οι χρήστες προσωπικού ίσως έχουν πρόσβαση στον πίνακα εργαλείων (περίληψη της δραστηριότητάς τους μέσα στον τομέα), τη δυνατότητα να κρύβουν αναφορές ή να ορίζουν ειδικές αναφορές κατάστασης." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "Δεν αναφέρθηκε στο παρελθόν" @@ -2607,12 +2664,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2620,12 +2677,12 @@ msgstr "" msgid "Old state" msgstr "Παλιά κατάσταση" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2634,7 +2691,7 @@ 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:156 +#: 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 @@ -2665,7 +2722,7 @@ msgstr "Αρχική σελίδα του Open311" msgid "Open311 specification" msgstr "Προδιαγραφές Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2677,7 +2734,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2685,16 +2742,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2726,7 +2783,7 @@ msgstr "Η σελίδα δεν βρέθηκε" msgid "Parent" msgstr "Πηγή" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Όλες οι κατηγορίες" @@ -2735,13 +2792,13 @@ msgstr "Όλες οι κατηγορίες" msgid "Partial" msgstr "Εν μέρει" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Κωδικός πρόσβασης (προαιρετικό)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Ο κωδικός σου έχει αλλάξει" @@ -2756,7 +2813,7 @@ msgstr "Κωδικός πρόσβασης (προαιρετικό)" msgid "Permissions" msgstr "Σύνδεσμος" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2764,19 +2821,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Τηλέφωνο:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Αριθμός τηλεφώνου" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Αριθμός τηλεφώνου (προαιρετικό)" @@ -2784,30 +2846,26 @@ msgstr "Αριθμός τηλεφώνου (προαιρετικό)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Τηλέφωνο:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2827,9 +2885,8 @@ msgstr "Απαιτείται φωτογραφία" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2838,7 +2895,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Φωτογραφίες από κοντινές και πρόσφατες αναφορές" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2852,6 +2909,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2879,27 +2941,26 @@ msgid "Please check your email address is correct" msgstr "Παρακαλούμε έλεγξε αν η διεύθυνση email είναι σωστή" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Παρακαλούμε επίλεξε μια κατηγορία" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2921,27 +2982,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Παρακαλούμε να μην κάνεις κατάχρηση — η κατάχρηση της υπηρεσίας υποβαθμίζει την αξία της για όλους τους χρήστες." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Παρακαλούμε γράψε ένα μήνυμα" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Παρακαλώ γράψτε ένα όνομα" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2954,16 +3015,16 @@ msgstr "Παρακαλούμε γράψε έναν κωδικό πρόσβαση #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Παρακαλούμε γράψε ένα θέμα" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2974,20 +3035,20 @@ msgstr "Παρακαλούμε γράψε ένα έγκυρο email" msgid "Please enter a valid email address" msgstr "Παρακαλούμε γράψε μία έγκυρη διεύθυνση email" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -3003,7 +3064,7 @@ msgid "Please enter your first name" msgstr "Παρακαλούμε γράψε το όνομά σου" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Παρακαλούμε γράψε το ονοματεπώνυμό σου, οι υπηρεσίες χρειάζονται αυτή την πληροφορία – αν δεν επιθυμείς να εμφανίζεται το όνομά σου στην ιστοσελίδα, ξετσέκαρε το πεδίο παρακάτω" @@ -3015,9 +3076,9 @@ msgstr "Παρακαλούμε γράψε το όνομά σου" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Παρακαλούμε γράψε το όνομά σου" @@ -3058,19 +3119,19 @@ msgstr "Παρακαλούμε συμπλήρωσε την παρακάτω φό msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Παρακαλούμε γράψε μία έγκυρη διεύθυνση email" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3097,24 +3158,28 @@ msgstr "Παρακαλούμε σημείωσε ότι η ενημέρωσή σ msgid "Please note:" msgstr "Παρακαλούμε σημείωσε ότι:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Παρακαλούμε πες αν έχεις ξαναναφέρει ένα πρόβλημα στην υπηρεσία στο παρελθόν" @@ -3122,7 +3187,7 @@ msgstr "Παρακαλούμε πες αν έχεις ξαναναφέρει έ 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Επιλέξτε ένα σώμα" @@ -3134,7 +3199,7 @@ msgstr "Παρακαλούμε επίλεξε τη ροή που επιθυμε msgid "Please select the type of alert you want" msgstr "Παρακαλούμε επίλεξε το είδος της ειδοποίησης που επιθυμείς" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Παρακαλούμε δήλωσε αν το πρόβλημα έχει διορθωθεί ή όχι" @@ -3142,12 +3207,12 @@ msgstr "Παρακαλούμε δήλωσε αν το πρόβλημα έχει #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Παρακαλούμε ανέβασε μία εικόνα μόνο" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3155,27 +3220,23 @@ msgstr "" msgid "Please write a message" msgstr "Παρακαλούμε γράψε ένα μήνυμα" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Δημοσίευση" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Δημοσιεύθηκε ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Δημοσιεύθηκε από %s στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Δημοσιεύθηκε από %s (%s) στις %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Δημοσιεύθηκε από %s στις %s" @@ -3191,7 +3252,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3199,11 +3260,11 @@ msgstr "" msgid "Previous" msgstr "Προηγούμενα" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3219,9 +3280,9 @@ msgid "Privacy and cookies" msgstr "Ιδιωτικότητα και cookies" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Ιδιωτικό" @@ -3270,7 +3331,7 @@ msgstr "Το πρόβλημα %s στάλθηκε στην υπηρεσία %s" msgid "Problem breakdown by state" msgstr "Ανάλυση προβλήματος ανά κατάσταση" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." @@ -3278,8 +3339,7 @@ msgstr "Το πρόβλημα επισημάνθηκε ως ανοιχτό." msgid "Problem state change based on survey results" msgstr "Αλλαγή κατάστασης προβλήματος βάσει αποτελεσμάτων από έρευνες" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Προβλήματα" @@ -3304,18 +3364,18 @@ msgstr "Προσφάτως αναφερθέντα προβλήματα διορ msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Προβλήματα στο "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Προβλήματα στην περιοχή "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3323,7 +3383,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Προβλήματα σε ακτίνα %s, %s" @@ -3331,11 +3391,15 @@ msgstr "Προβλήματα σε ακτίνα %s, %s" msgid "Property address:" msgstr "Διεύθυνση ακινήτου:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3349,11 +3413,11 @@ msgstr "Δώσε μια ενημέρωση" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Η εισαγωγή κωδικού πρόσβασης είναι προαιρετική, αλλά έτσι θα σου είναι ευκολότερο να αναφέρεις προβλήματα, να αφήνεις ενημερώσεις και να διαχειρίζεσαι τις αναφορές σου." @@ -3361,12 +3425,12 @@ msgstr "Η εισαγωγή κωδικού πρόσβασης είναι προ msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Δημόσια απάντηση:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3409,11 +3473,11 @@ msgstr "Το ερωτηματολόγιο συμπληρώθηκε από τον msgid "RSS feed" msgstr "Ροή RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "Ροή RSS για "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "Ροή RSS για την περιοχή %s, %s" @@ -3421,11 +3485,11 @@ msgstr "Ροή RSS για την περιοχή %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "Ροή RSS από %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "Ροή RSS από %s, στην περιοχή "%s"" @@ -3433,13 +3497,13 @@ msgstr "Ροή RSS από %s, στην περιοχή "%s"" msgid "RSS feed of nearby problems" msgstr "Ροή RSS για κοντινά προβλήματα" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "Ροή RSS για προβλήματα στο "%s"" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "Ροή RSS για προβλήματα στην περιοχή "%s"" @@ -3453,11 +3517,11 @@ msgstr "Ροή RSS για πρόσφατα τοπικά προβλήματα" msgid "RSS feed of updates to this problem" msgstr "Ροή RSS για ενημερώσεις σε αυτό το πρόβλημα" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3470,7 +3534,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Λήψη email όταν γίνονται ενημερώσεις για αυτό το πρόβλημα" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3484,7 +3548,7 @@ msgstr "Πρόσφατα τοπικά προβλήματα, %s" msgid "Recently reported problems" msgstr "Πρόσφατες αναφορές προβλημάτων" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3497,7 +3561,8 @@ 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 "Θυμήσου ότι το FixMyStreet έχει ως πρωταρχικό σκοπό την αναφορά φυσικών προβλημάτων που μπορούν να διορθωθούν. Αν το πρόβλημα δεν είναι κατάλληλο για υποβολή μέσω αυτής της ιστοσελίδας μπορείς να επικοινωνήσεις με την υπηρεσία απευθείας μέσω της ιστοσελίδας της." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3509,8 +3574,8 @@ msgstr "" msgid "Remove flag" msgstr "Αφαίρεση σήμανσης" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3526,17 +3591,21 @@ msgstr "" msgid "Remove option" msgstr "Προσθήκη επιλογής" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Αφαίρεση φωτογραφίας (δεν αναιρείται!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Απάντηση στον χρήστη:" @@ -3544,14 +3613,14 @@ msgstr "Απάντηση στον χρήστη:" msgid "Report" msgstr "Αναφορά" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3560,7 +3629,7 @@ msgid "Report a problem" msgstr "Αναφορά προβλήματος" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3576,7 +3645,7 @@ msgid "Report anonymously" msgstr "Αναφέρθηκε ανώνυμα στις %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3612,7 +3681,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Ανάφερε, δες ή συζήτησε τα τοπικά προβλήματα" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Αναφέρθηκε ανώνυμα στις %s" @@ -3623,7 +3692,7 @@ msgstr "Αναφέρθηκε ανώνυμα στις %s" msgid "Reported before" msgstr "Αναφέρθηκε προηγουμένως" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Αναφέρθηκε από %s στις %s" @@ -3637,27 +3706,27 @@ msgstr "Αναφέρθηκε από:" msgid "Reported in the %s category" msgstr "Αναφέρθηκε στην κατηγορία %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Αναφέρθηκε στην κατηγορία %s, ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Αναφέρθηκε στην κατηγορία %s από τον %s στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Αναφέρθηκε μέσω %s ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Αναφέρθηκε μέσω %s από τον %s στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s ανώνυμα στις %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Αναφέρθηκε μέσω %s στην κατηγορία %s από τον %s στις %s" @@ -3676,17 +3745,15 @@ msgstr "Αναφέρθηκε:" msgid "Reporting a problem" msgstr "Αναφορά προβλήματος" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Αναφορές" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3714,15 +3781,15 @@ msgid "Reports published" msgstr "Αναφορές που δημοσιεύθηκαν" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3735,7 +3802,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3788,39 +3855,45 @@ msgstr "" msgid "Right place?" msgstr "Σωστή τοποθεσία;" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Χειριστής δρόμου για την ονομασμένη οδό (που πρόερχεται από τον αριθμό και το είδος αναφοράς οδού): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Χειριστής δρόμου για την ονομασμένη οδο (από το OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Περιστροφή αριστερά" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3836,20 +3909,20 @@ msgstr "Αν περιστρέψετε την φωτογραφία θα χαθο msgid "Satellite" msgstr "Δορυφόρος" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3866,13 +3939,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Αναζήτηση Αναφορών" @@ -3885,7 +3957,7 @@ msgstr "Αναζήτηση Χρηστών" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Αναζήτηση αναφορών" @@ -3900,12 +3972,12 @@ msgstr "Αναζήτηση:" msgid "Searching found no reports." msgstr "Η αναζήτηση δε βρήκε καμία αναφορά." -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3915,8 +3987,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3926,7 +3997,7 @@ msgid "Select a body" msgstr "Επίλεξε ένα σώμα" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Διάλεξε μια περιοχή" @@ -3947,7 +4018,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3960,7 +4031,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3969,11 +4040,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Επιστροφή αναφοράς" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Στάλθηκε στο %s %s αργότερα" @@ -4011,7 +4082,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4022,7 +4093,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4047,8 +4118,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4059,7 +4130,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Προβολή καρφιτσών" @@ -4119,7 +4190,7 @@ msgid "Some photos of recent reports" msgstr "Μερικές φωτογραφίες από πρόσφατες αναφορές" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Κείμενο για εντοπισμό" @@ -4128,12 +4199,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Συγνώμη, φαίνεται πως αυτός ο ταχυδρομικός κώδικας είναι Crown dependency postcode, δεν καλύπτουμε τέτοιους ΤΚ," @@ -4151,9 +4221,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Συγνώμη, υπήρξε βλάβη στην επιβεβαίωση του προβλήματός σου." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Συγνώμη, δεν μπορέσαμε να βρούμε αυτήν την τοποθεσία." @@ -4163,13 +4233,13 @@ msgstr "Συγνώμη, δεν μπορέσαμε να βρούμε αυτήν msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Λυπούμαστε, δεν μπορούμε να σας συνδέσουμε. Παρακαλούμε συμπληρώστε την παρακάτω φόρμα." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4184,11 +4254,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4197,11 +4267,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4225,18 +4295,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Κατάσταση" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4245,31 +4315,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Στατιστικά" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Κατάσταση" @@ -4287,7 +4354,7 @@ msgstr "Street View" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Τμήμα/Σώμα" @@ -4306,50 +4373,48 @@ msgstr "Θέμα:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Υποβολή" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Υποβολή ερωτηματολογίου" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Υποβλήθηκε" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Γίνε συνδρομητής" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4362,7 +4427,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Οι ενημερώσεις έχουν όριο χαρακτήρων %s. Παρακαλούμε συντόμευσε την ενημέρωσή σου" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4376,20 +4441,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Περίληψη" @@ -4400,14 +4464,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4425,13 +4494,17 @@ msgstr "" msgid "Template «%s»" msgstr "Πρότυπο «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Κείμενο" @@ -4453,6 +4526,11 @@ msgstr "Έκδοση απλού κειμένου" msgid "Text:" msgstr "Κείμενο:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Κείμενο" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Ευχαριστούμε που ανέφερες αυτό το ζήτημα!" @@ -4482,7 +4560,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Ευχαριστούμε, χαιρόμαστε που διορθώθηκε! Μπορούμε απλά να σε ρωτήσουμε αν έχεις αναφέρει ξανά κάποιο πρόβλημα στην υπηρεσία στο παρελθόν;" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4494,27 +4572,29 @@ msgstr "Η εικόνα δεν φαίνεται να έχει μεταφορτω 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Η τοποθεσία δεν φαίνεται να βρίσκεται στην Ελλάδα. Παρακαλούμε προσπάθησε ξανά." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Ο ταχυδρομικός κώδικας δεν αναγνωρίστηκε, λυπούμαστε." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Αυτό το πρόβλημα έχει σημειωθεί ως απεσταλμένο." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Το πρόβλημα τώρα θα αποσταλθεί ξανά." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Η αναφορά αφαιρέθηκε από το FixMyStreet." @@ -4560,8 +4640,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4620,7 +4700,7 @@ msgstr "Το σφάλμα ήταν: %s" 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 "Οι παρακάτω ιδιότητες του Open311 v2 επιστρέφονται για κάθε αίτημα: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code και service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Οι ακόλουθες πληροφορίες σχετικά με την πλησιέστερη οδό ίσως είναι ανακριβείς ή άσχετες, αν το πρόβλημα βρίσκεται κοντά σε πολλές οδούς ή κοντά σε μια οδό χωρίς καταχωρημένο όνομα στο OpenStreetMap." @@ -4682,8 +4762,8 @@ msgstr "Ο χρήστης δεν μπορέσε να εντοπίσει το π msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4718,7 +4798,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4736,12 +4816,12 @@ msgstr "Υπήρξε πρόβλημα στην προβολή αυτής της msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Παρακαλούμε προσπάθησε ξανά." @@ -4749,7 +4829,7 @@ msgstr "Υπήρξε πρόβλημα με την ενημέρωσή σου. Π msgid "There were problems with your report. Please see below." msgstr "Υπήρξαν προβλήματα με την αναφορά σου. Παρακαλούμε δες παρακάτω." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Υπήρξαν προβλήματα με την ενημέρωσή σου. Παρακαλούμε δες παρακάτω." @@ -4833,10 +4913,10 @@ msgstr "Αυτό το email στάλθηκε και στις δύο υπηρεσ 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 στάλθηκε σε πολλές υπηρεσίες που είναι αρμόδιες για την τοποθεσία του προβλήματος, αφού η επιλεγμένη κατηγορία συμπεριλαμβάνεται σε κάθε μια από αυτές. Παρακαλούμε αγνόησέ το αν η υπηρεσία σου δεν είναι αρμόδια για την αντιμετώπιση του ζητήματος." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Αυτή η πληροφορία απαιτείται" @@ -4853,19 +4933,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4878,26 +4962,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως κλειστή." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως διορθωμένη." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Αυτή η αναφορά είναι προς το παρόν καταχωρημένη ως ανοιχτή." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4905,15 +4989,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Αυτή η ιστοσελίδα περιέχει επίσης μία φωτογραφία του προβλήματος, που παρέχεται από το χρήστη." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4937,6 +5024,10 @@ msgstr "Τίτλος" 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 "Για να βρεις τις τοπικές ειδοποιήσεις που υπάρχουν για σένα, παρακαλούμε γράψε τον %s ταχυδρομικό σου κώδικα, την οδό ή την περιοχή σου." @@ -4962,7 +5053,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4987,11 +5078,6 @@ msgstr "" msgid "Total" msgstr "Σύνολο" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5014,17 +5100,17 @@ msgstr "Στείλε μας ένα email:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: templates/web/base/auth/generate_token.html:40 +#: templates/web/base/auth/generate_token.html:53 #, fuzzy msgid "Two-factor authentication" msgstr "Έλεγχος ταυτότητας δύο παραγόντων" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5034,7 +5120,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5064,10 +5150,10 @@ msgstr "Άγνωστο σφάλμα" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Άγνωστη ταυτότητα προβλήματος" @@ -5079,13 +5165,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Ενημέρωση" @@ -5136,29 +5222,27 @@ msgstr "Η ενημέρωση άνοιξε ξανά το πρόβλημα" msgid "Update statuses" msgstr "Καταστάσεις ενημέρωσης" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Ενημερώθηκε" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Ενημερώθηκε!" @@ -5169,7 +5253,7 @@ msgstr "Ενημερώθηκε!" msgid "Updates" msgstr "Ενημερώσεις" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Οι ενημερώσεις έχουν όριο χαρακτήρων %s. Παρακαλούμε συντόμευσε την ενημέρωσή σου" @@ -5199,6 +5283,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5212,8 +5304,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5231,7 +5323,7 @@ msgid "User flagged" msgstr "Ο χρήστης επισημάνθηκε" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5244,27 +5336,25 @@ msgstr "Η αναζήτηση χρηστών βρίσκει αποτελέσμα msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Χρήστες" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5272,9 +5362,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Οι τιμές ενημερώθηκαν" @@ -5300,7 +5390,7 @@ msgstr "" msgid "View report on site" msgstr "Προβολή αναφοράς στην ιστοσελίδα" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Προβολή αναφορών ανά πτέρυγα" @@ -5308,7 +5398,7 @@ msgstr "Προβολή αναφορών ανά πτέρυγα" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5326,7 +5416,7 @@ msgstr "Προβάλλεται ένα πρόβλημα" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Πτέρυγες του συμβουλίου" @@ -5396,7 +5486,7 @@ msgstr "Όταν αποστάλθηκε " msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5416,7 +5506,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Θα ήθελες να λάβεις και άλλο ερωτηματολόγιο σε 4 εβδομάδες, για να σου υπενθυμίσει να ελέγξεις την τρέχουσα κατάσταση;" @@ -5428,7 +5518,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "Να χρησιμοποιείς τα κατάλληλα σημεία στίξης και να αποφεύγεις να γράφεις μόνο με κεφαλαία γράμματα, ώστε το μήνυμά σου να είναι εύκολο στην ανάγνωση." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5439,12 +5528,12 @@ msgstr "Να χρησιμοποιείς τα κατάλληλα σημεία σ #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ναι" @@ -5457,7 +5546,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5470,7 +5559,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Με το παρόν, δηλώνεις ότι η παρακάτω ενημέρωση είναι καταχρηστική, περιέχει προσωπικές πληροφορίες ή κάτι παρόμοιο: " #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5479,7 +5568,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Μπορείς να δεις το πρόβλημα σε αυτόν τον ιστότοπο." -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Μπορείς να προσθέσεις την ηλεκτρονική διεύθυνση ενός καταχρηστικού χρήστη στην λίστα καταχρήσεων, κάτι που αυτόματα θα αποκρύπτει (και δεν θα αποστέλλει) αναφορές που αυτός δημιουργεί." @@ -5512,7 +5601,7 @@ msgstr "Μπορείς να μας βοηθήσεις με το να βρεις msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Μπορείς να επισημάνεις έναν τομέα ως διαγεγραμμένο αν δεν θέλεις να είναι ενεργός σε αυτόν τον ιστότοπο." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5522,7 +5611,7 @@ msgid "You declined; please fill in the box above" msgstr "Έχεις υποχωρήσει - παρακαλούμε συμπλήρωσε το κουτί που υπάρχει παραπάνω." #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5530,7 +5619,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Έχεις ήδη απαντήσεις σε αυτό το ερωτηματολόγιο. Αν έχεις κάποιος απορία, παρακαλούμε επικοινώνησε, ή δες το πρόβλημά σου.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." @@ -5540,8 +5629,7 @@ msgstr "Έχεις ήδη επισυνάψει φωτογραφίες σε αυ 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 "Έχεις ήδη επισυνάψει φωτογραφίες σε αυτήν την αναφορά. Μπορείς να επισυνάψεις μέχρι 3 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "Έχεις ήδη επισυνάψει φωτογραφίες σε αυτήν την ενημέρωση. Μπορείς να επισυνάψεις μέχρι 3 (αν προσπαθήσεις να μεταφορτώσεις περισσότερες, θα αφαιρεθούν οι παλιότερες)." @@ -5608,9 +5696,9 @@ msgstr "Οι Αναφορές σου" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5620,13 +5708,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "Έλεγχος ταυτότητας δύο παραγόντων" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5655,16 +5744,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5684,8 +5773,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5718,7 +5807,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5749,19 +5838,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5769,8 +5858,8 @@ msgstr "" msgid "by %s" msgstr "από %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "υπηρεσία" @@ -5801,6 +5890,10 @@ msgstr "επεξεργασία χρήστη" msgid "from %s different users" msgstr "από %s διαφορετικούς χρήστες" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5818,7 +5911,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5901,12 +5994,12 @@ msgid "today" msgstr "σήμερα" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5931,7 +6024,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "πτέρυγα" @@ -5991,7 +6084,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6012,7 +6105,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6033,21 +6126,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s διορθώθηκε μέσα στον προηγούμενο μήνα" msgstr[1] "%s διορθώθηκαν μέσα στον προηγούμενο μήνα" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s αναφορά μέσα στην προηγούμενη εβδομάδα" msgstr[1] "%s αναφορές μέσα στην προηγούμενη εβδομάδα" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s πρόσφατη αναφορά" msgstr[1] "%s πρόσφατες αναφορές" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6082,20 +6175,32 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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 "Σημείωση: Η αναφορά έχει δρομολογηθεί προς ενέργεια. Για οποιαδήποτε μεταβολή συμβεί δεν θα ενημερωθεί αυτόματα." diff --git a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po index 8fe49cfbb43..bf13b355502 100644 --- a/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,15 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2020 +# Paulina Rodriguez , 2020 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" "MIME-Version: 1.0\n" @@ -20,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " y " @@ -56,7 +58,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Informes de notificación" @@ -111,7 +113,7 @@ msgstr "%s cuestionarios enviados – %s respondidos (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© colaboradores OpenStreetMap" @@ -157,6 +159,8 @@ msgstr "(ya no existe)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +179,8 @@ msgstr "(enviado a ambos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(también tenemos feeds RSS para problemas en %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -186,9 +190,8 @@ msgid "-- Pick an option --" msgstr "-- Escoja una opción --" #: templates/web/base/contact/enquiry/index.html:35 -#, fuzzy msgid "-- Please select --" -msgstr "Por favor seleccione un órgano." +msgstr "-- Por favor seleccione --" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -206,17 +209,18 @@ msgstr "" "Por favor añada MAPIT_TYPES en su archivo de configuración." #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Informes, estadísticas y acciones para

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s informes %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s guardado" @@ -246,7 +250,7 @@ msgid "Yes I have a password" msgstr "- tengo una contraseña" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -256,14 +260,14 @@ msgstr "" #: templates/web/base/report/new/form_user.html:8 msgid "About the problem" -msgstr "" +msgstr "Sobre el problema" #: perllib/FixMyStreet/App/Controller/Root.pm:128 msgid "Access denied" -msgstr "" +msgstr "Acceso denegado" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Activar autenticación doble" @@ -286,10 +290,9 @@ msgstr "" 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:108 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" -msgstr "Agregar nueva categoría" +msgstr "" #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 @@ -319,7 +322,7 @@ msgstr "Añadir estado de reparación" msgid "Add new category" msgstr "Agregar nueva categoría" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Añadir opción" @@ -328,8 +331,8 @@ msgstr "Añadir opción" msgid "Add phone number" msgstr "Agregar número de teléfono" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -337,21 +340,20 @@ msgid "Add to shortlist" msgstr "Añadir a favoritos" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Añadir/editar categoría de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Añadir / editar prioridades de respuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Añadir / editar plantillas de respuesta" @@ -367,6 +369,12 @@ msgstr "Añadir este informe a tu lista de favoritos lo eliminará de la lista d msgid "Admin" msgstr "Administrador" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Otra vez:" @@ -379,8 +387,8 @@ msgstr "Alerta %d creada por %s, tipo %s, parámetros %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alerta %d desactivada (creada %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Notificadme actualizaciones futuras" @@ -392,10 +400,12 @@ msgstr "Alertas:" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Todos" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Todas las notificaciones" @@ -435,6 +445,10 @@ msgstr "Todas las notificaciones entre %s y %s" msgid "All time" msgstr "Todo el tiempo" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -453,9 +467,8 @@ msgid "An email address or service ID (Open311 or similar)." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:14 -#, fuzzy msgid "An email address." -msgstr "Agregar dirección de email" +msgstr "Un correo electrónico." #: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." @@ -471,7 +484,7 @@ msgstr "Anónimo" msgid "Anonymous user" msgstr "Usuario anónimo" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -484,7 +497,7 @@ msgid "Another user" msgstr "Otro usuario" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "¿Estás seguro que quieres cancelar esta carga?" @@ -493,8 +506,8 @@ msgstr "¿Estás seguro que quieres cancelar esta carga?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "¿Estás seguro?" @@ -505,7 +518,7 @@ msgstr "¿Estás seguro?" msgid "Area covered" msgstr "Área cubierta" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Área:" @@ -515,31 +528,35 @@ 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/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Asignar usuarios a áreas" +msgstr "Asignar seleccionado al rol:" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Asignar al organismo competente\\:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Asigne a otra categoria:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Asignar a un órgano externo:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Asignar usuarios a áreas" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Todas las categorías" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Asignado a %s" @@ -552,7 +569,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -560,11 +577,11 @@ msgstr "Los usuarios del personal autorizado pueden asociarse con las categoría msgid "Auto Response" msgstr "Auto Respuesta" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Auto-respuesta \\:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -576,12 +593,13 @@ msgstr "Promedio de tiempo entre el informe de un problema y su arreglo, último msgid "Avoid personal information and vehicle number plates" msgstr "Evite la información personal y las matrículas de vehículos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "En espera de revisión" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Atras" @@ -592,7 +610,7 @@ msgstr "Volver a todos los informes" #: templates/web/base/admin/manifesttheme/index.html:9 msgid "Background Colour" -msgstr "" +msgstr "Color de fondo" #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" @@ -600,16 +618,14 @@ msgstr "Bloquear usuario" #: templates/web/base/admin/extra-metadata-item.html:35 msgid "Behaviour" -msgstr "" +msgstr "Comportamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Órganos administrativos" @@ -622,11 +638,13 @@ msgstr "Órganos administrativos" msgid "Body" msgstr "Órgano administrativo" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Órgano administrativo:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "Archivo CSV" @@ -638,8 +656,7 @@ msgstr "¿No puede encontrar nuestro correo electrónico? Revise su carpeta de s msgid "Can't see the map? Skip this step" msgstr "¿No puedes ver el mapa? Salte este paso" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -655,15 +672,13 @@ msgstr "Categorías:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -673,7 +688,7 @@ msgstr "Categoría" msgid "Category and State" msgstr "Categoría y Estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de '%s' a '%s'" @@ -696,6 +711,11 @@ msgstr "Categoría:" msgid "Change" msgstr "Cambiar" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Cambiar contraseña" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -712,10 +732,9 @@ msgstr "Cambiar contraseña" msgid "Change phone number" msgstr "Cambiar número de teléfono" -#: templates/web/base/auth/generate_token.html:56 -#, fuzzy +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" -msgstr "Activar autenticación doble" +msgstr "Cambiar autenticación doble" #: templates/web/base/admin/bodies/_category_field.html:3 msgid "" @@ -725,12 +744,12 @@ msgstr "" "Elegir un nombre de categoria que tenga sentido para el público (por ejemplo, \"baches\", \"alumbrado público\") y que sea también útil\n" "para el organismo administrativo. Las categorías aparecerán en un menú desplegable al notificar un problema." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Elija otro" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Borrar datos sin conexión" @@ -760,15 +779,15 @@ 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:7 msgid "Click the map or drag the pin to adjust the location" -msgstr "" +msgstr "Haga clic en el mapa o arrastre el pin para ajustar la ubicación" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Close" -msgstr "" +msgstr "Cerrar" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -778,11 +797,7 @@ msgstr "" msgid "Closed" msgstr "Cerrada" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Cerrada por el Ayuntamiento" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "No se permiten actualizaciones" @@ -815,13 +830,12 @@ msgid "Code" msgstr "Código" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Cerrar mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" @@ -879,11 +893,11 @@ msgstr "Contactar con el equipo" #: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" -msgstr "" +msgstr "Continuar" #: templates/web/base/report/new/duplicate_suggestions.html:17 msgid "Continue – report a new problem" -msgstr "" +msgstr "Continuar – reportar un nuevo problema" #: templates/web/base/admin/bodies/open311-form-fields.html:151 msgid "Convert location from Easting/Northing" @@ -936,9 +950,9 @@ msgstr "Crear una notificación" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" -msgstr "" +msgstr "Crear una cuenta" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crear una categoría" @@ -948,27 +962,25 @@ msgstr "Crear una categoría" msgid "Create priority" msgstr "Crear una prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "Crear reportes/actualizaciones como usuario anónimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Crear reportes/actualizaciones como el Ayuntamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Crear reportes/actualizaciones a nombre de un usuario" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Crear plantilla" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Creado" @@ -977,6 +989,17 @@ msgstr "Creado" msgid "Created %d new users" msgstr "Creados %d nuevos usuarios" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Creado" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Creado" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -988,10 +1011,6 @@ msgstr "Creado:" msgid "Current password:" msgstr "Contraseña actual:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "Token actual:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Actualmente agrupados por %s" @@ -1001,19 +1020,21 @@ msgstr "Actualmente agrupados por %s" msgid "Currently no bodies have been created." msgstr "No se han creado organismos aún." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Cliente no localizable" #: 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 "Cuadro de mando" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Desactivar autenticación doble" @@ -1025,7 +1046,7 @@ msgstr "Tratado por el departamento dentro de los 5 días hábiles" msgid "Default" msgstr "Por defecto" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1035,15 +1056,14 @@ msgid "Delete" msgstr "Eliminar" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 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:40 #: templates/web/base/admin/bodies/index.html:31 @@ -1057,18 +1077,15 @@ msgid "Describe why you are moderating this" msgstr "Describa por qué está moderando esto" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Descripción" #: templates/web/base/admin/bodies/contact-form.html:7 -#, fuzzy msgid "Destination" -msgstr "Descripción" +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "La información detallada está limitada a %d caracteres." @@ -1104,7 +1121,7 @@ msgid "Disable" msgstr "Desactivar" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1112,6 +1129,15 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Recibe actualizaciones de los problemas en este %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "Desactivados:" @@ -1123,7 +1149,7 @@ msgstr "Descartar cambios" #: templates/web/base/admin/extra-metadata-item.html:67 msgid "Display as" -msgstr "" +msgstr "Mostrar como" #: templates/web/base/admin/extra-metadata-option.html:10 msgid "Displayed label" @@ -1146,25 +1172,24 @@ msgstr "No lo sé" msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 -#, fuzzy +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "Arrastre aquí su(s) foto(s) o haga clic para subirla(s)" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Duplicado de" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Duplicados" @@ -1179,7 +1204,7 @@ msgstr "" "Diferentes categorías pueden tener el mismo contacto.\n" "Esto significa que puede agregar muchas categorías incluso si tiene un solo contacto para el órgano." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1191,7 +1216,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Editar" @@ -1202,36 +1227,33 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Editar los permisos de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Editar la categoría del reporte" #: templates/web/base/report/new/form_user.html:13 msgid "Edit report details" -msgstr "" +msgstr "Editar detalles del reporte" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Editar la prioridad del reporte" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Editar reportes" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "Editar detalles de usuarios/buscar sus reportes" #: templates/web/base/report/update/form_user.html:8 msgid "Edit your update" -msgstr "" +msgstr "Editar tu actualización" #: templates/web/base/admin/reports/edit.html:0 #: templates/web/base/admin/reports/edit.html:15 @@ -1262,8 +1284,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1272,15 +1295,14 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Dirección de email" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "Dirección de email (opcional)" @@ -1294,18 +1316,19 @@ msgstr "Borrada alerta de email" #: templates/web/base/auth/general.html:106 msgid "Email me a link or text me a code to sign in" -msgstr "" +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 msgid "Email me a link to sign in" -msgstr "" +msgstr "Envíame un correo electrónico con un enlace para iniciar sesión" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Email verificado:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Email:" @@ -1375,12 +1398,11 @@ msgstr "" msgid "Endpoint" msgstr "Punto final" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" -msgstr "Introduzca un nombre de calle de Zürich" +msgstr "Introduzca un nombre de calle de Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área" @@ -1407,10 +1429,10 @@ msgstr "Introduzca detalles del problema" msgid "Error" msgstr "Error" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Todo" @@ -1423,7 +1445,7 @@ msgstr "Ejemplo de código postal %s" msgid "Examples:" msgstr "Ejemplos:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Categoría existente" @@ -1432,7 +1454,7 @@ msgid "Existing users won't be modified." msgstr "Los usuarios existentes no serán modificados." #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Expandir mapa" @@ -1457,7 +1479,7 @@ msgid "External body" msgstr "Órgano externo" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1469,20 +1491,20 @@ msgstr "" msgid "External team" msgstr "Equipo externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Datos adicionales:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1494,7 +1516,7 @@ msgstr "Campos adicionales:" #: templates/web/base/admin/extra-metadata-item.html:38 msgid "Extra question shown to user" -msgstr "" +msgstr "Preguntas adicionales mostradas al usuario" #: templates/web/base/contact/submit.html:13 msgid "Failed to send message" @@ -1512,23 +1534,28 @@ 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 "" +msgstr "Rellena tus detalles manualmente." #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" -msgstr "" - -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtrar lista de informes" +msgstr "Filtro" #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nuevos informes" + #: 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." @@ -1558,7 +1585,7 @@ msgstr "Marcar como borrado" msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1567,7 +1594,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Señalizar informes y usuarios" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Los usuarios marcados se listan en página demarcados" @@ -1575,8 +1602,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Marcado:" @@ -1594,7 +1621,7 @@ msgstr "Para más información, vea aún no ha sido publicada%s (%s) at %s" msgstr "Publicado por %s (%s) - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" @@ -3195,7 +3235,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3203,11 +3243,11 @@ msgstr "" msgid "Previous" msgstr "Previo" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioridad" @@ -3223,9 +3263,9 @@ msgid "Privacy and cookies" msgstr "Privacidad y cookies" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privado" @@ -3242,28 +3282,24 @@ msgid "Problem %d created" msgstr "Problema %d creado" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Añadir a favoritos" +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 creado" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Problema %d creado" +msgstr "" #: templates/web/base/admin/users/log.html:56 -#, fuzzy msgid "Problem %s removed from shortlist" -msgstr "usuario eliminado de la lista de abusos" +msgstr "" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" @@ -3275,7 +3311,7 @@ msgstr "Problema %s enviado al Ayuntamiento %s" msgid "Problem breakdown by state" msgstr "Desglose de problemas según estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -3283,8 +3319,7 @@ msgstr "Problema marcado como abierto." msgid "Problem state change based on survey results" msgstr "El estado del problema cambió debido a los resultados de la encuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -3309,18 +3344,18 @@ msgstr "Problemas recientemente notificados como arreglados en FixMyStreet" msgid "Problems within %.1fkm of %s" msgstr "Problemas en un radio de %.1fkm de %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemas en %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3328,7 +3363,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3336,11 +3371,15 @@ msgstr "" msgid "Property address:" msgstr "Dirección de la propiedad:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3354,11 +3393,11 @@ msgstr "Proporcionar una actualización" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Proporcionar una contraseña es opcional, pero hacerlo le permitirá notificar y actualizar los problemas más fácilmente, así como administrar sus informes." @@ -3366,12 +3405,12 @@ msgstr "Proporcionar una contraseña es opcional, pero hacerlo le permitirá not msgid "Public details" msgstr "Detalles públicos" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Respuesta del público:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Actualización pública:" @@ -3381,9 +3420,8 @@ msgid "Publish photo" msgstr "Publicar foto" #: templates/web/base/admin/extra-metadata-item.html:60 -#, fuzzy msgid "Question text" -msgstr "Cuestionario" +msgstr "" #: templates/web/base/questionnaire/completed.html:1 #: templates/web/base/questionnaire/index.html:0 @@ -3414,11 +3452,11 @@ msgstr "Cuestionario cumplimentado por el notificador problema" msgid "RSS feed" msgstr "Listado RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" @@ -3426,11 +3464,11 @@ msgstr "Listado RSS para %s del barrio, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" @@ -3438,13 +3476,13 @@ msgstr "Listado RSS para %s, en el barrio %s" msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "Listado RSS de los problemas dentro del barrio %s" @@ -3458,13 +3496,13 @@ msgstr "Listado RSS de los problemas locales más recientes" msgid "RSS feed of updates to this problem" msgstr "Listado RSS de actualizaciones sobre este problema" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" -msgstr "" +msgstr "Leer menos" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" -msgstr "" +msgstr "Leer más" #: templates/web/base/admin/reports/edit.html:93 msgid "Reason:" @@ -3475,7 +3513,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Reciba un correo cuando se dejen actualizaciones sobre este problema." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3489,7 +3527,7 @@ msgstr "Problemas locales recientes, %s" msgid "Recently reported problems" msgstr "Problemas recientemente notificados" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Actualizado recientemente" @@ -3502,7 +3540,8 @@ msgstr "Rechazar reporte" 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 "Recuerde que FixMyStreet es principalmente para informar sobre problemas físicos que pueden ser arreglados. Si su problema no es apropiado para ser presentado a través de este sitio recuerde que puede ponerse en contacto con su Ayuntamiento directamente mediante su página web." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Eliminar detalles de la cuenta" @@ -3514,8 +3553,8 @@ msgstr "Eliminar campo" msgid "Remove flag" msgstr "Eliminar marca" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3527,21 +3566,25 @@ msgid "Remove from site" msgstr "Eliminar del sitio" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "Eliminar campo" +msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Quitar foto (¡no se puede deshacer!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Editar los permisos de otros usuarios" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "Reemplazar token" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Responder al usuario:" @@ -3549,14 +3592,14 @@ msgstr "Responder al usuario:" msgid "Report" msgstr "Notificar" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID del reporte:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3565,7 +3608,7 @@ msgid "Report a problem" msgstr "Notificar un problema" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Reportar un problema aquí" @@ -3576,12 +3619,11 @@ msgstr "Denunciar abuso" #: templates/web/base/report/form/user.html:32 #: templates/web/base/report/form/user.html:39 -#, fuzzy msgid "Report anonymously" -msgstr "Notificado anónimamente en %s" +msgstr "Reportar anónimamente" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3592,9 +3634,8 @@ msgid "Report as" msgstr "Reportar como" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Reportar como" +msgstr "Reportar detalles" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3617,7 +3658,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Notifique, consulte o discuta problemas locales" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Notificado anónimamente en %s" @@ -3628,7 +3669,7 @@ msgstr "Notificado anónimamente en %s" msgid "Reported before" msgstr "Notificado con anterioridad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Notificado por %s en %s" @@ -3642,27 +3683,27 @@ msgstr "Reportado por:" msgid "Reported in the %s category" msgstr "Notificado en la categoría %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Notificado anónimamente en la categoría %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Notificado en la categoría %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Notificado anónimamente vía %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Notificado vía %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Notificado anónimamente vía %s en la categoría %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Notificado vía %s en la categoría %s por %s en %s" @@ -3681,17 +3722,15 @@ msgstr "Reportado:" msgid "Reporting a problem" msgstr "Notificando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Notificaciones" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3719,15 +3758,15 @@ msgid "Reports published" msgstr "Notificaciones publicadas" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "Reportes enviados a %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3740,7 +3779,7 @@ msgstr "Reportes esperando ser enviados" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Obligatorio" @@ -3793,39 +3832,45 @@ msgstr "Revertir al título original" msgid "Right place?" msgstr "¿Es correcto el lugar?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Operador responsable de este camino (derivado del número de referencia y tipo del camino): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador responsable de este camino (de OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3841,20 +3886,20 @@ msgstr "Rotar esta foto descartará los cambios del reporte que no hayan sido gu msgid "Satellite" msgstr "Satélite" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "Guardar como duplicado y cerrar " -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3871,13 +3916,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Buscar Notificaciones" @@ -3890,7 +3934,7 @@ msgstr "Buscar Usuarios" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Buscar informes" @@ -3905,12 +3949,12 @@ msgstr "Buscar:" msgid "Searching found no reports." msgstr "La búsqueda no encontró notificaciones." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "La búsqueda no encontró usuarios." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "Seguridad" @@ -3920,8 +3964,7 @@ msgstr "Seguridad" msgid "See our privacy policy" msgstr "Vea nuestra política de privacidad" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3931,7 +3974,7 @@ msgid "Select a body" msgstr "Selecciona un órgano administrativo" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleccione un área" @@ -3952,7 +3995,7 @@ msgstr "" msgid "Select:" msgstr "Seleccionar:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Enviar" @@ -3965,7 +4008,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "Enviar email de inicio de sesión" @@ -3974,11 +4017,11 @@ msgstr "Enviar email de inicio de sesión" msgid "Sending a confirmation text failed: \"%s\"" msgstr "El envío del texto de confirmación falló: \"%s\"" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" @@ -4016,7 +4059,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4027,7 +4070,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4052,8 +4095,8 @@ msgstr "¿Mostrar nombre publicamente?" msgid "Show older" msgstr "Mostrar los más antiguos" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "Mostrar los reportes más antiguos" @@ -4064,7 +4107,7 @@ msgstr "Mostrar foto" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Mostrar marcadores" @@ -4126,7 +4169,7 @@ msgid "Some photos of recent reports" msgstr "Algunas fotos de notificaciones recientes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Algún texto para localizar" @@ -4135,12 +4178,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Lo sentimos, ése parece ser un código postal dependiente de La Corona, que no soportamos." @@ -4158,9 +4200,9 @@ msgstr "Lo sentimos, el código es incorrecto" msgid "Sorry, there has been an error confirming your problem." msgstr "Lo sentimos, hubo un error confirmando su notificación." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Lo sentimos, no hemos podido encontrar ese lugar." @@ -4170,50 +4212,44 @@ msgstr "Lo sentimos, no hemos podido encontrar ese lugar." 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Lo sentimos, pero no pudo analizar esa ubicación. Por favor, inténtelo de nuevo." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: 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 "Perdón, no pudimos guardar la(s) imágenes, por favor intente nuevamente." +msgstr "" #: templates/web/base/offline/fallback.html:6 -#, fuzzy msgid "Sorry, we don’t have a good enough connection to fetch that page." msgstr "" -"Lo sentimos, la conexión no permitió cargar la página,\n" -"o la página no existe, \n" -"o hubo un error de servidor. Por favor intente de nuevo más tarde." #: perllib/FixMyStreet/App/Controller/Root.pm:129 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:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Ordenados por" #: templates/web/base/admin/bodies/contact-form.html:45 -#, fuzzy msgid "Staff only" -msgstr "Staff:" +msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Staff:" @@ -4237,18 +4273,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4257,31 +4293,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Estadísticas" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Estado" @@ -4299,7 +4332,7 @@ msgstr "" msgid "Subcategory" msgstr "Subcategoría" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Subdivisión/Órgano" @@ -4318,50 +4351,48 @@ msgstr "Título:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Enviar cambios" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Enviar cuestionario" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "Suscribirse por email" @@ -4370,11 +4401,10 @@ msgid "Subscribed:" msgstr "Suscrito:" #: 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:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4388,20 +4418,19 @@ msgstr "" msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Resuma sus cambios" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Resumen" @@ -4412,14 +4441,19 @@ msgstr "Resumen de notificaciones" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4437,21 +4471,25 @@ msgstr "" msgid "Template «%s»" msgstr "Plantilla «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Plantillas" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Menos recientemente actualizado" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Campos adicionales:" +msgstr "" #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" @@ -4465,6 +4503,11 @@ msgstr "Versión solo texto" msgid "Text:" msgstr "Texto:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Texto" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "¡Gracias por notificar esta incidencia!" @@ -4494,7 +4537,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4506,27 +4549,29 @@ msgstr "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuev msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Esa localización no parece estar cubierta por un ayuntamiento, tal vez esté en alta mar o fuera del país. Por favor, inténtelo de nuevo." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Esa localización no parece ser de UK, por favor inténtelo de nuevo." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de FixMyStreet." @@ -4574,8 +4619,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4611,9 +4656,8 @@ msgid "The code used to store this field value in the database." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:31 -#, fuzzy msgid "The contact has been confirmed as correct." -msgstr "El problema se ha marcado como enviado." +msgstr "" #: templates/web/base/report/new/fill_in_details_text.html:2 #: templates/web/base/report/new/fill_in_details_text.html:3 @@ -4634,7 +4678,7 @@ msgstr "El error fue: %s" 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 "Los siguientes atributos Open311 v2 son devueltos para cada petición: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code y service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "La información siguiente sobre la carretera más cercana podría ser incorrecta o irrelevante si el problema se encuentra cerca de varias carreteras o cerca de una carretera sin nombre registrado en OpenStreetMap." @@ -4685,9 +4729,8 @@ 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 "El archivo CSV debe contener una fila de encabezado, y los registros deben tener los siguientes campos (en el mismo orden):" +msgstr "" #: perllib/FixMyStreet/Queue/Item/Report.pm:117 msgid "The user could not locate the problem on a map, but to see the area around the location they entered" @@ -4697,8 +4740,8 @@ msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el áre msgid "The user has been sent a login email" msgstr "Se ha enviado un email de inicio de sesión al usuario" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4730,11 +4773,10 @@ msgid "There are similar problems nearby that we’re already aware of, is one o msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:98 -#, fuzzy msgid "There is already a template with that title." -msgstr "Ya existe una plantilla de respuesta automática para esta categoría/estado." +msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "Ya existe una plantilla de respuesta automática para esta categoría/estado." @@ -4752,13 +4794,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 -#, fuzzy +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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 "Hubo un problema con su información de inicio de sesión. Si olvidó su contraseña, o no tiene una, por favor complete la sección ‘No’ del formulario." +msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." @@ -4766,7 +4807,7 @@ msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." @@ -4851,10 +4892,10 @@ msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cub 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Esta información es necesaria" @@ -4871,19 +4912,23 @@ msgstr "Texto público que se mostrará en el sitio." msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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 "Esta página es una manera rápida de crear varios usuarios del staff en un solo paso." -#: templates/web/base/report/update/form_state_checkbox.html:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Este problema se ha arreglado" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Este problema no se ha arreglado" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "Este problema todavía persiste." @@ -4896,26 +4941,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Este reporte es un duplicado. Por favor contribuya actualizando el reporte original:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Esta notificación está pendiente de moderación." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Esta notificación está marcada como abierta." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "Este reporte ya no admite actualizaciones." @@ -4923,15 +4968,18 @@ msgstr "Este reporte ya no admite actualizaciones." 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Tiempo utilizado (en minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4955,6 +5003,10 @@ msgstr "Título" msgid "Title:" msgstr "Título:" +#: 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 "Para descubrir las alertas locales que tenemos para usted, por favor ingrese su %s código postal, o nombre de calle y área:" @@ -4972,19 +5024,17 @@ msgid "To limit this collection of fields to a single language, select it here." msgstr "Para limitar esta colección de campos a un solo idioma, selecciónelo aquí." #: templates/web/base/report/update-form-wrapper.html:4 -#, fuzzy msgid "To provide an update, please sign in." -msgstr "Nuevas actualizaciones al reporte %s" +msgstr "" #: perllib/FixMyStreet/Queue/Item/Report.pm:116 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" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 -#, fuzzy +#: templates/web/base/auth/generate_token.html:70 msgid "Token" -msgstr "Token:" +msgstr "" #: templates/web/base/reports/index.html:126 msgid "Top 5 most used categories" @@ -5007,11 +5057,6 @@ msgstr "" msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "Traducción" @@ -5034,17 +5079,16 @@ msgstr "Pruebe enviándonos un correo directamente:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 -#, fuzzy +#: templates/web/base/auth/generate_token.html:40 +#: templates/web/base/auth/generate_token.html:53 msgid "Two-factor authentication" -msgstr "Activar autenticación doble" +msgstr "" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5054,7 +5098,7 @@ msgstr "" msgid "Type" msgstr "Tipo" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "Desbloquear" @@ -5084,10 +5128,10 @@ msgstr "Error desconocido" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "ID de problema desconocido" @@ -5099,20 +5143,19 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: 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" @@ -5156,29 +5199,27 @@ msgstr "La actualización reabrió el problema" msgid "Update statuses" msgstr "Actualización de estados" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "Actualizado por %s (%s) el %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "Actualizado por %s el %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "¡Actualizado!" @@ -5189,7 +5230,7 @@ msgstr "¡Actualizado!" msgid "Updates" msgstr "Actualizaciones" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Las actualizaciones están limitadas a %s caracteres. Por favor acorte su actualización." @@ -5219,6 +5260,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5232,8 +5281,8 @@ msgstr "Importación de Usuarios" msgid "User added to abuse list" msgstr "Usuarios añadidos a la lista de abusos" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "El usuario ya existe" @@ -5251,7 +5300,7 @@ msgid "User flagged" msgstr "Usuario marcado" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5264,27 +5313,25 @@ 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.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Usuario:" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Usuarios" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5292,9 +5339,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Valores actualizados" @@ -5320,7 +5367,7 @@ msgstr "Verificar número de teléfono" msgid "View report on site" msgstr "Ver notificaciones en el site" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Ver notificaciones por barrio" @@ -5328,7 +5375,7 @@ msgstr "Ver notificaciones por barrio" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5346,7 +5393,7 @@ msgstr "Visualizando un problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Barrios de este ayuntamiento" @@ -5416,7 +5463,7 @@ msgstr "Una vez enviada" msgid "Which problems do you want alerts about?" msgstr "¿Sobre cuales problemas quiere recibir alertas?" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "¿De cual reporte es un duplicado?" @@ -5436,7 +5483,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5448,7 +5495,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5459,12 +5505,12 @@ msgstr "Escribir su mensaje completamente en mayúsculas o sin signos de puntuac #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "SÍ" @@ -5477,7 +5523,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Ud. está desconectado" @@ -5490,7 +5536,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Estás denunciando la siguiente actualización por ser abusiva, contener información personal, o similar:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "Puede crear un nuevo reporte en la misma ubicación." @@ -5499,7 +5545,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5532,7 +5578,7 @@ msgstr "Puede ayudarnos a encontrar una dirección de email de contacto para los msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Puede marcar un organismo como eliminado si no quiere que aparezca activo en este sitio." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5542,7 +5588,7 @@ msgid "You declined; please fill in the box above" msgstr "Usted rechazó finalmente; por favor, rellene el formulario de arriba" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5550,18 +5596,16 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" 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:58 -#, fuzzy +#: 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 "Ya ha adjuntado fotos a este reporte. Tome en cuenta que el máximo que puede adjuntar a este reporte son 3 fotos (si intenta cargar más, se eliminará la foto más antigua)." +msgstr "" #: templates/web/base/report/new/form_report.html:50 #: templates/web/zurich/report/new/fill_in_details_form.html:30 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 "Ya ha adjuntado fotos a este reporte. Tome en cuenta que el máximo que puede adjuntar a este reporte son 3 fotos (si intenta cargar más, se eliminará la foto más antigua)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "Ya ha adjuntado fotos a esta actualización. Tome en cuenta que el máximo que puede adjuntar a esta actualización son 3 fotos (si intenta cargar más, se eliminará la foto más antigua)." @@ -5628,25 +5672,25 @@ msgstr "Sus notificaciones" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Su cuenta" #: templates/web/base/auth/2fa/intro.html:18 -#, fuzzy msgid "Your account requires two-factor authentication to be set up." -msgstr "Desactivar autenticación doble" +msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5675,16 +5719,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 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:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "Su nombre ha sido ocultado." #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5700,13 +5744,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 "Iniciar sesión por email, proveyendo una nueva contraseña. Al seguir el enlace incluido en el email, su contraseña será actualizada." +msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "Su contraseña debería incluir %d o más caracteres." @@ -5739,7 +5782,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 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. " @@ -5770,19 +5813,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "todas" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "un administrador" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5790,8 +5833,8 @@ msgstr "" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "ayuntamiento" @@ -5822,6 +5865,10 @@ msgstr "editar usuario" msgid "from %s different users" msgstr "de %s usuarios diferentes" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5839,7 +5886,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "ninguna" @@ -5849,15 +5896,13 @@ msgstr "no es responsabilidad del ayuntamiento" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/index.html:99 -#, fuzzy msgid "optional" -msgstr "(opcional)" +msgstr "" #: templates/web/base/report/form/user.html:31 #: templates/web/base/report/form/user.html:41 -#, fuzzy msgid "or" -msgstr " o " +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -5869,9 +5914,8 @@ msgstr "" #: templates/web/base/alert/index.html:18 #: templates/web/base/around/postcode_form.html:36 -#, fuzzy msgid "or use my location" -msgstr "esta ubicación" +msgstr "" #: templates/web/base/admin/reports/edit.html:50 #: templates/web/base/admin/reports/edit.html:51 @@ -5922,12 +5966,12 @@ msgid "today" msgstr "hoy" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5952,7 +5996,7 @@ 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:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "barrio" @@ -6012,7 +6056,7 @@ msgid_plural "%d years" msgstr[0] "%d año" msgstr[1] "%d años" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6033,7 +6077,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problema reportado" msgstr[1] "%s problemas reportados" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6054,21 +6098,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s arregladas la semana pasada" msgstr[1] "%s arregladas el mes pasado" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format 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" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s notificadas recientemente" msgstr[1] "%s notificadas recientemente" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6103,175 +6147,31 @@ 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" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "meses" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "reporte" msgstr[1] "reportes" -#~ msgid "(ignored if type is \"String\")" -#~ msgstr "(ignorado si el tipo es \"String\")" - -#~ msgid "Note: This report has been sent onwards for action. Any changes made won't be passed on." -#~ msgstr "Nota\\: Este informe se ha enviado para la acción. Los cambios realizados no se transmitirán." - -#~ 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 ha sido enviado para la acción. Cualquier cambio hecho no puede ser enviado." - -#~ msgid "Automated" -#~ msgstr "Automático" - -#~ msgid "Available categories" -#~ msgstr "Categorías disponibles" - -#~ 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 "Puede utilizarse para mostrar texto adicional al usuario junto al campo. La plantilla predeterminada no muestra esto ( meta.datatype_description ), debe agregarla en category_extras_fields.html " - -#~ msgid "Check inspection required if reports in this category must be inspected before being sent." -#~ msgstr "Haga la comprobación necesaria si los informes de esta categoría deben ser inspeccionados antes de enviarlos." - -#~ 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 "Default priority" -#~ msgstr "Prioridad por defecto" - -#~ msgid "Defect type" -#~ msgstr "Tipo por defecto" - -#~ msgid "Description:" -#~ msgstr "Descripción:" - -#~ msgid "Didn't use map" -#~ msgstr "No usó mapa" - -#~ 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 opción, Key es el valor almacenado en la base de datos para esa opción y Name es el valor que se muestra al usuario." - -#~ msgid "Hidden Field" -#~ msgstr "Campo oculto" - -#~ msgid "Hint" -#~ msgstr "Ayuda" - -#~ msgid "If ticked the user won’t see an input field, just the ‘Description’ text." -#~ msgstr "Si se tiquea, el usuario no verá un campo para ingresar el dato, sino sólo el texto de ‘Descripción’." - -#~ 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 "Falla de internet" - -#~ msgid "List" -#~ msgstr "Lista" - -#~ msgid "No inspections by that inspector in the selected date range." -#~ msgstr "No hubieron inspecciones a cargo de ese inspector en el rango de fechas seleccionado." - -#~ msgid "No inspections in the selected date range." -#~ msgstr "No hubieron inspecciones en el rango de fechas seleccionado." - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "Permalink" -#~ msgstr "Enlace permanente" - -#~ msgid "Remove" -#~ msgstr "Eliminar" - -#~ msgid "Reports made by trusted users will be sent to the responsible body without being inspected first." -#~ msgstr "Los reportes generados por usuarios confiables serán remitidos al órgano competente sin inspección previa." - -#~ 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 reportes se remitirán automáticamente si la reputación del usuario es igual o mayor a este valor. Ingrese 0 si todos los reportes deben ser inspeccionados." - -#~ msgid "Reputation threshold" -#~ msgstr "Umbral de reputación" - -#~ 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 "" -#~ "The group is used for the top-level category field when\n" -#~ " subcategory grouping is enabled." -#~ msgstr "" -#~ "Si la opción de agrupar subcategorías está habilitada, \n" -#~ "el grupo se usa para el campo de la categoría de nivel superior." - -#~ msgid "The field name as shown to the user on the report form." -#~ msgstr "El nombre del campo tal como se muestra al usuario en el formulario de reporte." - -#~ msgid "The ordering of this field on the report page. Fields are shown in ascending order according to this value." -#~ msgstr "La posición ordenada de este campo en la página de reportes. Los campos se muestran en orden ascendente según 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 "El tipo de campo que se muestra al usuario. Texto es un campo de texto simple, Lista es un menú desplegable." - -#~ 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 "" -#~ "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 contacto\n" -#~ "ha sido confirmado como correcto. Si no está seguro sobre el\n" -#~ " origen o validez del contacto, use no confirmado.\n" -#~ "Inactiva omitirá la categoría al reportar problemas\n" -#~ "pero la mantendrá para los filtros en el mapa, y eliminada quitará la categoría también de ahí." +#~ msgid "Closed by council" +#~ msgstr "Cerrada por el Ayuntamiento" -#~ 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 sólo se muestran en la sección admin. Lo ingresado no se mostrará al público ni se enviará al órgano." +#~ msgid "Current token:" +#~ msgstr "Token actual:" -#~ msgid "Used map" -#~ msgstr "Mapa utilizado" +#~ msgid "Filter report list" +#~ msgstr "Filtrar lista de informes" -#~ msgid "Whether the user is required to provide a value for this field." -#~ msgstr "Si el usuario debe completar este campo." +#~ msgid "Invalid agency_responsible value %s" +#~ msgstr "Valor inválido para agency_responsible %s" -#~ msgid "or locate me automatically" -#~ msgstr "o localízame automáticamente" +#~ msgid "Post" +#~ msgstr "Publicar" diff --git a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po index 127be6737f3..18d51938857 100644 --- a/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/es_DO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " y " @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Informes de notificación" @@ -114,7 +114,7 @@ msgstr "%s cuestionarios enviados – %s respondidos (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap colaboradores" @@ -160,6 +160,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -178,8 +180,8 @@ msgstr "(enviado a ambos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escoja una categoría --" @@ -209,17 +211,18 @@ msgstr "" "Por favor añada MAPIT_TYPES en su archivo de configuración." #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -249,7 +252,7 @@ msgid "Yes I have a password" msgstr "- tengo una contraseña" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -266,7 +269,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -289,7 +292,7 @@ msgstr "" 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Agregar nueva categoría" @@ -322,7 +325,7 @@ msgstr "" msgid "Add new category" msgstr "Agregar nueva categoría" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -331,8 +334,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -340,21 +343,20 @@ msgid "Add to shortlist" msgstr "Añadir a la lista de pre-seleccionados" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Añadir un usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Añadir/editar las categorias del problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Añadir/Editar las prioridades de respuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Añadir/Editar las plantillas de respuesta" @@ -370,6 +372,12 @@ msgstr "Añadir este reporte a tu lista de pre-seleccionados lo sacará de %s's msgid "Admin" msgstr "Administración" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Otra vez:" @@ -382,8 +390,8 @@ msgstr "Alerta %d creada por %s, tipo %s, parámetros %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alerta %d desactivada (creada %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Notificadme actualizaciones futuras" @@ -395,10 +403,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Todas las notificaciones" @@ -438,6 +448,11 @@ msgstr "Todas las notificaciones entre %s y %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Notificado en la categoría %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -474,7 +489,7 @@ msgstr "Anónimo" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -487,7 +502,7 @@ msgid "Another user" msgstr "Otro usuario" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "¿Está seguro(a) que quiere cancelar esta carga?" @@ -496,8 +511,8 @@ msgstr "¿Está seguro(a) que quiere cancelar esta carga?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "¿Está seguro(a)?" @@ -508,7 +523,7 @@ msgstr "¿Está seguro(a)?" msgid "Area covered" msgstr "Área cubierta" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Área:" @@ -522,27 +537,32 @@ msgstr "Puesto que éste es un servidor de integración y %s es falsa, las notif msgid "Assign selected to role:" msgstr "Asignar usuarios a las áreas" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Asignar al organismo administrativo competente:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Asignar a otra categoria:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Asignar a un órgano externo:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Asigne a la subdivisión:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Asignar usuarios a las áreas" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Categorías disponibles" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Asignado a %s" @@ -555,7 +575,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -563,11 +583,11 @@ msgstr "Usuarios del personal autorizado pueden estar asociados a las categoría msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Respuesta automática:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -579,12 +599,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Evitar información personal y las placas de matrícula de los carros" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "En espera de revisión" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Atras" @@ -605,14 +626,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Órganos administrativos" @@ -625,11 +644,13 @@ msgstr "Órganos administrativos" msgid "Body" msgstr "Órgano administrativo" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Órgano administrativo:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -641,8 +662,7 @@ msgstr "¿No puedes encontrar nuestro email? Busque en su folder de email basura msgid "Can't see the map? Skip this step" msgstr "¿No puedes ver el mapa? Salte este paso" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -658,15 +678,13 @@ msgstr "Categorías:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -676,7 +694,7 @@ msgstr "Categoría" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoría cambiada de ‘%s’ a ‘%s’" @@ -699,6 +717,11 @@ msgstr "Categoría:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Cambiar contraseña" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -715,7 +738,7 @@ msgstr "Cambiar contraseña" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -727,12 +750,12 @@ msgstr "" "Elegir un nombre de categoria que tenga sentido para el público (por ejemplo, \"baches\", \"alumbrado público\") y que sea también útil\n" "para el organismo administrativo. Las categorías aparecerán en un menú desplegable al notificar un problema." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Elija otro" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Eliminar datos sin conexión" @@ -769,8 +792,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -780,11 +803,7 @@ msgstr "" msgid "Closed" msgstr "Cerrada" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Cerrada por el Ayuntamiento" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -817,13 +836,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuración" @@ -940,7 +958,7 @@ msgstr "Crear una notificación" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crear una categoría" @@ -950,27 +968,25 @@ msgstr "Crear una categoría" msgid "Create priority" msgstr "Crear prioridad" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Crear informes/actualizaciones como ayuntamiento" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Crear informes/actualizaciones en nombre del usuario" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Crear plantillas" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Creado" @@ -979,6 +995,17 @@ msgstr "Creado" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Creado" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Creado" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -990,10 +1017,6 @@ msgstr "Creado:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1003,19 +1026,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "No se han creado organismos aún." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Cliente imposible de contactar" #: 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 "Tablero de control" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1027,7 +1052,7 @@ msgstr "Tratado por el departamento dentro de los 5 días hábiles" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1037,7 +1062,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Eliminar plantilla" @@ -1059,9 +1084,7 @@ msgid "Describe why you are moderating this" msgstr "Describe el motivo de la moderación" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Descripción" @@ -1070,7 +1093,7 @@ msgstr "Descripción" msgid "Destination" msgstr "Descripción" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1106,7 +1129,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1114,6 +1137,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Notificado en la categoría %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Notificado en la categoría %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1148,25 +1181,25 @@ msgstr "No lo sé" msgid "Don't like forms?" msgstr "¿No te gustan los formularios?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Deslice y deje las fotos aquí o haga clic para subir" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1181,7 +1214,7 @@ msgstr "" "Diferentes categorías pueden tener el mismo contacto.\n" "Esto significa que puede agregar muchas categorías incluso si tiene un solo contacto para el órgano." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Falso este/Falso norte:" @@ -1193,7 +1226,7 @@ msgstr "Falso este/Falso norte:" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Editar" @@ -1204,12 +1237,11 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar los detalles del órgano administrativo" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Editar los permisos de otros usuarios" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Editar la categoría del informe" @@ -1217,17 +1249,15 @@ msgstr "Editar la categoría del informe" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Editar la prioridad del informe" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Editar los informes" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1264,8 +1294,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1274,15 +1305,14 @@ msgstr "Editor" msgid "Email" msgstr "Email:" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Dirección de email" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1302,12 +1332,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Email:" @@ -1377,12 +1408,12 @@ msgstr "" msgid "Endpoint" msgstr "Punto final" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Introduzca un nombre de calle de Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Introduzca un código postal cercano, o el nombre de la calle y el área" @@ -1409,10 +1440,10 @@ msgstr "Introduzca detalles del problema" msgid "Error" msgstr "Error" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Todo" @@ -1425,7 +1456,7 @@ msgstr "Ejemplo de código postal %s" msgid "Examples:" msgstr "Ejemplos:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Categoría existente" @@ -1434,7 +1465,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1459,7 +1490,7 @@ msgid "External body" msgstr "Organismo administrativo externo" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1471,20 +1502,20 @@ msgstr "" msgid "External team" msgstr "Equipo externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Datos adicionales:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1517,20 +1548,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtrar lista de informes" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nuevos informes" + #: 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." @@ -1560,7 +1596,7 @@ msgstr "Marcar como borrado" msgid "Flag user" msgstr "Marca usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1569,7 +1605,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Señalizar informes y usuarios" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Los usuarios marcados se listan en página demarcados" @@ -1577,8 +1613,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Marcado:" @@ -1604,11 +1640,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "¿Olvidó su contraseña?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Reenviado al organismo administrativo externo" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Deseo reenviado al organismo administrativo externo" @@ -1618,12 +1654,20 @@ msgstr "Deseo reenviado al organismo administrativo externo" msgid "Frequently Asked Questions" msgstr "Listado de Preguntas Frecuentes" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1645,7 +1689,7 @@ msgstr "Recibe actualizaciones de los problemas %s" msgid "Get updates of problems in this %s" msgstr "Recibe actualizaciones de los problemas en este %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Proporcióname un listado RSS" @@ -1661,15 +1705,15 @@ msgstr "¡Nos alegra saber que ha sido arreglado!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1679,7 +1723,7 @@ msgstr "Ir" msgid "Going to send questionnaire?" msgstr "¿Va a enviar cuestionario?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Permitir el acceso al administrador" @@ -1705,6 +1749,7 @@ msgstr "¿Alguna vez informó de un problema a un Ayuntamiento antes, o es su pr #: 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 "" @@ -1739,7 +1784,8 @@ msgstr "Oculto" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1767,7 +1813,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Ocultar marcadores" @@ -1821,11 +1867,9 @@ msgstr "No se ha podido localizar su problema en la base de datos.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1846,15 +1890,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1870,7 +1914,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1894,7 +1938,7 @@ msgstr "Si quiere que esta plantilla sea una opción para categorías específic msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Si envía un problema aquí, éste será no reportado al ayuntamiento." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1933,7 +1977,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1957,6 +2001,17 @@ msgstr "¿En tabla de abusones?" 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 "Los siguientes atributos, que no forman parte de la especificación Open311 v2, son adicionalmente devueltos: agency_sent_datetime, title (también se devuelve como parte de la descripción), interface_used, comment_count, requestor_name (solo si el solicitante permitió que el nombre que se mostrará en el sitio)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "barrio" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1966,20 +2021,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Bandeja de entrada vacía" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Incluir datos del notificador" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Valor incorrecto para has_photo \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Dar instrucciones a los contratistas para que solucionen los problemas" @@ -1996,16 +2051,12 @@ msgstr "Notas internas" msgid "Internal notes" msgstr "Notas internas" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Valor inválido para agency_responsible %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Especificado un formato no válido %s." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Ubicación equivocada. Una nueva ubicación debe estar bajo la protección del mismo ayuntamiento." @@ -2057,13 +2108,13 @@ msgstr "Última actualización:" msgid "Last update:" msgstr "Última actualización:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Latitud/Longitud:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Menos recientemente actualizado" @@ -2080,7 +2131,7 @@ msgstr "Listar todos los problemas notificados" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Cargando..." @@ -2118,17 +2169,18 @@ msgid "Log in with Twitter" msgstr "Iniciar sesión con Twitter" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Iniciar sesión con email" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2147,19 +2199,20 @@ msgstr "Buscar" msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Administrar los pre-seleccionados" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2173,24 +2226,24 @@ msgstr " Mapa" msgid "Mark as sent" msgstr "Marcado como enviado" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Señalar como marcados aquellos usuarios cuyo comportamiento desea observar." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "Marcar los detalles del problema" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Mensaje:" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Mensaje al organismo administrativo competente:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Mensaje al organismo administrativo externo:" @@ -2203,7 +2256,7 @@ msgstr "" msgid "Missing bodies:" msgstr "Organismos administrativos perdidos:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Falta jurisdiction_id" @@ -2211,8 +2264,7 @@ msgstr "Falta jurisdiction_id" msgid "Moderate" msgstr "Moderar" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Moderar los detalles del informe" @@ -2235,7 +2287,7 @@ msgstr "Moderado por %s a %s" msgid "Moderated by division within one working day" msgstr "Moderado por el organismo durante el siguiente día laborable" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2245,14 +2297,14 @@ msgstr "" msgid "Month" msgstr "Mes" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Lo más comentado" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2280,9 +2332,10 @@ msgstr "" msgid "Name" msgstr "Nombre" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nombre:" @@ -2300,7 +2353,7 @@ msgstr "Navegue a este problema" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nombre de la calle más cercana al marcador colocado en el mapa (se genera automáticamente utilizando OpenStreetMap): %s%s" @@ -2308,12 +2361,12 @@ msgstr "Nombre de la calle más cercana al marcador colocado en el mapa (se gene msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Código Postal más cercano al marcador colocado en el mapa (generado automáticamente): %s (%sm de distancia)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Camino más cercano al marcador colocado en el mapa (generado automáticamente por Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2338,7 +2391,7 @@ msgstr "" msgid "New body added" msgstr "Nuevo organismo añadido" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Añadida nueva categoría de contactos" @@ -2351,8 +2404,8 @@ msgstr "Nueva dirección de email:" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nueva nota interna:" @@ -2360,13 +2413,13 @@ msgstr "Nueva nota interna:" msgid "New local problems on FixMyStreet" msgstr "Nuevos reportes locales en CuidoMiCiudad" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 msgid "New note to DM:" msgstr "Nota nueva al 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Contraseña nueva:" @@ -2443,7 +2496,7 @@ msgstr "Plantilla nueva" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Lo más reciente" @@ -2456,7 +2509,6 @@ msgstr "Siguiente" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2465,11 +2517,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "No" @@ -2481,11 +2533,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Sin órgano administrativo" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Ningún ayuntamiento seleccionado" @@ -2501,8 +2554,8 @@ msgstr "No se encuentran problemas marcados." msgid "No flagged users found." msgstr "No se encuentran usuarios marcados" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "No hay más actualizaciones" @@ -2540,8 +2593,8 @@ msgstr "No hay seguidores" msgid "None" msgstr "Nada" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2549,8 +2602,8 @@ msgstr "" "Usuarios normales (públicos) no deberán ser asociados con cualquier área.
\n" "Usuarios del personal autorizado pueden ser asociados con el área en la cual operan." -#: templates/web/base/admin/users/form.html:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2562,10 +2615,14 @@ msgstr "" "Dependiendo de la implementación, el personal pueden tener acceso al tablero (resumen de\n" "la actividad a través de su departamento), la capacidad de ocultar notificaciones, o establecer estados especiales para las notificaciones." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "No para mi subdivisión" +#: 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 "No notificado anteriormente" @@ -2613,12 +2670,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "Datos sin conexión eliminados" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2626,12 +2683,12 @@ msgstr "" msgid "Old state" msgstr "Estado antiguo" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Lo más antiguo" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2640,7 +2697,7 @@ 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:156 +#: 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 @@ -2671,7 +2728,7 @@ msgstr "Página web de la iniciativa Open311" msgid "Open311 specification" msgstr "Especificación Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2683,7 +2740,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2691,16 +2748,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2732,7 +2789,7 @@ msgstr "Página no encontrada" msgid "Parent" msgstr "Padre" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Todas las categorías" @@ -2741,13 +2798,13 @@ msgstr "Todas las categorías" msgid "Partial" msgstr "Parcial" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Contraseña (opcional)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Su contraseña ha cambiado" @@ -2762,7 +2819,7 @@ msgstr "Contraseña (opcional)" msgid "Permissions" msgstr "Licencias:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Licencias:" @@ -2770,19 +2827,24 @@ msgstr "Licencias:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Teléfono:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Número de teléfono" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Número de teléfono (opcional)" @@ -2790,30 +2852,26 @@ msgstr "Número de teléfono (opcional)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Teléfono:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2833,9 +2891,8 @@ msgstr "Foto es obligatoria" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotos" @@ -2844,7 +2901,7 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos de notificaciones cercanas recientes" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2858,6 +2915,11 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Coloque el marcador en el mapa" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2885,27 +2947,26 @@ msgid "Please check your email address is correct" msgstr "Por favor, compruebe que su dirección de email es correcta" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Por favor, elija una categoría" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2924,27 +2985,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Por favor notifique incidencias relevantes y no abuse; abusando de su ayuntamiento degrada su capacidad de servicio a toda la ciudadanía." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Por favor escriba su mensaje." #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Por favor, indique un nombre" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Por favor, indique un nombre para este organismo" @@ -2957,16 +3018,16 @@ msgstr "Por favor, introduzca una contraseña" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Por favor, introduzca un título" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2977,20 +3038,20 @@ msgstr "Por favor, introduce una dirección de email válida" msgid "Please enter a valid email address" msgstr "Por favor, introduce una dirección de email válida" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Por favor, describa los detalles más relevantes" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -3006,7 +3067,7 @@ msgid "Please enter your first name" msgstr "Por favor, indique su nombre" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Por favor escriba su nombre completo, ya que los ayuntamientos necesitan esta información. Si usted NO desea que su nombre aparecerá en la página, desactive la casilla de abajo" @@ -3018,9 +3079,9 @@ msgstr "Por favor, introduzca su nombre" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Por favor, introduzca su nombre" @@ -3061,19 +3122,19 @@ msgstr "Por favor, complete el siguiente formulario con los detalles del problem msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Por favor, indique si le gustaría recibir algún otro cuestionario" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Por favor, introduce una dirección de email válida" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3100,24 +3161,28 @@ msgstr "Por favor, tenga en cuenta que su actualización no ha sido aún msgid "Please note:" msgstr "Por favor, tenga en cuenta:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "Por favor, proveer una actualización pública para este reporte." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Por favor, explique por qué está reabriendo esta notificación." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Proporcione un texto y una foto" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Por favor, indique si ha notificado un problema al ayuntamiento alguna vez." @@ -3125,7 +3190,7 @@ msgstr "Por favor, indique si ha notificado un problema al ayuntamiento alguna v 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Por favor, seleccione un organismo administrativo" @@ -3137,7 +3202,7 @@ msgstr "Por favor, seleccione el tipo de listado que desea" msgid "Please select the type of alert you want" msgstr "Por favor, seleccione el tipo de alerta que desea" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Por favor, indique si el problema se ha solucionado" @@ -3145,12 +3210,12 @@ msgstr "Por favor, indique si el problema se ha solucionado" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Por favor, suba solo una imagen" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3158,27 +3223,23 @@ msgstr "" msgid "Please write a message" msgstr "Por favor, escriba un mensaje" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Publicar" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Publicado de forma anónima - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Publicado por %s (%s) - %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Publicado por %s - %s" @@ -3194,7 +3255,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3202,11 +3263,11 @@ msgstr "" msgid "Previous" msgstr "Previo" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioridad" @@ -3222,9 +3283,9 @@ msgid "Privacy and cookies" msgstr "Privacidad y cookies" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privado" @@ -3274,7 +3335,7 @@ msgstr "Problema %s enviado al Ayuntamiento %s" msgid "Problem breakdown by state" msgstr "Desglose de problemas según estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problema marcado como abierto." @@ -3282,8 +3343,7 @@ msgstr "Problema marcado como abierto." msgid "Problem state change based on survey results" msgstr "El estado del problema cambió debido a los resultados de la encuesta" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -3308,18 +3368,18 @@ msgstr "Problemas recientemente notificados como arreglados en CuidoMiCiudad" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemas en %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemas en el barrio %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3327,7 +3387,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Problemas dentro %s, %s" @@ -3335,11 +3395,15 @@ msgstr "Problemas dentro %s, %s" msgid "Property address:" msgstr "Dirección de la propiedad:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3353,11 +3417,11 @@ msgstr "Proporcionar una actualización" msgid "Provide update as" msgstr "Proporcionar la actualización como" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Proporcionar una contraseña es opcional, pero hacerlo le permitirá notificar y actualizar los problemas más fácilmente, así como administrar sus informes." @@ -3365,12 +3429,12 @@ msgstr "Proporcionar una contraseña es opcional, pero hacerlo le permitirá not msgid "Public details" msgstr "Detalles públicos" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Respuesta del público:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Actualización pública:" @@ -3413,11 +3477,11 @@ msgstr "Cuestionario cumplimentado por el notificador problema" msgid "RSS feed" msgstr "Listado RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "Listado RSS para %s del barrio, %s" @@ -3425,11 +3489,11 @@ msgstr "Listado RSS para %s del barrio, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "Listado RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "Listado RSS para %s, en el barrio %s" @@ -3437,13 +3501,13 @@ msgstr "Listado RSS para %s, en el barrio %s" msgid "RSS feed of nearby problems" msgstr "Listado RSS de los problemas cercanos" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "Listado RSS de los problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "Listado RSS de los problemas dentro del barrio %s" @@ -3457,11 +3521,11 @@ msgstr "Listado RSS de los problemas locales más recientes" msgid "RSS feed of updates to this problem" msgstr "Listado RSS de actualizaciones sobre este problema" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3474,7 +3538,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Reciba un correo cuando se dejen actualizaciones sobre este problema." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Recibido por unos %s momentos tarde" @@ -3488,7 +3552,7 @@ msgstr "Problemas locales recientes, %s" msgid "Recently reported problems" msgstr "Problemas recientemente notificados" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Recientemente actualizado" @@ -3501,7 +3565,8 @@ 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 "Recuerde que CuidoMiCiudad es principalmente para informar sobre problemas físicos que pueden ser arreglados. Si su problema no es apropiado para ser presentado a través de este sitio recuerde que puede ponerse en contacto con su Ayuntamiento directamente mediante su página web." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3513,8 +3578,8 @@ msgstr "" msgid "Remove flag" msgstr "Eliminar marca" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3530,17 +3595,22 @@ msgstr "Eliminar de la site" msgid "Remove option" msgstr "Eliminar de la site" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Quitar foto (¡no se puede deshacer!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Editar los permisos de otros usuarios" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Responder al usuario:" @@ -3548,14 +3618,14 @@ msgstr "Responder al usuario:" msgid "Report" msgstr "Notificar" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID del informe:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3564,7 +3634,7 @@ msgid "Report a problem" msgstr "Notificar un problema" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3580,7 +3650,7 @@ msgid "Report anonymously" msgstr "Notificado anónimamente en %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3616,7 +3686,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Notifique, consulte o discuta problemas locales" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Notificado anónimamente en %s" @@ -3627,7 +3697,7 @@ msgstr "Notificado anónimamente en %s" msgid "Reported before" msgstr "Notificado con anterioridad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Notificado por %s en %s" @@ -3641,27 +3711,27 @@ msgstr "Notificado por:" msgid "Reported in the %s category" msgstr "Notificado en la categoría %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Notificado anónimamente en la categoría %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Notificado en la categoría %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Notificado anónimamente vía %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Notificado vía %s por %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Notificado anónimamente vía %s en la categoría %s en %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Notificado vía %s en la categoría %s por %s en %s" @@ -3680,17 +3750,15 @@ msgstr "Notificado:" msgid "Reporting a problem" msgstr "Notificando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Informes" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3718,15 +3786,15 @@ msgid "Reports published" msgstr "Notificaciones publicadas" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3739,7 +3807,7 @@ msgstr "Informes esperando a ser enviados" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3792,39 +3860,45 @@ msgstr "Volver al titulo original" msgid "Right place?" msgstr "¿Es correcto el lugar?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Operador responsable de este camino (derivado del número de referencia y tipo del camino): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador responsable de este camino (de OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotar a la izquierda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3840,20 +3914,20 @@ msgstr "Rotar esta foto eliminará los cambios no guardados al informe." msgid "Satellite" msgstr "Satélite" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3870,13 +3944,12 @@ msgid "Save with a public update" msgstr "Guardar con una actualización pública" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "Guardando reportes sin conexión" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Buscar Notificaciones" @@ -3889,7 +3962,7 @@ msgstr "Buscar Usuarios" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Buscar informes" @@ -3904,12 +3977,12 @@ msgstr "Buscar:" msgid "Searching found no reports." msgstr "La búsqueda no encontró notificaciones." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "La búsqueda no encontró usuarios." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3919,8 +3992,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Ver nuestra política de privacidad" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3930,7 +4002,7 @@ msgid "Select a body" msgstr "Selecciona un órgano administrativo" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleccione un área" @@ -3951,7 +4023,7 @@ msgstr "" msgid "Select:" msgstr "Seleccionar:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3964,7 +4036,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "Enviar estados Open311 extendidos con actualizaciones de pedidos de servicio" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3973,11 +4045,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Devolver el informe" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Enviado a %s %s después" @@ -4015,7 +4087,7 @@ msgstr "" msgid "Shortlist" msgstr "Pre-seleccionados" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4026,7 +4098,7 @@ msgstr "" msgid "Shortlisted" msgstr "Entre los pre-seleccionados" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "Pre-seleecionados por %s" @@ -4051,8 +4123,8 @@ msgstr "Mostrar el nombre públicamente" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4063,7 +4135,7 @@ msgstr "Mostrar foto" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Mostrar marcadores" @@ -4125,7 +4197,7 @@ msgid "Some photos of recent reports" msgstr "Algunas fotos de notificaciones recientes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Algún texto para localizar" @@ -4134,12 +4206,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Lo sentimos, ése parece ser un código postal dependiente de La Corona, que no soportamos." @@ -4157,9 +4228,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Lo sentimos, hubo un error confirmando su notificación." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Lo sentimos, no hemos podido encontrar ese lugar." @@ -4169,13 +4240,13 @@ msgstr "Lo sentimos, no hemos podido encontrar ese lugar." 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Lo sentimos, pero no pudo analizar esa ubicación. Por favor, inténtelo de nuevo." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4191,11 +4262,11 @@ msgstr "Disculpa, no tenemos una buena conexión de internet para grabar este p 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:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Seleccionado por" @@ -4205,11 +4276,11 @@ msgstr "Seleccionado por" msgid "Staff only" msgstr "Personal:" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Personal:" @@ -4233,18 +4304,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4253,31 +4324,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Estado/Prov.:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Estadísticas" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Estado" @@ -4295,7 +4363,7 @@ msgstr "Vista de calle" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Subdivisión/Órgano" @@ -4314,50 +4382,48 @@ msgstr "Título:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Enviar cambios" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Enviar cuestionario" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Suscribirse" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4370,7 +4436,7 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4384,20 +4450,19 @@ msgstr "" msgid "Summarise the problem" msgstr "Resuma el problema" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Resuma sus cambios" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Resumen" @@ -4408,14 +4473,20 @@ msgstr "Resumen de notificaciones" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Súperusuario:" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Súperusuario:" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 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." @@ -4433,13 +4504,18 @@ msgstr "" msgid "Template «%s»" msgstr "Plantilla «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Plantillas" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Menos recientemente actualizado" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" @@ -4460,6 +4536,11 @@ msgstr "Versión solo texto" msgid "Text:" msgstr "Texto:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Texto" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "¡Gracias por notificar esta incidencia!" @@ -4489,7 +4570,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "¡Gracias, nos alegra saber que fue arreglado! ¿Podría decirnos si había notificado un problema a un ayuntamiento con anterioridad?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4501,27 +4582,29 @@ msgstr "La imagen no ha cargado correctamente (%s), por favor inténtelo de nuev msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Esa localización no parece estar cubierta por un ayuntamiento, tal vez esté en alta mar o fuera del país. Por favor, inténtelo de nuevo." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Esa localización no parece ser de UK, por favor inténtelo de nuevo." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Ese código postal no fue reconocido, lo siento." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "El problema se ha marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "El problema ahora será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Esa notificación ha sido eliminada de CuidoMiCiudad." @@ -4569,8 +4652,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4629,7 +4712,7 @@ msgstr "El error fue: %s" 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 "Los siguientes atributos Open311 v2 son devueltos para cada petición: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code y service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "La información siguiente sobre la carretera más cercana podría ser incorrecta o irrelevante si el problema se encuentra cerca de varias carreteras o cerca de una carretera sin nombre registrado en OpenStreetMap." @@ -4691,8 +4774,8 @@ msgstr "El usuario no pudo situar el problema en el mapa, salvo para ver el áre msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4727,7 +4810,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4745,12 +4828,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." @@ -4758,7 +4841,7 @@ msgstr "Hubo un problema con su actualización. Por favor, inténtelo de nuevo." msgid "There were problems with your report. Please see below." msgstr "Hubo problemas con su notificación. Por favor, vea más abajo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Hubo problemas con su actualización. Por favor, vea más abajo." @@ -4843,10 +4926,10 @@ msgstr "Este correo electrónico ha sido enviado a los dos ayuntamientos que cub 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Esta información es necesaria" @@ -4863,19 +4946,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Este problema se ha arreglado" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Este problema no se ha arreglado" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4888,26 +4975,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Ese reporte es duplicado. Por favor, actualizar el reporte original:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Esta notificación está pendiente de moderación." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Esta notificación está marcada como cerrada." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Esta notificación está marcada como arreglada." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Esta notificación está marcada como abierta." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4915,15 +5002,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Tiempo invertido (en minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4947,6 +5037,10 @@ msgstr "Título" msgid "Title:" msgstr "Título:" +#: 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 "Para averiguar cuáles alertas locales tenemos para usted, por favor escriba su %s de código postal o el nombre de la calle y área:" @@ -4972,7 +5066,7 @@ 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" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4997,11 +5091,6 @@ msgstr "" msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "¿Se necesita administración del tráfico?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5024,16 +5113,16 @@ msgstr "Pruebe enviándonos un correo directamente:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5043,7 +5132,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5073,10 +5162,10 @@ msgstr "Error desconocido" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "ID de problema desconocido" @@ -5088,13 +5177,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Actualizar" @@ -5145,29 +5234,27 @@ msgstr "La actualización reabrió el problema" msgid "Update statuses" msgstr "Actualización de estados" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Actualizado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "¡Actualizado!" @@ -5178,7 +5265,7 @@ msgstr "¡Actualizado!" msgid "Updates" msgstr "Actualizaciones" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Las actualizaciones están limitadas a %s caracteres. Por favor acorte su actualización." @@ -5208,6 +5295,14 @@ msgstr "Abrir la extension Open311 de envío de actualización" 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:102 +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:75 +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 "ID de usuario a quien atribuir los comentarios obtenidos" @@ -5221,8 +5316,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5240,7 +5335,7 @@ msgid "User flagged" msgstr "Usuario marcado" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5253,27 +5348,25 @@ msgstr "La búsqueda ha encontrado coincidencias en nombres de usuarios y direcc msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Usuarios" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 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. " @@ -5282,9 +5375,9 @@ msgstr "Los usuarios pueden realizar las siguientes acciones dentro de sus organ 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. " -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Valores actualizados" @@ -5310,7 +5403,7 @@ msgstr "" msgid "View report on site" msgstr "Ver notificaciones en el site" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Ver notificaciones por barrio" @@ -5318,7 +5411,7 @@ msgstr "Ver notificaciones por barrio" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5336,7 +5429,7 @@ msgstr "Visualizando un problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Barrios de este ayuntamiento" @@ -5406,7 +5499,7 @@ msgstr "Una vez enviada" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "¿Ese reporte es un reporte duplicado de qué reporte?" @@ -5426,7 +5519,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5438,7 +5531,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5449,12 +5541,12 @@ msgstr "Escribir su mensaje completamente en mayúsculas o sin signos de puntuac #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "SÍ" @@ -5467,7 +5559,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Está sin conexion" @@ -5480,7 +5572,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Estás denunciando la siguiente actualización por ser abusiva, contener información personal, o similar:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5489,7 +5581,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5522,7 +5614,7 @@ msgstr "Puede ayudarnos a encontrar una dirección de email de contacto para los msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Puede marcar un organismo como eliminado si no quiere que aparezca activo en este sitio." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5532,7 +5624,7 @@ msgid "You declined; please fill in the box above" msgstr "Usted rechazó finalmente; por favor, rellene el formulario de arriba" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5540,7 +5632,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" 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:58 +#: 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)." @@ -5550,8 +5642,7 @@ msgstr "Ya ha adjuntado fotos a este informe. Tenga en cuenta que solo puede ad 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 "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)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "Ya ha adjuntado fotos a esta actualización. Tenga en cuenta que puede adjuntar un máximo de 3 a esta actualización (si intenta subir más, las más antiguas serán desechadas)." @@ -5618,9 +5709,9 @@ msgstr "Sus notificaciones" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Su cuenta" @@ -5629,13 +5720,14 @@ msgstr "Su cuenta" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5664,16 +5756,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5694,8 +5786,8 @@ msgid "Your password has expired, please create a new one below. When you click 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." #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5728,7 +5820,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 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." @@ -5759,19 +5851,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "todo" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5779,8 +5871,8 @@ msgstr "" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "ayuntamiento" @@ -5811,6 +5903,10 @@ msgstr "editar usuario" msgid "from %s different users" msgstr "de %s usuarios diferentes" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5828,7 +5924,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "nada" @@ -5911,12 +6007,12 @@ msgid "today" msgstr "hoy" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5941,7 +6037,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "barrio" @@ -6001,7 +6097,7 @@ msgid_plural "%d years" msgstr[0] "%d año" msgstr[1] "%d años" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6022,7 +6118,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6043,21 +6139,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s arregladas la semana pasada" msgstr[1] "%s arregladas el mes pasado" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format 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" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s notificadas recientemente" msgstr[1] "%s notificadas recientemente" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6092,29 +6188,41 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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 "Available categories" -#~ msgstr "Categorías disponibles" - #~ 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." diff --git a/locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po new file mode 100644 index 00000000000..6c122c3b8ba --- /dev/null +++ b/locale/fa_IR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -0,0 +1,6116 @@ +# 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: +# amir rezaei , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: matthew@mysociety.org\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" +"Language: fa_IR\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" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 +#: perllib/FixMyStreet/Queue/Item/Report.pm:194 +msgid " and " +msgstr "و" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:52 +#: templates/web/base/report/new/category_extras.html:17 +#: templates/web/base/report/new/councils_text_all.html:6 +#: 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 "یا" + +#: 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ویرایش توسط%s" + +#: templates/web/base/pagination.html:7 +msgid "%d to %d of %d" +msgstr "" + +#: templates/web/base/admin/users/import.html:42 +msgid "%d users already existed" +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:26 +msgid "%s - Summary reports" +msgstr " %s - خلاصه گزارش‌ها" + +#. ("%s here is the site name") +#: templates/web/base/admin/navigation.html:3 +msgid "%s admin:" +msgstr "%s مدیر:" + +#: 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هشدارهای تایید شده، %s تایید نشده" + +#: templates/web/base/status/stats.html:27 +#: templates/web/zurich/admin/index.html:6 +msgid "%s council contacts – %s confirmed, %s unconfirmed" +msgstr "" + +#. ("%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دارای انواع مختلفی از فیدهای RSS و ایمیل‌های هشدار برای\n" +" مشکلات محلی، از جمله هشدارهایی برای همه مشکلات در یک بخش خاص یا همه\n" +" مشکلات در مسافتی مشخص از یک مکان خاص." + +#. ("%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 "" +"%sدارای انواع مختلفی از فیدهای RSS و ایمیل‌های هشدار برای مشکلات محلی، از جمله\n" +" هشدارهایی برای همه مشکلات در یک بخش یا انجمن خاص یا همه مشکلات\n" +"در مسافتی مشخص از یک مکان خاص." + +#: templates/web/base/status/stats.html:23 +msgid "%s live updates" +msgstr "%sبروزرسانی‌های زنده" + +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 +msgid "%s opened, %s closed, %s fixed" +msgstr "%s باز شد، %s بسته شد، %sدرست شد" + +#: templates/web/base/status/stats.html:25 +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:47 +msgid "© OpenStreetMap contributors" +msgstr "" + +#: templates/web/zurich/report/new/fill_in_details_form.html:21 +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 "(فقط a-z و فاصله)" + +#: templates/web/zurich/report/_item.html:21 +msgid "(closed)" +msgstr "(بسته شد)" + +#: templates/web/base/alert/_list_rss_local.html:8 +msgid "(covers roughly 200,000 people)" +msgstr "(تقریباً 200.000 نفر را پوشش می‌دهد)" + +#: templates/web/zurich/report/_item.html:19 +msgid "(fixed)" +msgstr "(درست شد)" + +#: templates/web/base/around/intro.html:2 +msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" +msgstr "(مانند نقاشی‌های دیواری، دفع غیرقانونی زباله، سنگ فرش شکسته یا روشنایی خیابان)" + +#: templates/web/base/reports/index.html:82 +msgid "(no longer exists)" +msgstr "(دیگر موجود نیست)" + +#: templates/web/base/report/_item_small.html:30 +msgid "(not sent to council)" +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:39 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 +msgid "(optional)" +msgstr "(اختیاری)" + +#: templates/web/base/report/_item_small.html:28 +msgid "(sent to all)" +msgstr "(ارسال به همه)" + +#: templates/web/base/report/_item_small.html:29 +msgid "(sent to both)" +msgstr "(ارسال به هردو)" + +#. ("%s is a list of distance links, e.g. [2km] / [5km] / [10km] / [20km]") +#: templates/web/base/alert/_list.html:29 +msgid "(we also have RSS feeds for problems within %s)" +msgstr "(ما همچنین فیدهای RSS موجود داریم، برای مشکلات‌هایی در بازه %s )" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 +#: templates/web/zurich/admin/bodies/form.html:27 +msgid "-- Pick a category --" +msgstr "-- انتخاب دسته‌بندی --" + +#: templates/web/base/report/new/category_extras_fields.html:19 +msgid "-- Pick an option --" +msgstr "-- انتخاب یک گزینه --" + +#: templates/web/base/contact/enquiry/index.html:35 +msgid "-- Please select --" +msgstr "-- لطفا انتخاب کنید --" + +#: templates/web/base/admin/response_templates_select.html:3 +msgid "--Choose a template--" +msgstr "-- انتخاب یک قالب --" + +#: 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 "" + +#: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 +msgid "

Reports, Statistics and Actions for

%s

" +msgstr "

گزارش‌ها ، آمارها و اقدامات برای

%s

" + +#. ("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:41 +msgid " %s reports %s" +msgstr "%sگزارش‌ها%s" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:106 +msgid "%s saved." +msgstr "%sذخیره شد." + +#: templates/web/base/status/stats.html:17 +#: templates/web/zurich/admin/index.html:4 +msgid "%s live problems" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_by_email_heading.html:11 +msgid "No Let me confirm my report by email" +msgstr "نهاجازه دهید گزارشم را از طریق ایمیل تایید کنم" + +#: 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 "نهاجازه دهید بروزرسانی‌ام را از طریق ایمیل تایید کنم" + +#: 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 "بلهدارای رمز عبور هستم" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:80 +msgid "Take or choose existing photo" +msgstr "عکس بگیر یا یک عکس موجود را انتخاب کنید" + +#: templates/web/base/admin/bodies/contact-form.html:12 +msgid "A service ID (Open311 or similar)." +msgstr "" + +#: templates/web/base/report/new/form_user.html:8 +msgid "About the problem" +msgstr "درباره مشکل" + +#: perllib/FixMyStreet/App/Controller/Root.pm:128 +msgid "Access denied" +msgstr "دسترسی رد شد" + +#: templates/web/base/auth/2fa/intro.html:20 +#: templates/web/base/auth/generate_token.html:65 +msgid "Activate two-factor authentication" +msgstr "تایید هویت دو مرحله‌ای را فعال کنید" + +#: templates/web/base/my/my.html:39 templates/web/base/my/my.html:50 +msgid "Add" +msgstr "افزودن" + +#: 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 "" + +#: templates/web/base/admin/bodies/contact-form.html:140 +msgid "Add another parent category" +msgstr "دسته‌بندی اصلی دیگری را اضافه کنید" + +#: templates/web/base/admin/bodies/form.html:139 +#: templates/web/base/admin/bodies/index.html:78 +#: templates/web/zurich/admin/bodies/form.html:63 +msgid "Add body" +msgstr "" + +#: templates/web/base/auth/change_email.html:2 +#: templates/web/base/auth/change_email.html:7 +msgid "Add email address" +msgstr "آدرس ایمیل وارد کنید" + +#: 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 "" + +#: templates/web/base/admin/states/index.html:85 +msgid "Add fixed state" +msgstr "افزودن وضعیت درست شد" + +#: templates/web/base/admin/bodies/body.html:146 +#: templates/web/zurich/admin/bodies/body.html:33 +msgid "Add new category" +msgstr "افزودن دسته‌بندی جدید" + +#: templates/web/base/admin/extra-metadata-item.html:88 +msgid "Add option" +msgstr "" + +#: templates/web/base/auth/change_phone.html:2 +#: templates/web/base/auth/change_phone.html:7 +msgid "Add phone number" +msgstr "افزودن شماره تلفن" + +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_main.html:149 +#: templates/web/base/report/_main.html:25 +#: templates/web/base/report/_main.html:36 +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 "افزودن کاربر" + +#: perllib/FixMyStreet/Cobrand/Default.pm:793 +msgid "Add/edit problem categories" +msgstr "دسته‌بندی‌های مشکل را ویرایش یا به آن اضافه کنید" + +#: perllib/FixMyStreet/Cobrand/Default.pm:795 +msgid "Add/edit response priorities" +msgstr "اولویت‌های پاسخ‌دهی را اضافه یا ویرایش کنید" + +#: perllib/FixMyStreet/Cobrand/Default.pm:794 +msgid "Add/edit response templates" +msgstr "قالب‌های پاسخ‌دهی را اضافه یا ویرایش کنید" + +#: templates/web/base/my/my.html:119 +msgid "Added %s" +msgstr "اضافه شد%s" + +#: templates/web/base/report/_main.html:158 +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:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + +#: templates/web/base/auth/change_password.html:51 +msgid "Again:" +msgstr "دوباره:" + +#: templates/web/base/admin/timeline.html:35 +msgid "Alert %d created for %s, type %s, parameters %s / %s" +msgstr "هشدار%dایجاد شده برای%s، نوع%s، مولفه‌های%s/%s" + +#: templates/web/base/admin/timeline.html:37 +msgid "Alert %d disabled (created %s)" +msgstr "هشدار%d غیرفعال (ساخته شده%s)" + +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 +msgid "Alert me to future updates" +msgstr "از بروزرسانی‌های آینده آگاهم کنید" + +#: templates/web/base/admin/reports/edit.html:96 +msgid "Alerts:" +msgstr "هشدارها:" + +#: templates/web/base/dashboard/index.html:40 +#: templates/web/base/dashboard/index.html:52 +#: templates/web/base/dashboard/index.html:65 +#: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 +#: templates/web/zurich/reports/_list-filter-status.html:2 +msgid "All" +msgstr "همه" + +#: templates/web/zurich/admin/reports/index.html:1 +#: templates/web/zurich/reports/index.html:14 +msgid "All Reports" +msgstr "همه گزارش‌ها" + +#: templates/web/zurich/admin/stats/index.html:47 +msgid "All Reports as CSV" +msgstr "تمام گزارش‌ها به عنوان فایل CVS" + +#: 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 "همه دسته‌بندی‌ها" + +#: templates/web/base/admin/reportextrafields/edit.html:26 +msgid "All cobrands" +msgstr "" + +#: templates/web/base/admin/reportextrafields/edit.html:47 +msgid "All languages" +msgstr "تمام زبان‌ها" + +#: 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/footer.html:20 +#: templates/web/zurich/nav_over_content.html:6 +msgid "All reports" +msgstr "همه گزارش‌ها" + +#: templates/web/zurich/admin/stats/index.html:45 +msgid "All reports between %s and %s" +msgstr "همه گزارش‌ها بین %s و %s" + +#: templates/web/base/reports/index.html:25 +msgid "All time" +msgstr "همه زمان‌ها" + +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "گزارش‌های ایجاد شده در این دسته‌بندی را پنهان کنید" + +#: templates/web/base/report/new/duplicate_suggestions.html:7 +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:10 +#: templates/web/base/admin/bodies/contact-form.html:16 +msgid "An email address or service ID (Open311 or similar)." +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:14 +msgid "An email address." +msgstr "یک آدرس ایمیل." + +#: templates/web/base/questionnaire/index.html:33 +msgid "An update marked this problem as fixed." +msgstr "یک بروزرسانی این مشکل را درست شده، علامت‌گذاری کرده." + +#: templates/web/base/admin/list_updates.html:33 +#: templates/web/base/admin/problem_row.html:20 +msgid "Anonymous" +msgstr "ناشناس" + +#: templates/web/base/report/new/form_user_loggedin.html:22 +#: templates/web/base/report/update/form_user_loggedin.html:19 +msgid "Anonymous user" +msgstr "کاربر ناشناس" + +#: templates/web/base/admin/reports/edit.html:148 +#: templates/web/base/admin/update_edit.html:23 +#: templates/web/base/admin/update_edit.html:96 +#: templates/web/base/report/update/moderation_diff.html:5 +msgid "Anonymous:" +msgstr "ناشناس:" + +#: templates/web/base/report/new/form_user_loggedin.html:25 +#: templates/web/base/report/update/form_user_loggedin.html:16 +msgid "Another user" +msgstr "کاربر دیگری" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:81 +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.html:85 +#: templates/web/base/admin/roles/form.html:25 +#: templates/web/base/admin/states/index.html:48 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 +#: 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 "منطقه پوشش داده شده" + +#: templates/web/base/admin/users/form.html:56 +msgid "Area:" +msgstr "منطقه:" + +#: 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/admin/users/index.html:73 +msgid "Assign selected to role:" +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 "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:790 +msgid "Assign users to areas" +msgstr "" + +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "همه دسته‌بندی‌ها" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:185 +msgid "Assigned to %s" +msgstr "" + +#: templates/web/base/open311/index.html:76 +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:70 +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:66 +msgid "Auto-response:" +msgstr "پاسخ خودکار:" + +#: perllib/FixMyStreet/Cobrand/Default.pm:778 +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:363 +#: templates/web/zurich/report/_item.html:11 +msgid "Awaiting moderation" +msgstr "در انتظار بررسی" + +#. ("JS") +#: templates/web/base/dashboard/status.html:17 +#: templates/web/base/js/translation_strings.html:45 +msgid "Back" +msgstr "بازگشت" + +#: templates/web/base/report/_main.html:8 +msgid "Back to all reports" +msgstr "بازگشت به همه گزارش‌ها" + +#: templates/web/base/admin/manifesttheme/index.html:9 +msgid "Background Colour" +msgstr "رنگ پس زمینه" + +#: templates/web/base/admin/report_blocks.html:18 +msgid "Ban user" +msgstr "تحریم کاربر" + +#: templates/web/base/admin/extra-metadata-item.html:35 +msgid "Behaviour" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 +#: templates/web/base/admin/bodies/index.html:1 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:61 +msgid "Bodies" +msgstr "" + +#: templates/web/base/admin/flagged.html:17 +#: templates/web/base/admin/index.html:69 +#: 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 "" + +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 +msgid "Body:" +msgstr "" + +#: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 +msgid "CSV File" +msgstr "فایل CSV" + +#: 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 +msgid "Can't see the map? Skip this step" +msgstr "نقشه را نمی‌بینید؟ این مرحله را رد کنید" + +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: templates/web/base/admin/responsepriorities/index.html:8 +#: templates/web/base/admin/templates/view.html:7 +msgid "Categories" +msgstr "دسته‌بندی‌ها" + +#: 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 "دسته‌بندی‌ها:" + +#: 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:101 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 +#: templates/web/base/report/new/category.html:23 +#: templates/web/base/report/new/category_wrapper.html:3 +#: 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:104 +msgid "Category and State" +msgstr "دسته‌بندی و وضعیت" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 +msgid "Category changed from ‘%s’ to ‘%s’" +msgstr "تغییر دسته‌بندی از ‘%s’ به ‘%s’ " + +#: 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.html:131 +#: templates/web/base/dashboard/index.html:39 +#: 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 "دسته‌بندی:" + +#: templates/web/base/my/my.html:41 templates/web/base/my/my.html:44 +#: templates/web/base/my/my.html:52 templates/web/base/my/my.html:57 +msgid "Change" +msgstr "تغییر" + +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +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:64 templates/web/base/my/my.html:68 +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:45 +msgid "Choose another" +msgstr "انتخاب دیگری" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:100 +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:7 +msgid "Click the map or drag the pin to adjust the location" +msgstr "برای تنظیم مکان، روی نقشه کلیک کنید یا نشانگر مکان را بکشید" + +#: templates/web/base/report/new/duplicate_suggestions.html:6 +msgid "Close" +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:118 +#: templates/web/zurich/admin/stats/index.html:52 +msgid "Closed" +msgstr "بسته شد" + +#: templates/web/base/admin/reports/edit.html:194 +msgid "Closed to updates" +msgstr "بروزرسانی بسته شده" + +#: templates/web/base/admin/reports/edit.html:38 +msgid "Co-ordinates:" +msgstr "" + +#: 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.html:99 +#: templates/web/base/admin/update_edit.html:54 +msgid "Cobrand data:" +msgstr "" + +#: templates/web/base/admin/reports/edit.html:98 +#: templates/web/base/admin/update_edit.html:53 +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 "کد" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:71 +msgid "Collapse map" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 +#: templates/web/base/admin/config_page.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:30 +#: 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:40 +#: templates/web/base/admin/problem_row.html:36 +#: templates/web/base/admin/reports/edit.html:79 +msgid "Confirmed:" +msgstr "تایید شده:" + +#. ("%s is the site name") +#: templates/web/base/about/_sidebar.html:6 +msgid "Contact %s" +msgstr "تماس%s" + +#: 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:62 +#: templates/web/base/report/form/user.html:8 +msgid "Continue" +msgstr "ادامه" + +#: templates/web/base/report/new/duplicate_suggestions.html:17 +msgid "Continue – report a new problem" +msgstr "ادامه – یک مشکل جدید گزارش کنید" + +#: templates/web/base/admin/bodies/open311-form-fields.html:151 +msgid "Convert location from Easting/Northing" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 +msgid "Could not find user" +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:6 +msgid "Council ref: %s" +msgstr "" + +#: templates/web/base/dashboard/index.html:51 +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/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:164 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +msgid "Create category" +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:781 +msgid "Create reports/updates as anonymous user" +msgstr "ایجاد گزارش‌ها/بروزرسانی‌ها به عنوان کاربر ناشناس" + +#: perllib/FixMyStreet/Cobrand/Default.pm:782 +msgid "Create reports/updates as the council" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:780 +msgid "Create reports/updates on a user's behalf" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/zurich/admin/templates/edit.html:32 +msgid "Create template" +msgstr "ایجاد قالب" + +#: templates/web/base/admin/problem_row.html:34 +#: 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:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "ایجاد شده" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "ایجاد شده" + +#: templates/web/base/admin/list_updates.html:39 +#: templates/web/base/admin/reports/edit.html:78 +#: templates/web/base/admin/update_edit.html:55 +#: templates/web/zurich/admin/update_edit.html:29 +msgid "Created:" +msgstr "ایجاد شده:" + +#: templates/web/base/auth/change_password.html:40 +msgid "Current password:" +msgstr "رمز عبور کنونی:" + +#: templates/web/base/dashboard/index.html:93 +msgid "Currently grouped by %s" +msgstr "" + +#: templates/web/base/admin/bodies/index.html:9 +#: templates/web/base/admin/index.html:17 +msgid "Currently no bodies have been created." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/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:783 +msgid "Default to creating reports/updates as the council" +msgstr "" + +#: templates/web/base/admin/roles/form.html:25 +#: templates/web/base/admin/users/alerts.html:15 +msgid "Delete" +msgstr "حذف" + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:77 +#: 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:40 +#: 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:125 +#: templates/web/base/report/update.html:56 +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:7 +msgid "Destination" +msgstr "مقصد" + +#: perllib/FixMyStreet/App/Controller/Report.pm:464 +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:45 +msgid "Details" +msgstr "جزئیات" + +#: templates/web/base/admin/reports/edit.html:124 +#: 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:105 +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 "" + +#: templates/web/base/admin/users/alerts.html:14 +msgid "Disable" +msgstr "غیرفعال" + +#: templates/web/base/admin/bodies/contact-form.html:58 +#: 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:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "گزارش‌های ایجاد شده در این دسته‌بندی را پنهان کنید" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +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:130 +#: templates/web/base/report/update.html:59 +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 "آیا شما %s رمز عبور دارید؟" + +#: templates/web/base/questionnaire/index.html:43 +msgid "Don’t know" +msgstr "" + +#: templates/web/base/contact/index.html:128 +msgid "Don't like forms?" +msgstr "" + +#: templates/web/base/report/_item.html:38 +msgid "Down one" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:79 +msgid "Drag photos here or browse photos" +msgstr "" + +#: templates/web/base/admin/extra-metadata-item.html:71 +msgid "Drop-down list" +msgstr "" + +#: templates/web/base/report/_inspect.html:40 +msgid "Duplicate of" +msgstr "نسخه‌ی دوم از" + +#: templates/web/base/report/_inspect.html:50 +msgid "Duplicates" +msgstr "دو نسخه‌ها" + +#: templates/web/base/admin/bodies/body.html:136 +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:78 +#: templates/web/base/report/inspect/information.html:22 +msgid "Easting/Northing:" +msgstr "" + +#: templates/web/base/admin/list_updates.html:44 +#: templates/web/base/admin/manifesttheme/index.html:22 +#: templates/web/base/admin/problem_row.html:43 +#: 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:161 +#: templates/web/base/admin/index.html:43 +#: templates/web/zurich/admin/bodies/body.html:47 +msgid "Edit body details" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:788 +msgid "Edit other users' permissions" +msgstr "مجوزهای سایر کاربران را ویرایش کنید" + +#: perllib/FixMyStreet/Cobrand/Default.pm:773 +msgid "Edit report category" +msgstr "دسته‌بندی گزارش را ویرایش کنید" + +#: templates/web/base/report/new/form_user.html:13 +msgid "Edit report details" +msgstr "جزئیات گزارش را ویرایش کنید" + +#: perllib/FixMyStreet/Cobrand/Default.pm:774 +msgid "Edit report priority" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:772 +msgid "Edit reports" +msgstr "ویرایش گزارش‌ها" + +#: perllib/FixMyStreet/Cobrand/Default.pm:787 +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/base/admin/reports/edit.html:0 +#: templates/web/base/admin/reports/edit.html:15 +#: templates/web/base/admin/reports/edit.html:6 +#: 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 "مشکل ویرایش %d" + +#: 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:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 +#: templates/web/base/report/new/duplicate_suggestions.html:33 +#: 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 +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:39 +#: templates/web/base/report/update/form_user_loggedin.html:25 +msgid "Email address" +msgstr "آدرس ایمیل" + +#: templates/web/base/report/new/form_user_loggedin.html:63 +msgid "Email address (optional)" +msgstr "آدرس ایمیل (اختیاری)" + +#: templates/web/base/tokens/confirm_alert.html:6 +msgid "Email alert created" +msgstr "" + +#: templates/web/base/tokens/confirm_alert.html:10 +msgid "Email alert deleted" +msgstr "" + +#: templates/web/base/auth/general.html:106 +msgid "Email me a link or text me a code to sign in" +msgstr "کد ورود را به من ایمیل یا پیامک دهید تا وارد شوم." + +#: templates/web/base/auth/general.html:108 +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.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 +#: templates/web/zurich/admin/bodies/contact-form.html:23 +msgid "Email:" +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:121 +#: templates/web/base/admin/bodies/form.html:122 +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:79 +msgid "End Date" +msgstr "تاریخ پایان" + +#: 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 "جزئیات مشکل را وارد کنید" + +#. ("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:30 +msgid "Everything" +msgstr "همه چیز" + +#: templates/web/base/admin/bodies/body.html:19 +#: templates/web/base/admin/bodies/category.html:19 +msgid "Example postcode %s" +msgstr "نمونه‌ی کدپستی %s" + +#: templates/web/base/open311/index.html:86 +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:70 +msgid "Expand map" +msgstr "گسترش نقشه" + +#: templates/web/base/report/new/form_report.html:65 +msgid "Explain what’s wrong" +msgstr "توضیح دهید مشکل چیست" + +#: templates/web/base/dashboard/index.html:107 +msgid "Export as CSV" +msgstr "گرفتن خروجی به عنوان فایل CSV" + +#: templates/web/base/admin/reports/edit.html:103 +msgid "External ID" +msgstr "" + +#: templates/web/base/admin/bodies/form.html:88 +msgid "External URL" +msgstr "پیوند خارجی" + +#: templates/web/base/admin/reports/edit.html:105 +msgid "External body" +msgstr "" + +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/_external.html:10 +msgid "External status code" +msgstr "" + +#: templates/web/base/admin/update_edit.html:57 +msgid "External status code:" +msgstr "" + +#: templates/web/base/admin/reports/edit.html:107 +msgid "External team" +msgstr "تیم خارجی" + +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: 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:146 +#: templates/web/base/admin/reports/edit.html:134 +#: templates/web/base/admin/update_edit.html:97 +#: templates/web/base/report/update/moderation_diff.html:8 +msgid "Extra data:" +msgstr "اطلاعات اضافی:" + +#: templates/web/base/report/_item.html:99 +#: templates/web/base/report/inspect/_extra_details_field.html:2 +#: templates/web/base/report/new/category_extras.html:15 +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/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:73 +msgid "Filter" +msgstr "فیلتر" + +#: templates/web/base/questionnaire/creator_fixed.html:16 +#: templates/web/base/questionnaire/index.html:68 +msgid "First time" +msgstr "بار اول" + +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "عکس‌های گزارش‌های اخیر در این نزدیکی" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "" + +#: 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:119 +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:96 +#: templates/web/zurich/admin/bodies/form.html:47 +msgid "Flag as deleted" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:23 +msgid "Flag user" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: 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:95 +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.html:168 +#: templates/web/base/admin/users/form.html:102 +msgid "Flagged:" +msgstr "" + +#: templates/web/base/reports/_ward-list.html:6 +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:98 +#: 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:812 +msgid "Forwarded to external body" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 +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:101 +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:36 +#: templates/web/base/report/new/duplicate_suggestions.html:39 +#: templates/web/base/report/new/duplicate_suggestions.html:45 +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 "دریافت بروزرسانی‌های %s مشکلات" + +#: 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:81 +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:29 +#: templates/web/base/admin/index.html:37 +#: templates/web/base/admin/index.html:54 +#: 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:42 +#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/index.html:89 +#: templates/web/zurich/admin/stats/index.html:37 +msgid "Go" +msgstr "برو" + +#: templates/web/base/admin/reports/edit.html:101 +msgid "Going to send questionnaire?" +msgstr "می‌خواهید پرسشنامه ارسال کنید؟" + +#: perllib/FixMyStreet/Cobrand/Default.pm:789 +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:95 +msgid "Group by %s" +msgstr "گروه به وسیله ی %s" + +#: templates/web/base/dashboard/index.html:100 +msgid "Group by:" +msgstr "گروه به وسیله‌ ی:" + +#: templates/web/base/questionnaire/index.html:34 +msgid "Has this problem been fixed?" +msgstr "آیا این مشکل درست شد؟" + +#: templates/web/base/questionnaire/index.html:63 +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/footer.html:22 +#: templates/web/zurich/nav_over_content.html:8 +msgid "Help" +msgstr "کمک" + +#: templates/web/base/report/new/category_extras.html:17 +#: templates/web/base/report/new/category_extras.html:18 +msgid "Help %s resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "با ارائه جزئیات بیشتر، به حل سریعتر مشکلتان کمک%s کنید. این اطلاعات اضافی در فضای مجازی منتشر نخواهند شد." + +#: 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 "سلام %s" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/update_edit.html:30 +#: 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:181 +#: templates/web/zurich/admin/users/form.html:38 +msgid "Hide all reports and updates" +msgstr "تمام گزارش‌ها و بروزرسانی‌ها را مخفی کنید" + +#: templates/web/base/report/_main.html:121 +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/around/display_location.html:65 +#: templates/web/base/around/display_location.html:73 +#: templates/web/base/js/translation_strings.html:76 +msgid "Hide pins" +msgstr "پنهان‌سازی نشانگرهای مکان" + +#: templates/web/base/admin/bodies/contact-form.html:52 +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/around/display_location.html:78 +msgid "Home" +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:46 +#: templates/web/base/tokens/confirm_problem.html:51 +msgid "I just reported a problem on @fixmystreet" +msgstr "همین الان مشکلی را در fixmystreet@ گزارش کردم" + +#: 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 "همین الان مشکلی را در fixmystreet@ بروزرسانی کردم" + +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:86 +msgid "I'm afraid we couldn't locate your problem in the database.\n" +msgstr "متاسفانه نتوانستیم مشکل شما را در بانک اطلاعاتی پیدا کنیم.\n" + +#: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:66 +#: 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:61 +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/index.html:116 +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:25 +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:39 +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:46 +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:72 +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:157 +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:106 +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:80 +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:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 +msgid "Inactive" +msgstr "غیرفعال" + +#: templates/web/base/tokens/confirm_alert.html:11 +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:334 +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:777 +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:435 +msgid "Invalid format %s specified." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Moderate.pm:305 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 +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:31 +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 "7 روز پیش" + +#: 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.html:92 +msgid "Last failure:" +msgstr "" + +#: templates/web/base/questionnaire/index.html:55 +msgid "Last update" +msgstr "آخرین بروزرسانی" + +#: templates/web/base/admin/reports/edit.html:95 +msgid "Last update:" +msgstr "آخرین بروزرسانی:" + +#: templates/web/base/admin/problem_row.html:39 +msgid "Last update:" +msgstr "" + +#: templates/web/base/report/_item.html:83 +#: templates/web/base/report/inspect/information.html:26 +#: 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:128 +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 "گزارش‌ها در حال بارگیری..." + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: templates/web/base/report/new/category_wrapper.html:9 +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:29 +#: templates/web/base/report/form/user.html:13 +msgid "Log in with Facebook" +msgstr "ورود توسط حساب کاربری فیس بوک" + +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 +msgid "Log in with Twitter" +msgstr "ورود توسط حساب کاربری توییتر" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:87 +#: templates/web/base/report/form/user.html:27 +msgid "Log in with email" +msgstr "ورود توسط ایمیل" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:85 +msgid "Log in with email/text" +msgstr "ورود توسط ایمیل/پیامک" + +#: templates/web/base/admin/users/form.html:179 +#: 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:18 +msgid "Login with %s" +msgstr "ورود با %s" + +#: templates/web/base/dashboard/index.html:83 +msgid "Look up" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:63 +msgid "MAP" +msgstr "" + +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 +msgid "Make anonymous on all reports and updates" +msgstr "در تمام گزارش‌ها و بروزرسانی‌ها ناشناس شوید" + +#: perllib/FixMyStreet/Cobrand/Default.pm:779 +msgid "Manage shortlist" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:704 +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 "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:65 +msgid "Map" +msgstr "نقشه" + +#: templates/web/base/admin/reports/edit.html:87 +msgid "Mark as sent" +msgstr "به عنوان ارسال شده، علامت گذاری کنید" + +#: templates/web/base/admin/users/form.html:93 +msgid "Mark users whose behaviour you want to keep a check on as flagged." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:776 +msgid "Markup problem details" +msgstr "" + +#: templates/web/base/contact/enquiry/index.html:42 +#: templates/web/base/contact/index.html:109 +msgid "Message" +msgstr "پیام" + +#: templates/web/zurich/admin/reports/edit.html:273 +msgid "Message to competent body:" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:271 +msgid "Message to external body:" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:62 +#: 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.html:72 +msgid "Missing bodies:" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +msgid "Missing jurisdiction_id" +msgstr "" + +#: templates/web/base/report/_main.html:143 +msgid "Moderate" +msgstr "اداره کردن" + +#: perllib/FixMyStreet/Cobrand/Default.pm:771 +msgid "Moderate report details" +msgstr "" + +#: templates/web/base/report/_main.html:143 +msgid "Moderate this report" +msgstr "" + +#: templates/web/base/report/update.html:15 +msgid "Moderate this update" +msgstr "" + +#: templates/web/base/admin/update_edit.html:92 +#: templates/web/base/report/_main.html:85 +#: 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.html:206 +#: templates/web/base/admin/update_edit.html:86 +msgid "Moderation history" +msgstr "" + +#: templates/web/base/dashboard/index.html:103 +#: 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:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 +#: templates/web/base/admin/category-checkboxes.html:32 +msgid "Multiple Groups" +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:68 +#: 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:59 +msgid "Name" +msgstr "نام" + +#: templates/web/base/admin/reports/edit.html:153 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 +#: 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:40 +msgid "Navigate to this problem" +msgstr "" + +#: templates/web/base/report/inspect/information.html:35 +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 "نام نزدیکترین جاده به نشانگر مکان قرار داده شده روی نقشه (به طور خودکار با استفاده از OpenStreetMap تولید شده):%s%s" + +#: perllib/FixMyStreet/Geocode/Address.pm:21 +msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" +msgstr "نزدیکترین کدپستی به نشانگر مکان قرار داده شده روی نقشه (به طور خودکار تولید شده توسط): %s (%s کیلومتر دورتر)" + +#: perllib/FixMyStreet/Cobrand/Default.pm:623 +#: 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:363 +msgid "" +"Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" +"\n" +msgstr "" +"نزدیکترین جاده به نشانگر مکان قرار داده شده روی نقشه (به طور خودکار با استفاده از Bing Maps تولید شده): %s\n" +"\n" + +#: 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:54 +msgid "New body added" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 +msgid "New category contact added" +msgstr "" + +#: templates/web/base/auth/change_email.html:39 +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/auth/change_password.html:47 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 +msgid "New password:" +msgstr "رمز عبور جدید:" + +#: templates/web/base/auth/change_phone.html:38 +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 "مشکلات جدید برای %s" + +#: templates/web/base/admin/users/alerts.html:42 +msgid "New problems for %s" +msgstr "مشکلات جدید برای %s" + +#: 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 "مشکلات جدید برای ناحیه با شناسه %s" + +#: 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 "مشکلات جدید نزدیک %s،%s" + +#: 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 "بروزرسانی‌های جدید روی گزارش %s" + +#: 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:5 +msgid "Next:" +msgstr "بعدی:" + +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 +#: templates/web/base/admin/bodies/category.html:5 +#: templates/web/base/admin/list_updates.html:33 +#: templates/web/base/admin/list_updates.html:35 +#: templates/web/base/admin/list_updates.html:36 +#: templates/web/base/admin/problem_row.html:20 +#: templates/web/base/admin/reports/edit.html:101 +#: templates/web/base/admin/reports/edit.html:151 +#: templates/web/base/admin/update_edit.html:26 +#: templates/web/base/admin/users/alerts.html:21 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 +msgid "No" +msgstr "خیر" + +#: templates/web/base/admin/category-checkboxes.html:31 +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:26 +#: templates/web/zurich/admin/users/form.html:15 +msgid "No body" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 +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:252 +msgid "No further updates" +msgstr "بروزرسانی دیگری نیست." + +#: templates/web/base/report/form/user.html:33 +#: templates/web/base/report/form/user.html:40 +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.html:67 +#: templates/web/base/admin/reports/edit.html:97 +#: templates/web/base/admin/reports/edit.html:99 +msgid "None" +msgstr "" + +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 +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:16 +#: templates/web/base/admin/users/form.html:17 +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 "" + +#: 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 "یادداشت: %s" + +#: 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 "تعداد مشكلات گزارش شده در هر دسته‌بندی، در 7 روز گذشته." + +#: 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:102 +msgid "Offline data cleared" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:99 +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:96 +msgid "On behalf of %s" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:46 +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:30 +#: templates/web/base/dashboard/index.html:117 +#: 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:8 +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:80 +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:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 +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/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:130 +msgid "Parent categories" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:66 +msgid "Partial" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_by_email.html:74 +#: templates/web/zurich/auth/general.html:20 +#: templates/web/zurich/auth/general.html:46 +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:144 +msgid "Permissions:" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:61 +msgid "Permit blank updates" +msgstr "" + +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "تلفن:" + +#: templates/web/base/report/inspect/information.html:15 +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:34 +#: templates/web/zurich/report/new/fill_in_details_form.html:65 +msgid "Phone number" +msgstr "شماره تلفن" + +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 +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.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 +#: templates/web/zurich/admin/stats/index.html:60 +msgid "Phone:" +msgstr "تلفن:" + +#: templates/web/base/admin/update_edit.html:95 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 +#: templates/web/base/report/new/form_report.html:41 +#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 +#: 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/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 +msgid "Photo" +msgstr "عکس" + +#: perllib/FixMyStreet/App/Controller/Photo.pm:213 +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 +#: templates/web/base/report/new/form_report.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 +msgid "Photos" +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 +#, fuzzy +msgid "Pin map" +msgstr "نشانگر مکان را روی نقشه قرار دهید" + +#. ("JS") +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 +msgid "Place pin on map" +msgstr "نشانگر مکان را روی نقشه قرار دهید" + +#: perllib/FixMyStreet/App/Controller/Moderate.pm:143 +msgid "Please check their changes and resolve any differences." +msgstr "" + +#: templates/web/base/report/new/notes.html:5 +msgid "Please be polite, concise and to the point." +msgstr "" + +#: templates/web/base/auth/change_password.html:26 +#: templates/web/base/auth/change_password.html:31 +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 +msgid "Please check your email address is correct" +msgstr "لطفا بررسی کنید که آدرس ایمیلتان درست باشد" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 +#: 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:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 +#: templates/web/base/js/translation_strings.html:21 +msgid "Please choose a category" +msgstr "لطفا یک دسته‌بندی انتخاب کنید" + +#: perllib/FixMyStreet/App/Controller/Auth.pm:497 +msgid "Please choose a less commonly-used password" +msgstr "لطفا یک رمز عبور کمتر رایج استفاده کنید" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 +#: templates/web/base/admin/bodies/body.html:12 +#: templates/web/base/admin/bodies/index.html:4 +#: templates/web/base/admin/templates/edit.html:13 +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 "" + +#: templates/web/base/report/new/notes.html:6 +msgid "Please do not be abusive — abusing your council devalues the service for all users." +msgstr "" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 +#: templates/web/base/js/translation_strings.html:6 +msgid "Please enter a message" +msgstr "لطفا یک پیام وارد کنید" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 +#: 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:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 +msgid "Please enter a name" +msgstr "لطفا یک نام وارد کنید" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 +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 +msgid "Please enter a password" +msgstr "لطفا یک رمز عبور وارد کنید" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 +#: templates/web/base/js/translation_strings.html:9 +msgid "Please enter a subject" +msgstr "لطفاً موضوع را وارد کنید" + +#. ("JS") +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 +#: 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:355 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 +msgid "Please enter a valid email address" +msgstr "لطفا یک آدرس ایمیل معتبر وارد کنید" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 +msgid "Please enter a valid email or phone number" +msgstr "لطفا یک ایمیل معتبر یا شماره تلفن وارد کنید" + +#. ("JS") +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 +#: 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:259 +#: 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 +msgid "Please enter your email" +msgstr "لطفا ایمیل خودتان را وارد کنید" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:40 +msgid "Please enter your first name" +msgstr "لطفا نام کوچک خود را وارد کنید" + +#. ("JS") +#: perllib/FixMyStreet/Cobrand/UK.pm:341 +#: 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:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: 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:41 +msgid "Please enter your second name" +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:39 +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/base/report/new/fill_in_details_text.html:2 +#: templates/web/base/report/new/fill_in_details_text.html:8 +msgid "Please fill in details of the problem below." +msgstr "لطفا جزئیات مشکل زیر را پر کنید." + +#: templates/web/base/report/new/sidebar.html:7 +#: 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:389 +#: 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:495 +#: 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:23 +#: 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/base/report/new/notes.html:1 +#: templates/web/zurich/report/new/notes.html:1 +msgid "Please note:" +msgstr "لطفا توجه کنید:" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 +msgid "Please provide a duplicate ID or public update for this report." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:475 +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:134 +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:119 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 +#: templates/web/base/js/translation_strings.html:82 +msgid "Please upload an image only" +msgstr "لطفا فقط تصویر بارگذاری کنید" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 +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:276 +msgid "Posted anonymously at %s" +msgstr "ارسال شده به طور ناشناس در %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 +msgid "Posted by %s at %s" +msgstr "ارسال شده توسط %s در %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 +msgid "Posted by %s (%s) at %s" +msgstr "ارسال شده توسط %s (%s) در %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 +msgid "Posted by %s at %s" +msgstr "ارسال شده توسط %s در %s" + +#: templates/web/base/front/footer-marketing.html:6 +msgid "Powered by FixMyStreet Platform" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:41 +msgid "Prevent new reports from using this category, and also remove it from map filters." +msgstr "مانع استفاده گزارش‌های جدید از این دسته‌بندی شوید و همچنین آن را از فیلترهای نقشه حذف کنید." + +#: templates/web/base/admin/bodies/contact-form.html:36 +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:724 +msgid "Priorities" +msgstr "" + +#: templates/web/base/report/_item.html:95 +#: 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.html:170 +#: templates/web/base/report/inspect/information.html:3 +#: templates/web/base/report/new/form_user_loggedin.html:73 +msgid "Private" +msgstr "خصوصی" + +#: templates/web/base/reports/_list-filter-status.html:28 +msgid "Private only" +msgstr "" + +#: templates/web/base/maps/pin.html:14 +msgid "Problem" +msgstr "مشکل" + +#: templates/web/base/admin/timeline.html:22 +msgid "Problem %d created" +msgstr "مشکل %d ایجاد شد" + +#: templates/web/base/admin/users/log.html:54 +msgid "Problem %s added to shortlist" +msgstr "مشکل %sبه لیست کوتاه اضافه شد" + +#: templates/web/base/admin/timeline.html:24 +msgid "Problem %s confirmed" +msgstr "مشکل %sتایید شد" + +#: templates/web/base/admin/users/log.html:47 +msgid "Problem %s created" +msgstr "مشکل %sایجاد شد" + +#: templates/web/base/admin/users/log.html:49 +msgid "Problem %s created on behalf of %s" +msgstr "مشکل %s از طرف %s ایجاد شد " + +#: templates/web/base/admin/users/log.html:56 +msgid "Problem %s removed from shortlist" +msgstr "مشکل %sاز لیست کوتاه حذف شد" + +#: 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:247 +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:770 +#: templates/web/base/admin/flagged.html:10 +msgid "Problems" +msgstr "مشکلات" + +#: templates/web/base/alert/_list.html:22 +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_rss_local.html:7 +msgid "Problems within %.1fkm of %s" +msgstr "مشکلات در فاصله %.1f کیلومتری %s" + +#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 +msgid "Problems within %s" +msgstr "مشکلات در فاصله %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:238 +msgid "Problems within %s ward" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 +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:27 +msgid "Problems within %s, %s" +msgstr "مشکلات در فاصله %s، %s" + +#: templates/web/base/admin/reports/edit.html:75 +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:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 +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:9 +#: 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.html:80 +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 "ایجاد رمز عبوراختیاری است، اما انجام این کار به شما امکان می‌دهد تا مشکلات آینده و بروزرسانی‌ها را آسان‌تر گزارش دهید و گزارش‌های خود را مدیریت کنید." + +#: templates/web/base/report/form/user_loggedout_by_email.html:82 +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:234 +#: templates/web/zurich/admin/reports/edit.html:261 +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:35 +#: templates/web/base/alert/_list.html:53 +#: templates/web/base/alert/_list_rss_local.html:3 +#: templates/web/base/alert/updates.html:9 +#: templates/web/base/around/display_location.html:3 +#: templates/web/base/report/display_tools.html:44 +msgid "RSS feed" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 +msgid "RSS feed for %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 +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:296 perllib/FixMyStreet/Cobrand/UK.pm:310 +msgid "RSS feed of %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 +msgid "RSS feed of %s, within %s ward" +msgstr "" + +#: templates/web/base/alert/_list_rss_local.html:3 +msgid "RSS feed of nearby problems" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 +msgid "RSS feed of problems within %s" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:237 +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:9 +#: templates/web/base/report/display_tools.html:44 +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.html:93 +msgid "Reason:" +msgstr "" + +#: templates/web/base/alert/updates.html:14 +#: templates/web/base/report/display_tools.html:46 +msgid "Receive email when updates are left on this problem." +msgstr " وقتی روی این مشکل بروزرسانی‌هایی ثبت می‌شود، ایمیل دریافت کنید." + +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 +msgid "Received by %s moments later" +msgstr "" + +#. ("%s is the site name") +#: templates/web/base/around/display_location.html:0 +#: templates/web/base/around/display_location.html:35 +msgid "Recent local problems, %s" +msgstr "مشکلات محلی اخیر، %s" + +#: 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 "اخیرا بروزرسانی شده" + +#: templates/web/base/report/inspect/information.html:52 +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:182 +#: 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/admin/report_blocks.html:23 +msgid "Remove flag" +msgstr "" + +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_main.html:147 +#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:32 +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.html:187 +#: templates/web/base/admin/update_edit.html:74 +#: 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 "مجوزهای سایر کاربران را ویرایش کنید" + +#: templates/web/base/auth/generate_token.html:75 +msgid "Replace token" +msgstr "" + +#: templates/web/zurich/admin/reports/edit.html:232 +msgid "Reply to user:" +msgstr "پاسخ به کاربر:" + +#: templates/web/base/header_logo.html:2 +msgid "Report" +msgstr "گزارش" + +#: templates/web/base/report/_item.html:73 +#: 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:91 +#: templates/web/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 +#: templates/web/zurich/nav_over_content.html:4 +msgid "Report a problem" +msgstr "ثبت گزارش" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:92 +#: templates/web/base/navigation/_report.html:4 +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:32 +#: templates/web/base/report/form/user.html:39 +msgid "Report anonymously" +msgstr "ثبت به صورت ناشناس" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:93 +#: templates/web/base/navigation/_report.html:2 +#: templates/web/base/tokens/confirm_problem.html:40 +msgid "Report another problem here" +msgstr "" + +#: templates/web/base/report/new/form_user_loggedin.html:18 +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:63 +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:655 +#: templates/web/base/contact/index.html:64 +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 +msgid "Reported before" +msgstr "قبلا گزارش شده است" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 +#: templates/web/base/contact/index.html:66 +msgid "Reported by %s at %s" +msgstr "گزار شده توسط %s در %s" + +#: 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 "گزارش شده در %sدسته‌بندی" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +msgid "Reported in the %s category anonymously at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +msgid "Reported in the %s category by %s at %s" +msgstr "گزارش شده در %sدسته‌بندی %s در %s" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +msgid "Reported via %s anonymously at %s" +msgstr "گزارش شده از طریق %s ناشناس در %s" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +msgid "Reported via %s by %s at %s" +msgstr "گزارش شده از طریق %s توسط %sدر %s" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +msgid "Reported via %s in the %s category anonymously at %s" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 +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:61 +#: templates/web/base/report/new/fill_in_details.html:0 +#: templates/web/base/report/new/fill_in_details.html:10 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 +msgid "Reporting a problem" +msgstr "گزارش یک مشکل" + +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 +#: templates/web/base/around/tabbed_lists.html:3 +#: templates/web/base/dashboard/index.html:108 +msgid "Reports" +msgstr "گزارش‌ها" + +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 +#: 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:48 +msgid "Reports by destination" +msgstr "" + +#: templates/web/base/alert/_list.html:15 +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:103 +msgid "Reports saved offline." +msgstr "" + +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 +msgid "Reports sent to %s" +msgstr "گزارش‌های ارسالی به %s" + +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 +msgid "Reports sent to %s, within %s ward" +msgstr "" + +#: templates/web/base/admin/index.html:62 +msgid "Reports waiting to be sent" +msgstr "گزارش‌های در انتظار ارسال" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:42 +msgid "Reposition if needed, then hit Continue" +msgstr "اگر لازم است مکان را تغییر دهید، سپس گزینه ادامه را بزنید." + +#: templates/web/base/admin/extra-metadata-item.html:94 +msgid "Required" +msgstr "ضروری" + +#: templates/web/base/admin/reports/edit.html:85 +msgid "Resend report" +msgstr "باز ارسال گزارش" + +#: templates/web/base/auth/create.html:72 +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/update.html:44 +msgid "Revert to original" +msgstr "بازگشت به اصل" + +#: templates/web/base/report/_main.html:111 +msgid "Revert to original text" +msgstr "بازگشت به متن اصلی" + +#: templates/web/base/report/_main.html:60 +msgid "Revert to original title" +msgstr "بازگشت به عنوان اصلی" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:59 +msgid "Right place?" +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 "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + +#: templates/web/base/admin/roles/index.html:5 +msgid "Role" +msgstr "نقش" + +#: templates/web/base/admin/users/form.html:128 +#: templates/web/base/admin/users/index.html:29 +msgid "Role:" +msgstr "نقش:" + +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: templates/web/base/admin/roles/form.html:1 +#: templates/web/base/admin/roles/index.html:1 +msgid "Roles" +msgstr "نقش‌ها" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 +#: templates/web/base/admin/update_edit.html:71 +#: templates/web/zurich/admin/reports/edit.html:106 +msgid "Rotate Left" +msgstr "چرخش به چپ" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/update_edit.html:72 +#: 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 "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:66 +#: templates/web/base/maps/google-ol.html:2 +msgid "Satellite" +msgstr "ماهواره" + +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 +msgid "Save + close as duplicate" +msgstr "ذخیره + بستن به عنوان نسخه دوم" + +#: templates/web/base/admin/bodies/contact-form.html:164 +#: 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:21 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 +#: templates/web/base/report/_main.html:129 +#: templates/web/base/report/update.html:58 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 +msgid "Save changes" +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:104 +msgid "Saving reports offline" +msgstr "" + +#: templates/web/base/admin/index.html:26 +#: templates/web/base/admin/reports/index.html:1 +msgid "Search Reports" +msgstr "جستجوی گزارش‌ها" + +#: templates/web/base/admin/index.html:34 +#: 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:79 +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:75 +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:784 +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 "" + +#: templates/web/base/admin/bodies/form.html:78 +#: templates/web/base/admin/users/form.html:58 +#: 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/_ward-list.html:7 +msgid "Select multiple wards to view only reports within those wards." +msgstr "" + +#: templates/web/base/reports/_ward-list.html:8 +msgid "Select multiple wards?" +msgstr "" + +#: templates/web/base/admin/category-checkboxes.html:4 +msgid "Select:" +msgstr "انتخاب:" + +#: templates/web/base/contact/enquiry/index.html:76 +#: templates/web/base/contact/index.html:120 +msgid "Send" +msgstr "ارسال" + +#: templates/web/base/admin/reports/edit.html:91 +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:892 +msgid "Sent report back" +msgstr "" + +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 +msgid "Sent to %s %s later" +msgstr "ارسال به %s%sبعدا" + +#: templates/web/base/admin/reports/edit.html:80 +msgid "Sent:" +msgstr "ارسال:" + +#: templates/web/base/admin/reports/edit.html:97 +#: 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:70 +msgid "Set password" +msgstr "تعیین رمز عبور" + +#: templates/web/base/report/inspect/information.html:44 +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:149 +#: templates/web/base/report/_main.html:27 +#: templates/web/base/report/_main.html:35 +msgid "Shortlist" +msgstr "" + +#: templates/web/base/reports/body.html:34 +msgid "Shortlist all visible" +msgstr "" + +#: templates/web/base/report/_main.html:147 +#: templates/web/base/report/_main.html:26 +#: templates/web/base/report/_main.html:31 +#: 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:157 +msgid "Shortlisted by %s" +msgstr "" + +#: templates/web/base/report/update.html:23 +msgid "Show Photo?" +msgstr "نمایش عکس؟" + +#: templates/web/base/questionnaire/index.html:56 +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:49 +msgid "Show older reports" +msgstr "نمایش گزارش‌های قدیمی‌تر" + +#: templates/web/base/report/_main.html:95 +msgid "Show photo" +msgstr "نمایش عکس" + +#. ("JS") +#: templates/web/base/around/display_location.html:63 +#: templates/web/base/around/display_location.html:71 +#: templates/web/base/js/translation_strings.html:75 +msgid "Show pins" +msgstr "نمایش نشانگرها" + +#: templates/web/base/report/_main.html:72 +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: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 +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:87 +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:77 +#: templates/web/zurich/auth/sign_out.html:1 +msgid "Sign out" +msgstr "خروج" + +#: templates/web/base/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:66 +msgid "Some text to localize" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Moderate.pm:142 +msgid "Someone has moderated this report since you started." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:78 +msgid "Sorry! You’ve hit the limit of images that can be attached to one report." +msgstr "متاسفیم! شما به حد مجاز تعداد تصویر قابل پیوست رسیده‌اید. " + +#: perllib/FixMyStreet/Cobrand/UK.pm:90 +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/App/Controller/Report/New.pm:250 +#: 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:26 +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/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 +msgid "Sorry, you don't have permission to do that." +msgstr "متاسفانه شما اجازه انجام این کار را ندارید." + +#: perllib/FixMyStreet/App/Controller/Report.pm:195 +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:45 +msgid "Staff only" +msgstr "فقط کارمندان" + +#: templates/web/base/admin/users/form.html:36 +msgid "Staff users have permission to log in to the admin." +msgstr "" + +#: templates/web/base/admin/users/form.html:40 +msgid "Staff:" +msgstr "کارمندان:" + +#: templates/web/base/debug_header.html:3 +msgid "Staging site" +msgstr "" + +#: templates/web/base/dashboard/index.html:75 +msgid "Start Date" +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:22 +#: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:70 +#: templates/web/base/admin/list_updates.html:11 +#: templates/web/base/admin/reports/index.html:16 +#: templates/web/base/admin/templates/edit.html:50 +#: templates/web/base/admin/templates/view.html:8 +#: templates/web/base/admin/users/alerts.html:11 +#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/report/_inspect.html:34 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 +#: templates/web/zurich/admin/bodies/contact-form.html:37 +msgid "State" +msgstr "وضعیت" + +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 +msgid "State and external status code cannot be used simultaneously." +msgstr "" + +#: perllib/FixMyStreet/Script/Alerts.pm:107 +#: 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.html:128 +#: templates/web/base/admin/update_edit.html:28 +#: 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:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 +#: templates/web/base/admin/states/index.html:1 +msgid "States" +msgstr "وضعیت‌ها" + +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: 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:70 +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/category.html:35 +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/index.html:103 +msgid "Subject" +msgstr "موضوع" + +#: templates/web/base/admin/reports/edit.html:122 +#: 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: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:21 +#: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 +msgid "Submit" +msgstr "ارسال" + +#: templates/web/base/admin/reports/edit.html:198 +#: templates/web/base/admin/reports/edit.html:25 +#: templates/web/base/admin/update_edit.html:82 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 +#: 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:89 +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:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 +msgid "Subscribe" +msgstr "مشترک شدن" + +#: templates/web/base/alert/_list.html:68 +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:137 +#: 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/report/new/form_title.html:1 +msgid "Summarise the problem" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:156 +msgid "Summarise your changes" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 +#: 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:46 +msgid "Summary" +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:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 +msgid "Superuser:" +msgstr "" + +#: templates/web/base/admin/users/form.html:111 +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:5 +msgid "Tell us about you" +msgstr "درباره خودتان بگویید" + +#: templates/web/zurich/admin/templates/edit.html:7 +msgid "Template «%s»" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: templates/web/base/develop/email_list.html:3 +#: templates/web/zurich/header.html:74 +msgid "Templates" +msgstr "قالب‌ها" + +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "آخرین بروزرسانی‌های اخیر" + +#: templates/web/zurich/admin/templates/view.html:9 +msgid "Text" +msgstr "متن" + +#: templates/web/base/admin/extra-metadata-item.html:69 +msgid "Text field" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:33 +msgid "Text only version" +msgstr "" + +#: templates/web/base/admin/templates/edit.html:35 +#: templates/web/base/admin/update_edit.html:20 +#: templates/web/base/admin/update_edit.html:94 +#: 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 +#, fuzzy +msgid "Textarea" +msgstr "متن" + +#: templates/web/base/tokens/confirm_problem.html:29 +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:9 +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:145 +msgid "That image doesn't appear to have uploaded correctly (%s), please try again." +msgstr "به نظر می‌رسد تصویر به درستی بارگذاری نشده است (%s)، لطفا دوباره امتحان کنید." + +#: 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:186 +msgid "That location does not appear to be in the UK; please try again." +msgstr "به نظر می‌رسد که این مکان در انگلیس نمی‌باشد. لطفا دوباره تلاش کنید." + +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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:83 +msgid "That postcode was not recognised, sorry." +msgstr " کد پستی شناسایی نشد، متاسفیم." + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 +msgid "That problem has been marked as sent." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 +msgid "That problem will now be resent." +msgstr " این مشکل اکنون دوباره ارسال خواهد شد." + +#: perllib/FixMyStreet/App/Controller/Report.pm:176 +msgid "That report has been removed from FixMyStreet." +msgstr "این گزارش از FixMyStreet حذف شده است." + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:581 +msgid "That user has been logged out." +msgstr "کاربر از سیستم خارج شده است." + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:588 +msgid "That user has been made anonymous on all reports and updates." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:637 +msgid "That user’s personal details have been removed." +msgstr "اطلاعات شخصی این کاربر حذف شده است." + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:602 +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:108 +#: templates/web/base/admin/bodies/contact-form.html:109 +#: templates/web/base/admin/bodies/form.html:101 +#: templates/web/base/admin/bodies/form.html:102 +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:82 +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:31 +msgid "The contact has been confirmed as correct." +msgstr "" + +#: templates/web/base/report/new/fill_in_details_text.html:2 +#: templates/web/base/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 "خطا این بود: %s" + +#: templates/web/base/open311/index.html:78 +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:26 +#: templates/web/base/auth/change_password.html:30 +msgid "The passwords do not match" +msgstr "رمز عبورها با هم مطابقت ندارند" + +#: templates/web/base/errors/page_error_404_not_found.html:9 +msgid "The requested URL '%s' was not found on this server" +msgstr "URL درخواستی '%s' در این سرور یافت نشد" + +#: 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:117 +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:627 +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:10 +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:138 +msgid "There is already an auto-response template for this category/state." +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:944 +#: 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:380 +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:431 +msgid "There were problems with your update. Please see below." +msgstr "در رابطه با بروزرسانی شما مشکلی وجود داشته. لطفا پایین را ببینید." + +#: templates/web/base/admin/category-checkboxes.html:33 +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:6 +#: templates/web/base/report/new/councils_text_all.html:9 +msgid "These will be sent to %s and also published online for others to see, in accordance with our privacy policy." +msgstr "مطابق با سیاست حریم خصوصی ما، این موارد ارسال می‌شود به %s و همچنین برای مشاهده دیگران به صورت آنلاین منتشر می‌شوند." + +#: templates/web/base/report/new/councils_text_all.html:16 +#: templates/web/base/report/new/councils_text_all.html:6 +msgid "These will be sent to %s but not published online." +msgstr "این موارد ارسال می‌شود به %sاما به صورت آنلاین منتشر نمی‌شوند." + +#: 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 "" + +#: perllib/FixMyStreet/Queue/Item/Report.pm:196 +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:199 +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 "" + +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 +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:31 +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/users/form.html:79 +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:124 +msgid "This report is currently marked as closed." +msgstr " در حال حاضر این گزارش بسته شده است." + +#: perllib/FixMyStreet/Script/Alerts.pm:122 +msgid "This report is currently marked as fixed." +msgstr " در حال حاضر این گزارش به عنوان درست شده مشخص شده است." + +#: perllib/FixMyStreet/Script/Alerts.pm:126 +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:108 +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:695 +#: 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:2 +msgid "Tips for perfect photos" +msgstr "نکته‌هایی برای ثبت عکس‌های کامل" + +#: templates/web/base/admin/flagged.html:15 +#: templates/web/base/admin/index.html:67 +#: 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:4 +msgid "To provide an update, please sign in." +msgstr "برای ارائه بروزرسانی، لطفا وارد سیستم شوید." + +#: perllib/FixMyStreet/Queue/Item/Report.pm:116 +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 "" + +#: templates/web/base/reports/index.html:126 +msgid "Top 5 most used categories" +msgstr "5 دسته‌بندی بیشتر استفاده شده" + +#: 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:120 +#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:149 +#: 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 "ترجمه‌ها" + +#. ("JS") +#: templates/web/base/auth/2fa/form-add.html:8 +#: templates/web/base/auth/2fa/form.html:6 +#: templates/web/base/auth/smsform.html:17 +#: templates/web/base/js/translation_strings.html:43 +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_details.html:31 +msgid "Unban" +msgstr "" + +#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 +#: templates/web/base/admin/bodies/contact-form.html:25 +#: templates/web/base/admin/update_edit.html:30 +#: 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 "تایید نشده" + +#: templates/web/base/report/banner.html:13 +msgid "Unknown" +msgstr "گمنام" + +#: perllib/FixMyStreet/App/Controller/Rss.pm:178 +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 +msgid "Unknown error" +msgstr "خطای ناشناخته" + +#: perllib/FixMyStreet/App/Controller/Develop.pm:188 +#: perllib/FixMyStreet/App/Controller/Develop.pm:207 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 +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:58 +#: 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 "بروزرسانی %sایجاد شده برای مشکل %d" + +#: templates/web/base/admin/timeline.html:33 +msgid "Update %s created for problem %d; by %s" +msgstr "بروزرسانی %s ایجاد شده برای مشکل %d؛ توسط %s" + +#: templates/web/base/contact/index.html:37 +msgid "Update below added anonymously at %s" +msgstr "بروزرسانی زیر به صورت ناشناس اضافه شده در %s" + +#: templates/web/base/contact/index.html:39 +msgid "Update below added by %s at %s" +msgstr "بروزرسانی زیر اضافه شده توسط %s در %s" + +#: templates/web/base/admin/bodies/form.html:139 +#: 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:46 +#: templates/web/zurich/admin/update_edit.html:25 +msgid "Update changed problem state to %s" +msgstr "بروزرسانی تغییر وضعیت مشکل به %s" + +#: templates/web/base/admin/update_edit.html:48 +msgid "Update marked problem as fixed" +msgstr "بروزرسانی مشکل مشخص شده به عنوان درست شده" + +#: templates/web/base/admin/update_edit.html:50 +msgid "Update reopened problem" +msgstr "" + +#: templates/web/base/admin/bodies/body.html:130 +msgid "Update statuses" +msgstr "" + +#: templates/web/zurich/admin/_index_table.html:5 +msgid "Updated" +msgstr "بروزرسانی شد" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 +msgid "Updated by %s (%s) at %s" +msgstr "بروزرسانی شد توسط %s(%s) در %s" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 +msgid "Updated by %s at %s" +msgstr "بروزرسانی شد توسط %s در %s" + +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 +msgid "Updated!" +msgstr "بروزرسانی شد!" + +#: templates/web/base/admin/list_updates.html:2 +#: templates/web/base/dashboard/index.html:109 +#: templates/web/base/report/update.html:4 +#: templates/web/zurich/report/updates.html:2 +msgid "Updates" +msgstr "بروزرسانی‌ها" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 +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 "بروزرسانی‌های این مشکل، %s" + +#: 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/admin/bodies/contact-form.html:53 +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:102 +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:75 +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:665 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 +msgid "User added to abuse list" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 +msgid "User already exists" +msgstr "کاربر از قبل وجود دارد" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:672 +msgid "User already in abuse list" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:758 +msgid "User flag removed" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:728 +msgid "User flagged" +msgstr "" + +#: templates/web/base/admin/report_blocks.html:18 +#: templates/web/base/admin/users/_form_details.html:31 +#: 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.html:155 +#: templates/web/base/admin/update_edit.html:36 +msgid "User:" +msgstr "کاربر:" + +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 +#: templates/web/base/admin/flagged.html:29 +#: templates/web/base/admin/roles/index.html:25 +#: templates/web/zurich/header.html:66 +msgid "Users" +msgstr "کاربرها:" + +#: templates/web/base/admin/users/form.html:125 +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:141 +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:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 +msgid "Values updated" +msgstr "" + +#: templates/web/base/my/my.html:43 templates/web/base/my/my.html:55 +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/admin/reports/edit.html:36 +#: templates/web/base/admin/update_edit.html:18 +#: 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 +msgid "View reports by ward" +msgstr "" + +#: templates/web/base/reports/_ward-list.html:24 +msgid "View wards" +msgstr "" + +#: perllib/FixMyStreet/Cobrand/Default.pm:775 +msgid "View/Mark private reports" +msgstr "" + +#: templates/web/base/around/display_location.html:0 +#: templates/web/base/around/display_location.html:38 +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:29 +msgid "Ward:" +msgstr "" + +#: templates/web/base/reports/body.html:18 +msgid "Wards of this council" +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:149 +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 باشد؛ با این وجود، در حال حاضر هیچ اطلاعات تماسی از آنها نداریم. اگر از نحوه ارتباط مناسب اطلاع دارید، لطفاً با ما تماس بگیرید." + +#: 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/base/report/new/notes.html:4 +#: 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:123 +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:12 +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:35 +msgid "When sent" +msgstr "" + +#: templates/web/base/alert/_list.html:9 +msgid "Which problems do you want alerts about?" +msgstr "" + +#: templates/web/base/report/_inspect.html:41 +msgid "Which report is it a duplicate of?" +msgstr "کدام یک از گزارش‌ها تکراری است؟" + +#: templates/web/base/tokens/confirm_alert.html:7 +msgid "Why stop there? Set up more alerts for free." +msgstr "" + +#: templates/web/base/open311/index.html:84 +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:164 +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:80 +msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" +msgstr "آیا می‌خواهید 4 هفته دیگر با یادآوری اینکه وضعیت گزارش را بررسی کنید، پرسشنامه دریافت کنید؟" + +#: templates/web/base/report/new/duplicate_suggestions.html:23 +msgid "Would you like us to notify you when this problem is updated or fixed?" +msgstr "آیا می‌خواهید در صورت بروزرسانی یا درست شدن مشکل به شما اطلاع دهیم؟" + +#: templates/web/base/report/new/notes.html:7 +msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." +msgstr "" + +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 +#: 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:33 +#: templates/web/base/admin/list_updates.html:35 +#: templates/web/base/admin/list_updates.html:36 +#: templates/web/base/admin/problem_row.html:20 +#: templates/web/base/admin/reports/edit.html:101 +#: templates/web/base/admin/reports/edit.html:150 +#: templates/web/base/admin/update_edit.html:25 +#: 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:83 +msgid "Yes" +msgstr "بله" + +#: templates/web/base/contact/index.html:54 +msgid "You are complaining that this problem report was unnecessarily moderated:" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:26 +msgid "You are not sure of the origin or validity of the contact." +msgstr "" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:105 +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/index.html:31 +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 +#: templates/web/base/report/display.html:56 +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:97 +msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." +msgstr "" + +#: templates/web/base/alert/_list.html:18 +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:131 +msgid "You can contact technical support on %s" +msgstr "می‌توانید با پشتیبانی فنی تماس بگیرید در %s" + +#: 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:92 +msgid "You can mark a body as deleted if you do not want it to be active on the site." +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 +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:107 +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 "در حال حاضر شما سند‌هایی را به این گزارش پیوست کرده‌اید. توجه داشته باشید که می‌توانید حداکثر 3 سند را به این گزارش پیوست کنید (اگر سعی دارید بیشتر بارگذاری کنید، سندهای قدیمی‌تر حذف می‌شوند)." + +#: templates/web/base/report/new/form_report.html:50 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 +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 "در حال حاضر شما عکس‌هایی را به این گزارش پیوست کرده‌اید. توجه داشته باشید که می‌توانید حداکثر 3 عکس را به این گزارش پیوست کنید (اگر سعی دارید بیشتر بارگذاری کنید، عکس‌های قدیمی‌تر حذف می‌شوند)." + +#: templates/web/base/report/form/photo_upload.html:13 +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 "در حال حاضر شما عکس‌هایی را به این بروزرسانی پیوست کرده‌اید. توجه داشته باشید که می‌توانید حداکثر 3 عکس را به این بروزرسانی پیوست کنید (اگر سعی دارید بیشتر بارگذاری کنید، عکس‌های قدیمی‌تر حذف می‌شوند)." + +#: 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:83 +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:19 +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:32 +#: 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/index.html:91 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 +msgid "Your email" +msgstr "ایمیل شما" + +#: templates/web/base/auth/change_email.html:15 +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 +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/index.html:85 +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:316 +msgid "Your name has been hidden from all your reports and updates." +msgstr "نام شما در همه گزارش‌ها و بروزرسانی‌های شما پنهان شده است." + +#: perllib/FixMyStreet/App/Controller/My.pm:312 +msgid "Your name has been hidden." +msgstr "نام شما پنهان شده است." + +#. ("JS") +#: templates/web/base/js/translation_strings.html:97 +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 +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:67 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 +#: templates/web/zurich/auth/general.html:56 +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/index.html:98 +msgid "Your phone number" +msgstr "شماره تلفن شما" + +#: templates/web/base/questionnaire/index.html:46 +msgid "Your report" +msgstr "گزارش شما" + +#: templates/web/base/my/my.html:80 +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:98 +msgid "Your update has been saved offline for submission when back online." +msgstr "" + +#: templates/web/base/my/my.html:103 +msgid "Your updates" +msgstr "بروزرسانی‌های شما" + +#: perllib/FixMyStreet/SMS.pm:46 +msgid "Your verification code is %s" +msgstr "کد تایید شما %s" + +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: 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:152 +msgid "all" +msgstr "همه" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 +#: templates/web/base/admin/update_edit.html:92 +#: templates/web/base/report/update/moderation_meta.html:2 +msgid "an administrator" +msgstr "یک مدیر" + +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 +msgid "and a defect raised" +msgstr "" + +#: templates/web/base/admin/timeline.html:4 +msgid "by %s" +msgstr "توسط %s" + +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 +msgid "council" +msgstr "شورا (شهر/روستا)" + +#: templates/web/base/admin/reports/edit.html:53 +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 "برای مثال ‘%s’ یا ‘%s’" + +#: 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/report/new/form_report.html:70 +msgid "e.g. ‘This pothole has been here for two months and…’" +msgstr "" + +#: templates/web/base/admin/bodies/open311-form-fields.html:93 +#: templates/web/base/admin/flagged.html:51 +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:22 +#: templates/web/zurich/report/_item.html:16 +msgid "last updated %s" +msgstr "آخرین بروزرسانی %s" + +#: perllib/Utils.pm:226 +msgid "less than a minute" +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:153 +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/index.html:99 +msgid "optional" +msgstr "اختیاری" + +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 +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/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 +msgid "or use my location" +msgstr "یا از موقعیت مکانی من استفاده کنید" + +#: templates/web/base/admin/reports/edit.html:50 +#: templates/web/base/admin/reports/edit.html:51 +#: 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.html:69 +msgid "other areas:" +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/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:133 +msgid "this type of local problem" +msgstr "" + +#: perllib/Utils.pm:176 +msgid "today" +msgstr "امروز" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:108 +msgid "update" +msgstr "بروزرسانی" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:109 +msgid "updates" +msgstr "بروزرسانی‌ها" + +#: templates/web/base/admin/reports/edit.html:53 +msgid "used map" +msgstr "" + +#: templates/web/base/admin/update_edit.html:39 +msgid "user is from same council as problem - %d" +msgstr "" + +#: templates/web/base/admin/update_edit.html:42 +msgid "user is problem owner" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:700 +msgid "user not in abuse list" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:698 +msgid "user removed from abuse list" +msgstr "" + +#: templates/web/base/reports/body.html:0 +#: templates/web/base/reports/body.html:5 +msgid "ward" +msgstr "" + +#: templates/web/base/admin/bodies/index.html:56 +#, perl-format +msgid "%d address" +msgid_plural "%d addresses" +msgstr[0] "" +msgstr[1] "" + +#: perllib/Utils.pm:249 +#, perl-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: perllib/Utils.pm:251 +#, perl-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#: perllib/Utils.pm:253 +#, perl-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: perllib/Utils.pm:245 +#, perl-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/report/_support.html:6 +#, perl-format +msgid "%d supporter" +msgid_plural "%d supporters" +msgstr[0] "" +msgstr[1] "" + +#: perllib/Utils.pm:247 +#, perl-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#: perllib/Utils.pm:243 +#, perl-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:120 +#, perl-format +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" + +#: 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] "" + +#: templates/web/base/reports/index.html:45 +#, perl-format +msgid "%s problem reported" +msgid_plural "%s problems reported" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:136 +#, perl-format +msgid "%s report" +msgid_plural "%s reports" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/reports/index.html:51 +#, perl-format +msgid "%s update on problems" +msgid_plural "%s updates on problems" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/front/stats.html:19 +#, perl-format +msgid "%s fixed in past month" +msgid_plural "%s fixed in past month" +msgstr[0] "" +msgstr[1] "" + +#: 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] "" + +#: templates/web/base/front/stats.html:13 +#, perl-format +msgid "%s report recently" +msgid_plural "%s reports recently" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/front/stats.html:25 +#, perl-format +msgid "%s update on reports" +msgid_plural "%s updates on reports" +msgstr[0] "" +msgstr[1] "" + +#: templates/web/base/report/_item_small.html:10 +#, perl-format +msgid "Reported %d day ago" +msgid_plural "Reported %d days ago" +msgstr[0] "" +msgstr[1] "" + +#: 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] "" + +#: 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] "" + +#: templates/web/base/report/_item_small.html:20 +#, perl-format +msgid "last updated %d day ago" +msgid_plural "last updated %d days ago" +msgstr[0] "" +msgstr[1] "" + +#: templates/email/default/inactive-account.txt:8 +#, perl-format +msgid "month" +msgid_plural "months" +msgstr[0] "" +msgstr[1] "" + +#: templates/email/rutland/archive.html:28 +#, perl-format +msgid "report" +msgid_plural "reports" +msgstr[0] "" +msgstr[1] "" + +#~ msgid "Filter report list" +#~ msgstr "فیلتر لیست گزارش" + +#~ msgid "Traffic management required?" +#~ msgstr "نیاز به مدیریت ترافیک است؟" diff --git a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po index 5acfb1d8cab..f8d0d856b57 100644 --- a/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/fr_FR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -22,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " et " @@ -58,7 +58,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Rapports résumés" @@ -119,7 +119,7 @@ msgstr "%s questionnaires envoyés – %s complétés (%s%%)" msgid "%s ref: %s" msgstr "%s réf : %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap contributeurs" @@ -165,6 +165,8 @@ msgstr "(n'existe plus)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -183,8 +185,8 @@ msgstr "(envoyé aux deux)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(nous avons également des flux RSS pour les problèmes internes%s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Choisissez une catégorie --" @@ -214,17 +216,18 @@ msgstr "" " Peut etre ajouter un MAPIT_TYPES a votre fichier de config?" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Rapports, statistiques et actions pour

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s les rapports %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%senregistré." @@ -254,7 +257,7 @@ msgid "Yes I have a password" msgstr "Oui, j'ai un mot de passe :" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -271,7 +274,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Activer l’authentification à deux facteurs" @@ -294,7 +297,7 @@ msgstr "" 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Ajouter une nouvelle catégorie" @@ -327,7 +330,7 @@ msgstr "Ajouter un état fixe" msgid "Add new category" msgstr "Ajouter une nouvelle catégorie" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Ajouter une option" @@ -336,8 +339,8 @@ msgstr "Ajouter une option" msgid "Add phone number" msgstr "Ajouter un téléphone" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -345,21 +348,20 @@ msgid "Add to shortlist" msgstr "Ajouter à la liste" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Ajouter un utilisateur" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Ajouter/modifier des catégories de problèmes" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Ajouter/modifier les priorités de réponse" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Ajouter/modifier des modèles de réponse" @@ -375,6 +377,12 @@ msgstr "L'ajout de ce rapport à votre liste va le supprimer de la liste %s’s. msgid "Admin" msgstr "Admin" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Encore une fois :" @@ -387,8 +395,8 @@ msgstr "Alerte %d créée pour %s, type %s, paramètres %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alerte %d désactivée (création %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "M'alerter de futures mises à jour" @@ -400,10 +408,12 @@ msgstr "Alertes:" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Tous" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Tous les rapports" @@ -443,6 +453,11 @@ msgstr "Tous les rapports entre %s et %s" msgid "All time" msgstr "Tout le temps" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Rapporté dans la catégorie %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "Déjà signalé ?" @@ -479,7 +494,7 @@ msgstr "Anonyme" msgid "Anonymous user" msgstr "Utilisateur anonyme" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -492,7 +507,7 @@ msgid "Another user" msgstr "un autre utilisateur" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Êtes-vous sûr de vouloir annuler cet envoi ?" @@ -501,8 +516,8 @@ msgstr "Êtes-vous sûr de vouloir annuler cet envoi ?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Êtes-vous sûr ?" @@ -513,7 +528,7 @@ msgstr "Êtes-vous sûr ?" msgid "Area covered" msgstr "Zone couverte" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Région:" @@ -527,27 +542,32 @@ msgstr "Comme ceci est un site de développement et %s est un test, les rapports msgid "Assign selected to role:" msgstr "Affecter des utilisateurs aux zones" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Attribuer à l'organisme compétent:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Affecté à une catégorie différente:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Affecté à un \"interlocuteur\" externe:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Affecté à la subdivision:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Affecter des utilisateurs aux zones" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Catégories disponibles" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Affecté à %s" @@ -560,7 +580,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -568,11 +588,11 @@ msgstr "Les utilisateurs autorisés peuvent être associés aux catégories sur msgid "Auto Response" msgstr "Réponse auto" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Réponse automatique:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "Remplir automatiquement le sujet/le détail du rapport" @@ -584,12 +604,13 @@ msgstr "Temps moyen entre un problème signalé et corrigé sur les 100 derniers msgid "Avoid personal information and vehicle number plates" msgstr "Évitez les renseignements personnels et les plaques d'immatriculation" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "En attente de modération" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Retour" @@ -610,14 +631,12 @@ msgstr "Bannir un utilisateur" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Interlocuteurs" @@ -630,11 +649,13 @@ msgstr "Interlocuteurs" msgid "Body" msgstr "Interlocuteur" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Interlocuteur:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "Fichier CSV" @@ -646,8 +667,7 @@ msgstr "Si vous ne trouvez pas notre e-mail? Vérifiez dans votre dossier spam." msgid "Can't see the map? Skip this step" msgstr "Vous ne pouvez pas voir le plan ? Sautez cette étape" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -663,15 +683,13 @@ msgstr "Catégories:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -681,7 +699,7 @@ msgstr "Catégorie" msgid "Category and State" msgstr "Catégorie et Statistique" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Changement de catégorie de ‘%s’ à ‘%s’" @@ -704,6 +722,11 @@ msgstr "Catégorie :" msgid "Change" msgstr "Changer" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Changer le mot de passe" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -720,7 +743,7 @@ msgstr "Changer le mot de passe" msgid "Change phone number" msgstr "Changer le Téléphone" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 #, fuzzy msgid "Change two-factor authentication" msgstr "Activer l’authentification à deux facteurs" @@ -734,12 +757,12 @@ msgstr "" "public (ex., \"nid de poule\", \"éclairage public\") mais est aussi utile pour l'interlocuteur.\n" " Elle apparaitra dans le menu déroulant sur la page \"Rapporter-un-problème\"." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Choisissez un autre" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Effacer les données hors ligne" @@ -776,8 +799,8 @@ msgid "Close" msgstr "Fermer" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -787,11 +810,7 @@ msgstr "Fermer" msgid "Closed" msgstr "Clos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Clos par l'administration" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "Fermé aux mises à jour" @@ -824,13 +843,12 @@ msgid "Code" msgstr "Code" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Réduire la carte" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuration" @@ -947,7 +965,7 @@ msgstr "Créer un rapport" msgid "Create an account" msgstr "Créer un compte" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Créer une catégorie" @@ -957,27 +975,25 @@ msgstr "Créer une catégorie" msgid "Create priority" msgstr "Créer une priorité" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 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:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Créer des rapports/mises à jour de l'administration" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Créer des rapports/mises à jour pour le compte d'un utilisateur" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Créer un modèle" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Créé" @@ -986,6 +1002,17 @@ msgstr "Créé" msgid "Created %d new users" msgstr "Création %d de nouveaux utilisateurs" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Créé" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Créé" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -997,10 +1024,6 @@ msgstr "Créé :" msgid "Current password:" msgstr "Mot de passe actuel:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "Jeton actuel:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Actuellement regroupé par %s" @@ -1010,19 +1033,21 @@ msgstr "Actuellement regroupé par %s" msgid "Currently no bodies have been created." msgstr "Pour l'instant, aucun intelocuteur n'a été créé." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Le client est injoignable" #: 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 "Tableau de bord" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Désactiver l’authentification à deux facteurs" @@ -1034,7 +1059,7 @@ msgstr "Traité par la subdivision dans les 5 jours ouvrables" msgid "Default" msgstr "Défaut" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "Par défaut pour créer des rapports/mises à jour en tant que conseil" @@ -1044,7 +1069,7 @@ msgid "Delete" msgstr "Effacer" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Supprimer le modèle" @@ -1066,9 +1091,7 @@ msgid "Describe why you are moderating this" msgstr "Décrivez pourquoi vous modérez ceci" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Description" @@ -1077,7 +1100,7 @@ msgstr "Description" msgid "Destination" msgstr "Description" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "Les informations détaillées se à %d caractàre." @@ -1113,7 +1136,7 @@ msgid "Disable" msgstr "Désactiver" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1121,6 +1144,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Rapporté dans la catégorie %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Rapporté dans la catégorie %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "Désactivé:" @@ -1155,25 +1188,25 @@ msgstr "Je ne sais pas" msgid "Don't like forms?" msgstr "Vous n'aimez pas les formulaires ?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "En bas d’un" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Glissez et déposez les photos ici ou cliquer pour les envoyer " -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Dupliquer de" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Dupliqués" @@ -1188,7 +1221,7 @@ msgstr "" "Des catégories différents peuvent avoir le même contact (adresse email).\n" "Cela signifie que vous pouvez ajouter plusieurs catégories même si vous n'avez qu'un contact pour l'interlocuteur." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Abscisse/Ordonnée :" @@ -1200,7 +1233,7 @@ msgstr "Abscisse/Ordonnée :" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Éditer" @@ -1211,12 +1244,11 @@ msgstr "Éditer" msgid "Edit body details" msgstr "Editer les détails de l'intelocuteur" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Modifier les autorisations des autres utilisateurs" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Éditer la catégorie des rapports" @@ -1224,17 +1256,15 @@ msgstr "Éditer la catégorie des rapports" msgid "Edit report details" msgstr "Éditer les détails du rapport" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Éditer la priorité des rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Éditer les rapports" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "Modifier les détails des utilisateurs/rechercher leurs rapports" @@ -1271,8 +1301,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1281,15 +1312,14 @@ msgstr "Éditeur" msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Adresse e-mail" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "Adresse e-mail (facultatif)" @@ -1309,12 +1339,13 @@ msgstr "Envoyez-moi un lien par SMS ou envoyez-moi un code pour vous connecter" msgid "Email me a link to sign in" msgstr "Envoyez-moi un courriel électronique pour me connecter" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Email verifié:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Email :" @@ -1388,12 +1419,12 @@ msgstr "Date de fin" msgid "Endpoint" msgstr "destinataire" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Saisir un nom de rue Zücomplet" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Saisir un code postal proche, ou un nom de rue ou de localité" @@ -1420,10 +1451,10 @@ msgstr "Saisissez les détails du problème" msgid "Error" msgstr "Erreur" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Tout" @@ -1436,7 +1467,7 @@ msgstr "Exemple de code postal %s" msgid "Examples:" msgstr "Exemples :" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Catégorie existante" @@ -1445,7 +1476,7 @@ msgid "Existing users won't be modified." msgstr "Les utilisateurs existants ne seront pas modifiés." #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Agrandir la carte" @@ -1470,7 +1501,7 @@ msgid "External body" msgstr "Body extérieur" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "Code de’état externe" @@ -1482,20 +1513,20 @@ msgstr "Code de’état externe:" msgid "External team" msgstr "Équipe externe" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Donnée supplémentaire:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1528,20 +1559,25 @@ msgid "Fill in your details manually." msgstr "Introduisez vos informations manuellement" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Liste de filtres de rapport" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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é" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nouveaux rapports" + #: 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." @@ -1571,7 +1607,7 @@ msgstr "Signaler comme supprimé" msgid "Flag user" msgstr "Signaler l'usager" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Signalé" @@ -1580,7 +1616,7 @@ msgstr "Signalé" msgid "Flagged reports and users" msgstr "Rapports signalés et utilisateurs" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Les utilisateurs signalés sont listés dans la page signalé" @@ -1588,8 +1624,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Signalé :" @@ -1615,11 +1651,11 @@ msgstr "Mot de passe oublié ?" msgid "Forgotten your password?" msgstr "Vous avez oublié votre mot de passe? " -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Transmis à l'administration" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Souhait transmis à l'administration" @@ -1629,12 +1665,20 @@ msgstr "Souhait transmis à l'administration" msgid "Frequently Asked Questions" msgstr "Foire Aux Questions" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "Générer un jeton" @@ -1656,7 +1700,7 @@ msgstr "Recevoir les mises à jours de %s problèmes" msgid "Get updates of problems in this %s" msgstr "Recevez les mises à jour pour les problèmes dans cette %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Donnez-moi un flux RSS" @@ -1672,15 +1716,15 @@ msgstr "Heureux d'entendre qu'il a été résolu!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1690,7 +1734,7 @@ msgstr "Ok" msgid "Going to send questionnaire?" msgstr "Envoi du questionnaire ?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Accorder l'accès à l'admin" @@ -1716,6 +1760,7 @@ msgstr "Est-ce que vous aviez déjà signalé un problème à une administration #: 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 "" @@ -1750,7 +1795,8 @@ msgstr "Caché(s)" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "Masquer tous les rapports et mises à jour" @@ -1778,7 +1824,7 @@ msgstr "Cacher mon nom sur ce rapport" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Cacher les épingles" @@ -1832,11 +1878,9 @@ msgstr "Je suis désolé, nous n'avons pas trouvé votre problème dans notre ba #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1855,15 +1899,15 @@ msgstr "S’il y a un utilisateur associé à l’adresse que vous avez saisie, 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 "Si cette priorité est transmise à un service externe (par exemple Exor / Confirm), entrez le code de priorité à utiliser avec ce service ici." -#: templates/web/base/admin/extra-metadata-item.html:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "Si cette option est cochée, ce modèle sera utilisé pour les mises à jour Open311 qui posent des problèmes dans cet état." @@ -1877,7 +1921,7 @@ msgstr "Si deux interlocuteurs ou plus servent le même lieu, FixMyStreet combin msgid "If you are contacting us about a specific report or update please include a link to the report in the message." msgstr "Si vous nous contacté pour un rapport ou une mise à jour spécifique, veuillez inclure un lien vers le rapport dans le message." -#: templates/web/base/auth/generate_token.html:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "Si vous générez un nouveau jeton, le jeton existant ne fonctionnera plus." @@ -1901,7 +1945,7 @@ msgstr "Si vous voulez que seulement ce modèle soit une option pour des catégo msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Si vous soumettez un problème ici, le problème ne sera pas signalé a l'administration." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "Si vous souhaitez utiliser ce modèle pour pré-remplir le champ de mise à jour lorsqu’un rapport externe (exemple: Confirmer) d’un rapport change, entrez le code d’état ici." @@ -1940,7 +1984,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1964,6 +2008,17 @@ msgstr "En table d'abus ?" 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 "En plus, les attributs suivants qui ne font pas partie de la spécification Open311 v2 sont renvoyés : agency_sent_datetime, title (qui est aussi renvoyé dans la description), interface_used, comment_count, requestor_name (seulement s'il est présent et que le requérant nous a autorisé à l'afficher sur le site)" +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "Voir les quartiers" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1973,20 +2028,20 @@ msgstr "Inactif" msgid "Inbox zero, here we come!" msgstr "Boîte de réception zéro, nous voilà!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Inclure les détails personnels du reporter" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Valeur has_photo invalide \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "Inspecter le rapport" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Instruire entrepreneurs pour résoudre les problèmes" @@ -2003,16 +2058,12 @@ msgstr "Notes internes" msgid "Internal notes" msgstr "Notes internes" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Valeur agency_responsible invalide \"%s\"" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Format spécifié %s invalide" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Location invalide. Le nouvel emplacement doit être couvert par la même administration." @@ -2064,13 +2115,13 @@ msgstr "Dernière actualisation :" msgid "Last update:" msgstr "Dernière actualisation :" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Latitude/Longitude:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Moins récemment mis à jour" @@ -2087,7 +2138,7 @@ msgstr "Lister tous les problèmes rapportés" msgid "Loading reports…" msgstr "Chargement des rapports…" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Chargement…" @@ -2125,17 +2176,18 @@ msgid "Log in with Twitter" msgstr "Se connecter avec Twitter" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Se connecter par email" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "Connectez-vous avec email/texte" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Se déconnecter de toutes les sessions" @@ -2154,19 +2206,20 @@ msgstr "Chercher" msgid "MAP" msgstr "CARTE" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "Rendre anonyme tous les rapports et mises à jour" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Gérer la liste" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Commande manuelle" @@ -2180,24 +2233,24 @@ msgstr "Carte" msgid "Mark as sent" msgstr "Marqué comme envoyé" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Marquer les utilisateurs dont vous voulez surveiller le comportement comme cochés." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "Marquer les détails du problème" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Message" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Message à l'organisme compétent:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Message à l'organisme externe compétent:" @@ -2210,7 +2263,7 @@ msgstr "" msgid "Missing bodies:" msgstr "Organismes disparus :" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "jurisdiction_id manquant" @@ -2218,8 +2271,7 @@ msgstr "jurisdiction_id manquant" msgid "Moderate" msgstr "Modérer" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Modérer les détails du rapport" @@ -2242,7 +2294,7 @@ 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.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "Historique de la modération" @@ -2252,14 +2304,14 @@ msgstr "Historique de la modération" msgid "Month" msgstr "Mois" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Les plus commentés" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2287,9 +2339,10 @@ msgstr "" msgid "Name" msgstr "Nom" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nom :" @@ -2307,7 +2360,7 @@ msgstr "Accédez à ce problème" msgid "Nearest calculated address:" msgstr "Adresse calculée la plus proche:" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Route la plus proche de l'épingle placée sur le plan (génerée automatiquement à partir d'OpenStreetMap): %s%s" @@ -2315,12 +2368,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:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2345,7 +2398,7 @@ 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:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Nouveau contact de catégorie rajouté" @@ -2359,8 +2412,8 @@ msgstr "Nouvelle adresse émail :" msgid "New field" msgstr "Sauvegarder de nouveaux champs" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nouvelle note interne:" @@ -2368,13 +2421,13 @@ msgstr "Nouvelle note interne:" msgid "New local problems on FixMyStreet" msgstr "Nouveaux problèmes locaux sur FixMyStreet.fr" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nouveau mot de passe :" @@ -2451,7 +2504,7 @@ msgstr "Nouveau modèle" msgid "New updates on report %s" msgstr "Nouvelles mises à jour sur le rapport %s" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Plus récents" @@ -2464,7 +2517,6 @@ msgstr "Suivant" msgid "Next:" msgstr "Suivant:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2473,11 +2525,11 @@ msgstr "Suivant:" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Non" @@ -2490,11 +2542,12 @@ msgstr "Groupe" msgid "No account?" msgstr "Vous n'avez pas de compte ?" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Aucun intelocuteur" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Aucune administration sélectionnée" @@ -2510,8 +2563,8 @@ msgstr "Aucun problème coché trouvé." msgid "No flagged users found." msgstr "Aucun utilisateur coché trouvé." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Pas d'autres mises à jour" @@ -2549,8 +2602,8 @@ msgstr "Aucun supporter" msgid "None" msgstr "Aucun" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2558,8 +2611,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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2571,10 +2624,14 @@ 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." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Pas pour ma subdivision" +#: 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 "Jamais signalé" @@ -2623,12 +2680,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "Données hors ligne effacées" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "Données de mise à jour hors ligne enregistrées" @@ -2636,12 +2693,12 @@ msgstr "Données de mise à jour hors ligne enregistrées" msgid "Old state" msgstr "Ancien état" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Plus anciens" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "De la part de %s" @@ -2650,7 +2707,7 @@ 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:156 +#: 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 @@ -2681,7 +2738,7 @@ msgstr "Page web de l'initiative Open311" msgid "Open311 specification" msgstr "Spécification Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "Options" @@ -2693,7 +2750,7 @@ 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:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "Ou abonnez-vous par RSS" @@ -2701,16 +2758,16 @@ msgstr "Ou abonnez-vous par RSS" msgid "Order" msgstr "Commander" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2742,7 +2799,7 @@ msgstr "Page Introuvable" msgid "Parent" msgstr "Parent" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Autres catégories" @@ -2751,13 +2808,13 @@ msgstr "Autres catégories" msgid "Partial" msgstr "Partiel" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Mot de passe (facultatif)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Votre mot de passe a été changé" @@ -2772,7 +2829,7 @@ msgstr "Mot de passe (facultatif)" msgid "Permissions" msgstr "Autorisations :" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Autorisations :" @@ -2780,19 +2837,24 @@ msgstr "Autorisations :" msgid "Permit blank updates" msgstr "Autoriser les mises à jour vierges" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Téléphone" + #: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Téléphone Reporter:" #: 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Numéro de téléphone" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Téléphone (facultatif)" @@ -2800,30 +2862,26 @@ msgstr "Téléphone (facultatif)" msgid "Phone numbers are limited to %s characters in length." msgstr "Les numéros de téléphone sont limités à %s caractères." -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Téléphone vérifié:" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Téléphone" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2843,9 +2901,8 @@ msgstr "Photo requise" msgid "Photo upload failed." msgstr "Échec du téléchargement de la photo." -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Photos" @@ -2854,7 +2911,7 @@ msgstr "Photos" msgid "Photos of recent nearby reports" msgstr "Photos de rapports récents à proximité" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2868,6 +2925,11 @@ msgstr "Choisissez votre administration" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2895,27 +2957,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:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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 "Veuillez vérifier que votre numéro de téléphone est correct" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Merci de sélectionner une catégorie" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "Veuillez choisir un mot de passe moins utilisé" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2937,27 +2998,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Merci de ne pas être injurieux — Calomnier l'administration dévalue le service pour tous les utilisateurs." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: 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:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Merci d'entrer un nom" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "S'il vous plaît entrez un nom pour cet organisme" @@ -2970,16 +3031,16 @@ msgstr "Merci d'entrer un mot de passe :" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Merci d'enter un sujet" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2990,20 +3051,20 @@ msgstr "Merci d'entrer un email valide" msgid "Please enter a valid email address" msgstr "Merci d'entrer une adresse email valide" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "Veuillez entrer un email ou un numéro de téléphone valide" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Merci d'entrer quelques détails" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -3019,7 +3080,7 @@ msgid "Please enter your first name" msgstr "Saisissez votre prénom" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "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" @@ -3031,9 +3092,9 @@ msgstr "Merci de saisir votre nom" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Merci de saisir votre nom" @@ -3074,19 +3135,19 @@ msgstr "Merci de remplir le formulaire ci-dessous avec les détails du problème msgid "Please generate a two-factor code and enter it below:" msgstr "Veuillez générer un code à deux facteurs et entrez-le ci-dessous:" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Merci d'indiquer si vous souhaitez recevoir un autre questionnaire" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "Veuillez vous assurer que votre mot de passe comporte au moins %d caractères" @@ -3113,24 +3174,28 @@ msgstr "Veuillez noter que votre mise à jour n'a pas encore été post msgid "Please note:" msgstr "Quelques remarques :" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 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:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "Veuillez fournir une mise à jour publique de ce rapport." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Merci d'expliquer pourquoi vous ré-ouvrez ce rapport" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Merci de fournir du texte ainsi qu'une photo." #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Merci de nous dire si vous avez signalé un problème à une administration auparavant." @@ -3138,7 +3203,7 @@ msgstr "Merci de nous dire si vous avez signalé un problème à une administrat 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Veuillez sélectionner une administration." @@ -3150,7 +3215,7 @@ msgstr "Merci de sélectionner le type de flux que vous voulez" msgid "Please select the type of alert you want" msgstr "Merci de sélectionner le type d'alerte que vous voulez" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Merci de préciser si le problème a été réglé ou non." @@ -3158,12 +3223,12 @@ msgstr "Merci de préciser si le problème a été réglé ou non." #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Veuillez uniquement envoyer une image" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "Merci de vérifier au moins l’un des e-mail/téléphone" @@ -3171,27 +3236,23 @@ msgstr "Merci de vérifier au moins l’un des e-mail/téléphone" msgid "Please write a message" msgstr "Merci de saisir un message" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Envoyer" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "Code postal ou nom de rue et zone" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Signalé anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Signalé par %s à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Envoyé par %s (%s) à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Envoyé par %s à %s" @@ -3207,7 +3268,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3215,11 +3276,11 @@ msgstr "" msgid "Previous" msgstr "Précédent" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Priorités" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Priorité" @@ -3235,9 +3296,9 @@ msgid "Privacy and cookies" msgstr "Vie privée et cookies" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privé" @@ -3287,7 +3348,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:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problème signalé comme ouvert." @@ -3295,8 +3356,7 @@ 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:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problèmes" @@ -3321,18 +3381,18 @@ msgstr "Problèmes récemment signalés sur FixMyStreet.fr" msgid "Problems within %.1fkm of %s" msgstr "Problèmes entre %.1fkm de %s " -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problèmes à l'intérieur de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problèmes dans la localité %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "Problèmes entre%squartier,%s" @@ -3340,7 +3400,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Problèmes dans %s, %s" @@ -3348,11 +3408,15 @@ msgstr "Problèmes dans %s, %s" msgid "Property address:" msgstr "Adresse de propriété:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3366,11 +3430,11 @@ msgstr "Apporter une mise à jour" msgid "Provide update as" msgstr "Fournir la mise à jour comme" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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." @@ -3378,12 +3442,12 @@ msgstr "Un mot de passe n'est pas obligatoire, mais vous permettra de créer, me msgid "Public details" msgstr "Détails public" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Réponse publique:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Mise à jour publique :" @@ -3426,11 +3490,11 @@ msgstr "Questionnaire rempli par le requérant" msgid "RSS feed" msgstr "Flux RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "Flux RSS pour %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "Flux RSS pour la localité %s, %s" @@ -3438,11 +3502,11 @@ msgstr "Flux RSS pour la localité %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "Flux RSS de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "Flux RSS de %s, dans la localité %s" @@ -3450,13 +3514,13 @@ msgstr "Flux RSS de %s, dans la localité %s" msgid "RSS feed of nearby problems" msgstr "Flux RSS de problèmes à proximité" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "Flux RSS des problèmes à l'intérieur de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "Flux RSS de problèmes à l'intérieur de la localité %s" @@ -3470,11 +3534,11 @@ msgstr "Flux RSS des problèmes locaux récents" msgid "RSS feed of updates to this problem" msgstr "Flux RSS des mises à jour pour ce problème" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3487,7 +3551,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Etre informé par courriel lorsque ce problème est mis à jour." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Reçu par %s un peu plus tard" @@ -3501,7 +3565,7 @@ msgstr "Les problèmes récents, %s" msgid "Recently reported problems" msgstr "Problèmes signalés récemment" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Récemment mis à jour" @@ -3514,7 +3578,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Supprimer les détails du compte" @@ -3526,8 +3591,8 @@ msgstr "Retirer le champ" msgid "Remove flag" msgstr "Effacer le signalement" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3543,17 +3608,22 @@ msgstr "Retirer du site" msgid "Remove option" msgstr "Retirer le champ" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: 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/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Modifier les autorisations des autres utilisateurs" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "Remplacer le jeton" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Répondre à l'utilisateur:" @@ -3561,14 +3631,14 @@ msgstr "Répondre à l'utilisateur:" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "Rapport ID :" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3577,7 +3647,7 @@ msgid "Report a problem" msgstr "Signaler un problème" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Signaler un problème ici" @@ -3593,7 +3663,7 @@ msgid "Report anonymously" msgstr "Signalé anonymement à %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3629,7 +3699,7 @@ 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:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Signalé anonymement à %s" @@ -3640,7 +3710,7 @@ msgstr "Signalé anonymement à %s" msgid "Reported before" msgstr "Signalé avant" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Signalé par %s à %s" @@ -3654,27 +3724,27 @@ msgstr "Rapporté par:" msgid "Reported in the %s category" msgstr "Rapporté dans la catégorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Signalé dans la catégorie %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 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:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Signalé par %s anonymement à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Signalé par %s par %s à %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Signalé par %s dans la catégorie %s par %s" @@ -3693,17 +3763,15 @@ msgstr "Remis:" msgid "Reporting a problem" msgstr "Signalisation d'un problème" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Rapports" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3731,15 +3799,15 @@ msgid "Reports published" msgstr "Rapports publiés" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "Rapports enregistrés hors ligne." -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "Rapports envoyés à %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "Rapports envoyés à %s, entre %s quartier" @@ -3752,7 +3820,7 @@ msgstr "Rapports en attente d'être envoyés" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Obligatoire" @@ -3805,39 +3873,45 @@ msgstr "Revenir au titre original" msgid "Right place?" msgstr "Lieu correct?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "L'opérateur pour cette route (déterminé à partir de la référence et du type de la route): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "L'opérateur pour cette route (selon OpenStreetMAp): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Pivoter à gauche" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3853,20 +3927,20 @@ msgstr "La rotation de cette photo annulera les modifications non enregistrées msgid "Satellite" msgstr "Satellite" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "Enregistrer + fermer en double" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3883,13 +3957,12 @@ msgid "Save with a public update" msgstr "Sauvegardez avec une mise à jour publique" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "Enregistrement des rapports hors ligne" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Rechercher rapports" @@ -3902,7 +3975,7 @@ msgstr "Rechercher les utilisateurs" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Rechercher les rapports" @@ -3917,12 +3990,12 @@ msgstr "Rechercher :" msgid "Searching found no reports." msgstr "Aucun rapport trouvé lors de la recherche." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Aucun utilisateur trouvé lors de la recherche." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "Sécurité" @@ -3932,8 +4005,7 @@ msgstr "Sécurité" msgid "See our privacy policy" msgstr "Voir notre politique de confidentialité" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 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" @@ -3943,7 +4015,7 @@ msgid "Select a body" msgstr "Sélectionnez un interlocuteur" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Sélectionnez une zone" @@ -3964,7 +4036,7 @@ msgstr "Sélectionnez plusieurs quartiers?" msgid "Select:" msgstr "Sélectionner :" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Envoyé" @@ -3977,7 +4049,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "Envoyer un statuts Open311 étendus avec des mises à jour de demande de service" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "Envoyer un e-mail de connexion" @@ -3986,11 +4058,11 @@ msgstr "Envoyer un e-mail de connexion" msgid "Sending a confirmation text failed: \"%s\"" msgstr "L’envoi d’un texte de confirmation a échoué: \"%s\"" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Envoyé le rapport en retour" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Envoyé à %s %s plus tard)" @@ -4028,7 +4100,7 @@ msgstr "" msgid "Shortlist" msgstr "Liste" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "Liste abrégée visible" @@ -4039,7 +4111,7 @@ msgstr "Liste abrégée visible" msgid "Shortlisted" msgstr "Shortlisté" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "Shortlisté par %s" @@ -4064,8 +4136,8 @@ msgstr "Afficher le nom publiquement ?" msgid "Show older" msgstr "Montrer les plus vieux" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "Afficher les anciens rapports" @@ -4076,7 +4148,7 @@ msgstr "Afficher la photo" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Montrer les épingles" @@ -4138,7 +4210,7 @@ msgid "Some photos of recent reports" msgstr "Photos de rapports récents" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Du texte pour localiser" @@ -4147,12 +4219,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Désolé, ceci semble être un code postal d'une dépendance de la Couronne, que nous ne couvrons pas." @@ -4170,9 +4241,9 @@ msgstr "Désolé, ce n’était pas le bon code" msgid "Sorry, there has been an error confirming your problem." msgstr "Désolé, il n'y a eu une erreur lors de la confirmation de votre problème." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Désolé, nous n'avons pas pu trouver cet emplacement." @@ -4182,13 +4253,13 @@ msgstr "Désolé, nous n'avons pas pu trouver cet emplacement." 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Désolé, nous n'avons pas pu trouver cet emplacement. Merci de réessayer." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4206,11 +4277,11 @@ msgstr "" 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:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Trier par" @@ -4220,11 +4291,11 @@ msgstr "Trier par" msgid "Staff only" msgstr "Personnel :" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Personnel :" @@ -4248,18 +4319,18 @@ msgstr "Date de début" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "État actuel" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 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:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4268,31 +4339,28 @@ msgstr "L’état a changé pour:" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "État actuel :" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "État" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistiques" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Statut" @@ -4310,7 +4378,7 @@ msgstr "Street View" msgid "Subcategory" msgstr "Sous-catégorie" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Subdivision/Interlocuteur" @@ -4329,50 +4397,48 @@ msgstr "Sujet :" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Envoyer" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Envoyer les modifications" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Envoi du questionnaire" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Soumis" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "S'abonner" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "S’abonner par email" @@ -4385,7 +4451,7 @@ msgstr "Abonné:" 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é" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4399,20 +4465,19 @@ msgstr "Les résumés sont limités à {0} caractères. Veuillez raccourcir vot msgid "Summarise the problem" msgstr "Résumer le problème" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Résumez vos modifications" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Résumé" @@ -4423,14 +4488,20 @@ msgstr "Rapports résumés" #: 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 "Statistiques récapitulatives" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Superuser :" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Superuser :" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 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." @@ -4448,13 +4519,18 @@ msgstr "A propos de vous" msgid "Template «%s»" msgstr "Modèle «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texte" @@ -4476,6 +4552,11 @@ msgstr "Version texte seulement" msgid "Text:" msgstr "Texte :" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Texte" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Merci d’avoir signalé ce problème!" @@ -4505,7 +4586,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever 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 ?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4517,27 +4598,29 @@ msgstr "Cette image ne ​​semble pas avoir été chargée correctement (% s), msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Ce lieu ne semble pas être couvert par une administration; peut-être est elle en dehors de la zone couverte. Merci de le saisir à nouveau." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Ce lieu ne semble pas ce trouver au Royaume-Uni; Merci de le saisir à nouveau." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Ce code postal n'a pas été reconnu, désolé." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Ce problème a été marqué comme envoyé." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Ce problème va maintenant être renvoyé." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Ce rapport a été retiré de FixMyStreet.fr." @@ -4587,8 +4670,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4647,7 +4730,7 @@ msgstr "L'erreur était : %s" 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 "Les attributs Open311 v2 suivants sont retournés pour chaque requête : service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code et service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Les informations suivantes au sujet de la route la plus proche pourrait être inexactes ou non pertinentes si le problème est proche de plusieurs routes ou près d'une route sans nom enregistré dans OpenStreetMap." @@ -4710,8 +4793,8 @@ msgstr "L'utilisateur n'a pas pu localiser le problème sur une carte, mais pour msgid "The user has been sent a login email" msgstr "L’utilisateur a reçu un email de connexion" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4747,7 +4830,7 @@ msgstr "Nous connaissons déjà des problèmes similaires à proximité. L’un 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." -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "Il existe déjà un modèle de réponse automatique pour cette catégorie/Emplacement." @@ -4765,12 +4848,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Il y a un problème avec votre mise à jour. Réessayez s'il vous plaît." @@ -4778,7 +4861,7 @@ msgstr "Il y a un problème avec votre mise à jour. Réessayez s'il vous plaît msgid "There were problems with your report. Please see below." msgstr "Il y a un problème avec votre rapport. Voir s'il vous plaît plus bas." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Il y a un problème avec votre mise à jour. Voir s'il vous plaît plus bas." @@ -4862,10 +4945,10 @@ msgstr "Cet email a été envoyé aux deux administrations couvrant l'emplacemen 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Ces renseignements sont nécessaires" @@ -4882,19 +4965,23 @@ msgstr "Ceci est le texte public qui sera affiché sur le site. msgid "This is the problem" msgstr "Voici le problème" +#: templates/web/base/admin/users/form.html:79 +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 "Cette page est un moyen rapide de créer de nombreux nouveaux utilisateurs en une seule fois." -#: templates/web/base/report/update/form_state_checkbox.html:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Ce problème a été résolu" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Ce problème n'a pas été résolu" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "Ce problème est toujours en cours" @@ -4907,26 +4994,26 @@ msgstr "Ce rapport" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Ce rapport est un dupliqua. Veuillez mettre è jour le rapport original:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Ce rapport attend une modération." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Ce rapport est actuellement marqué comme fermé." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Ce rapport est actuellement marqué comme résolu." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Ce rapport est actuellement marqué comme ouvert." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "Ce rapport est maintenant fermé aux mises à jour." @@ -4934,15 +5021,18 @@ msgstr "Ce rapport est maintenant fermé aux mises à jour." 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Le temps passé (en minutes):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4966,6 +5056,10 @@ msgstr "Titre" msgid "Title:" msgstr "Titre:" +#: 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 "Pour savoir quelles sont les alertes locales pour vous, s'il vous plaît entrez le code postal de votre %s, le nom de la rue et de la commune:" @@ -4992,7 +5086,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 #, fuzzy msgid "Token" msgstr "Jeton:" @@ -5018,11 +5112,6 @@ msgstr "Les 5 meilleurs quartiers" msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "La gestion du trafic est nécessaire ?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "Traduction" @@ -5045,17 +5134,17 @@ msgstr "Essayez en nous envoyant un e-mail directement:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "L’authentification à deux facteurs a été activée" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "L’authentification à deux facteurs a été désactivée" @@ -5065,7 +5154,7 @@ msgstr "L’authentification à deux facteurs a été désactivée" msgid "Type" msgstr "Type" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "Débannir" @@ -5095,10 +5184,10 @@ msgstr "erreur inconnue" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "ID de problème inconnu" @@ -5110,13 +5199,13 @@ msgstr "ID de mise à jour inconnu" msgid "Unshortlisted" msgstr "Dé-Sélectionné" -#: templates/web/base/report/_item.html:26 +#: templates/web/base/report/_item.html:37 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/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Mise à jour" @@ -5167,29 +5256,27 @@ msgstr "Mettre a jour le problème réouvert" msgid "Update statuses" msgstr "Mettre à jour les statuts" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Mis à jour" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "Mis à par %s (%s) à %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "Mis à par %s à %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Mis à jour !" @@ -5200,7 +5287,7 @@ msgstr "Mis à jour !" msgid "Updates" msgstr "Mises à jour" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Les mises à jour sont limitées à %s caractères de long. Merci de raccourcir votre texte" @@ -5230,6 +5317,14 @@ msgstr "Utiliser l'extension de mise à jour d'envoi Open311" 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:102 +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:75 +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 "ID utilisateur de récupération des commentaires à" @@ -5243,8 +5338,8 @@ msgstr "Import utilisateur" msgid "User added to abuse list" msgstr "Utilisateur ajouté à la liste d’abus" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "L’utilisateur existe déjà" @@ -5262,7 +5357,7 @@ msgid "User flagged" msgstr "Utilisateur signalé" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Utilisateur dans le tableau d’abus" @@ -5275,27 +5370,25 @@ 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.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Utilisateur:" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Utilisateurs" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 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." @@ -5304,9 +5397,9 @@ msgstr "Les utilisateurs peuvent effectuer les actions suivantes concernant leur 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Valeurs mises à jour" @@ -5332,7 +5425,7 @@ 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:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Afficher les rapports par quartier" @@ -5340,7 +5433,7 @@ msgstr "Afficher les rapports par quartier" msgid "View wards" msgstr "Voir les quartiers" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "Voir / Marquer les rapports privés" @@ -5358,7 +5451,7 @@ msgstr "Consultation d'un problème" msgid "Ward:" msgstr "Quartier:" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Localités de cette administration" @@ -5428,7 +5521,7 @@ msgstr "Envoyé le" msgid "Which problems do you want alerts about?" msgstr "De quels problèmes voulez-vous alerter?" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "De quel rapport ? s’agit-il d’un double exemplaire?" @@ -5448,7 +5541,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5460,7 +5553,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5471,12 +5563,12 @@ msgstr "Si vous rédigez votre message entièrement en capitales, ou sans ponctu #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Oui" @@ -5489,7 +5581,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "vous êtes hors ligne" @@ -5502,7 +5594,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Vous signalez la mise à jour suivante comme étant violente, contenant des renseignements personnels, ou similaires :" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "Vous pouvez créer un nouveau rapport au même endroit.." @@ -5511,7 +5603,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5544,7 +5636,7 @@ msgstr "Vous pouvez nous aider en trouvant une adresse e-mail de contact pour le msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Vous pouvez marqué un interlocuteur comme supprimé si vous ne voulez pas qu'il soit actif sur le site." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5554,7 +5646,7 @@ msgid "You declined; please fill in the box above" msgstr "Vous avez refusé; merci de remplir le champ ci-dessus" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "vous avez %s sauvegradé à publié." @@ -5562,7 +5654,7 @@ msgstr "vous avez %s sauvegradé à publié msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" 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:58 +#: 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é)." @@ -5572,8 +5664,7 @@ msgstr "Vous avez déjà joint les photos de ce rapport. Notez que vous pouvez j 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 "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é)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "Il y a déjà des photos pour cette mise à jour. veuillez noter que vous pouvez joindre un maximum de 3 photos sur cette mise à jour (si vous en envoyez plus, la plus ancienne sera supprimée)." @@ -5637,9 +5728,9 @@ msgstr "Vos rapports" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Votre compte" @@ -5649,13 +5740,14 @@ msgstr "Votre compte" msgid "Your account requires two-factor authentication to be set up." msgstr "Désactiver l’authentification à deux facteurs" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5684,16 +5776,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 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:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "Votre nom a été caché." #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "Vos rapports hors ligne" @@ -5714,8 +5806,8 @@ msgid "Your password has expired, please create a new one below. When you click 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." #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "Votre mot de passe doit inclure %d ou plus de caractères." @@ -5748,7 +5840,7 @@ msgid "Your update" msgstr "Votre mise à jour" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 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." @@ -5779,19 +5871,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "Tous" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "un administrateur" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "et un défaut soulevé" @@ -5799,8 +5891,8 @@ msgstr "et un défaut soulevé" msgid "by %s" msgstr "par %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "administration" @@ -5831,6 +5923,10 @@ msgstr "saisissez l'utilisateur" msgid "from %s different users" msgstr "de %s utilisateurs différents" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5848,7 +5944,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "aucun" @@ -5931,12 +6027,12 @@ msgid "today" msgstr "aujourd'hui" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "mettre à jour" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "mises à jour" @@ -5961,7 +6057,7 @@ 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:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "localité" @@ -6021,7 +6117,7 @@ msgid_plural "%d years" msgstr[0] "%d année " msgstr[1] "%d année" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6042,7 +6138,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problème signalé " msgstr[1] "%s problèmes signalés" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6063,21 +6159,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s résolu le mois passé" msgstr[1] "%s résolus le mois passé" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format 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" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s rapport récemment" msgstr[1] "%s rapports récemment" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6112,20 +6208,38 @@ msgid_plural "last updated %d days ago" msgstr[0] "dernier enregistrement %d jours" msgstr[1] "dernière %d mise à jour" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "month" msgstr[1] "mois" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "rapport" msgstr[1] "rapports" +#~ 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\")" @@ -6138,9 +6252,6 @@ msgstr[1] "rapports" #~ msgid "Automated" #~ msgstr "Automatique" -#~ msgid "Available categories" -#~ msgstr "Catégories disponibles" - #~ 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" diff --git a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po index fcf3826078d..3ff3a47c5d4 100644 --- a/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/he_IL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -22,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "וגם" @@ -58,7 +58,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - דיווחי סיכום " @@ -113,7 +113,7 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© מתנדבי OpenStreetMap" @@ -159,6 +159,8 @@ msgstr "(לא קיים עוד)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -177,8 +179,8 @@ msgstr "(נשלח לשניהם)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- נא לבחור קטגוריה --" @@ -204,17 +206,18 @@ msgid "" msgstr "" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

דיווחים, סטטיסטיקה ופעולות על

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " דיווחים מסוג %s %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -244,7 +247,7 @@ msgid "Yes I have a password" msgstr "כן יש לי ססמה" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -261,7 +264,7 @@ msgid "Access denied" msgstr "הגישה נדחתה" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "הפעלת אימות דו־שלבי" @@ -281,7 +284,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" msgstr "" @@ -313,7 +316,7 @@ msgstr "" msgid "Add new category" msgstr "הוספת קטגוריה חדשה" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "הוספת אפשרות" @@ -322,8 +325,8 @@ msgstr "הוספת אפשרות" msgid "Add phone number" msgstr "הוספת מספר טלפון" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -331,21 +334,20 @@ msgid "Add to shortlist" msgstr "הוספה לרשימה מקוצרת" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "הוספת משתמש" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "הוספה/עריכה של קטגוריות תקלות" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "הוספה/עריכה של עדיפויות מענה" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "הוספה/עריכה של תבניות תגובה" @@ -361,6 +363,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "שוב:" @@ -373,8 +381,8 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "להודיע לי על עדכונים עתידיים" @@ -386,10 +394,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "הכול" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "כל הדיווחים" @@ -429,6 +439,10 @@ msgstr "כל הדיווחים בין %s לבין %s" msgid "All time" msgstr "מתישהו" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "כבר דווח?" @@ -464,7 +478,7 @@ msgstr "אלמוני" msgid "Anonymous user" msgstr "משתמש אלמוני" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -477,7 +491,7 @@ msgid "Another user" msgstr "משתמש אחר" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "לבטל את ההעלאה הזאת?" @@ -486,8 +500,8 @@ msgstr "לבטל את ההעלאה הזאת?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "להמשיך?" @@ -498,7 +512,7 @@ msgstr "להמשיך?" msgid "Area covered" msgstr "שטח כיסוי" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "שטח:" @@ -511,27 +525,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "כל הקטגוריות" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -544,7 +563,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -552,11 +571,11 @@ msgstr "" msgid "Auto Response" msgstr "מענה אוטומטי" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "מענה אוטומטי:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -568,12 +587,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "חזרה" @@ -594,14 +614,12 @@ msgstr "חסימת משתמש" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "" @@ -614,11 +632,13 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "קובץ CSV" @@ -630,8 +650,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "אין לך אפשרות לצפות במפה? ניתן לדלג על שלב זה" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -647,15 +666,13 @@ msgstr "קטגוריות:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -665,7 +682,7 @@ msgstr "קטגוריה" msgid "Category and State" msgstr "קטגוריה ומדינה" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -688,6 +705,11 @@ msgstr "קטגוריה" msgid "Change" msgstr "שינוי" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "החלפת ססמה" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -704,7 +726,7 @@ msgstr "החלפת ססמה" msgid "Change phone number" msgstr "החלפת מספר טלפון" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -714,12 +736,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -756,8 +778,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -767,11 +789,7 @@ msgstr "" msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "סגור לעדכונים" @@ -804,13 +822,12 @@ msgid "Code" msgstr "קוד" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "צמצום המפה" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "תצורה" @@ -927,7 +944,7 @@ msgstr "יצירת דוח" msgid "Create an account" msgstr "יצירת חשבון" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "יצירת קטגוריה" @@ -937,27 +954,25 @@ msgstr "יצירת קטגוריה" msgid "Create priority" msgstr "יצירת עדיפות" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "יצירת דיווחים/עדכונים כמשתמש אלמוני" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "יצירת דיווחים/עדכונים בתור הוועדה" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "יצירת דיווחים/עדכונים בתור משתמש" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "יצירת תבנית" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -966,6 +981,17 @@ msgstr "" msgid "Created %d new users" msgstr "נוצרו %d משתמשים חדשים" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "יצירה" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "יצירה" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -977,10 +1003,6 @@ msgstr "" msgid "Current password:" msgstr "ססמה נוכחית:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "אסימון נוכחי:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "כרגע מקובץ לפי %s" @@ -990,19 +1012,21 @@ msgstr "כרגע מקובץ לפי %s" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1014,7 +1038,7 @@ msgstr "" msgid "Default" msgstr "בררת מחדל" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1024,7 +1048,7 @@ msgid "Delete" msgstr "מחיקה" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "מחיקת תבנית" @@ -1045,9 +1069,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "תיאור" @@ -1055,7 +1077,7 @@ msgstr "תיאור" msgid "Destination" msgstr "יעד" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1091,7 +1113,7 @@ msgid "Disable" msgstr "השבתה" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1099,6 +1121,14 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +msgid "Disable updates on reports in this category" +msgstr "" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1133,24 +1163,24 @@ msgstr "לא ידוע לי" msgid "Don't like forms?" msgstr "לא בא לך על טפסים?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "כפיל של" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1162,7 +1192,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1174,7 +1204,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "עריכה" @@ -1185,12 +1215,11 @@ msgstr "עריכה" msgid "Edit body details" msgstr "ערוך פרטי גוף" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1198,17 +1227,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "עריכת דוחות" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1245,8 +1272,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1255,15 +1283,14 @@ msgstr "עורך" msgid "Email" msgstr "דוא״ל" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "כתובת דוא״ל" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "כתובת דוא״ל (רשות)" @@ -1283,12 +1310,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "כתובת דוא״ל אומתה:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "דוא\"ל:" @@ -1351,11 +1379,11 @@ msgstr "מועד סיום" msgid "Endpoint" msgstr "נקודת סיום" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1382,10 +1410,10 @@ msgstr "נא להקליד את פרטי התקלה" msgid "Error" msgstr "שגיאה" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "הכול" @@ -1398,7 +1426,7 @@ msgstr "" msgid "Examples:" msgstr "דוגמאות:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "קטגוריה קיימת" @@ -1407,7 +1435,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "הרחבת המפה" @@ -1432,7 +1460,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1444,20 +1472,20 @@ msgstr "" msgid "External team" msgstr "צוות חיצוני" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "נתונים נוספים:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1490,20 +1518,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "שם פרטי" +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "תמונות של דיווחים אחרונים בקרבת מקום" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "" @@ -1533,7 +1566,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1542,7 +1575,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1550,8 +1583,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "" @@ -1577,11 +1610,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1591,12 +1624,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1618,7 +1659,7 @@ msgstr "קבלת עדכונים על %s תקלות" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "" @@ -1634,15 +1675,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1652,7 +1693,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1678,6 +1719,7 @@ 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 "" @@ -1712,7 +1754,8 @@ msgstr "" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1740,7 +1783,7 @@ msgstr "הסתרת השם שלי בדוח זה" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "הסתרת נעצים" @@ -1793,11 +1836,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "מזהה" @@ -1816,15 +1857,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1838,7 +1879,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1862,7 +1903,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1899,7 +1940,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1923,6 +1964,17 @@ msgstr "" 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 +#, fuzzy +msgid "In wards" +msgstr "מחלקה" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1932,20 +1984,20 @@ msgstr "בלתי פעיל" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "חקירת דוח" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "הנחיית קבלני ביצוע לתיקון תקלות" @@ -1961,16 +2013,12 @@ msgstr "" msgid "Internal notes" msgstr "הערות פנימיות" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2021,13 +2069,13 @@ msgstr "עדכון אחרון:" msgid "Last update:" msgstr "" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2044,7 +2092,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "בטעינה…" @@ -2082,17 +2130,18 @@ msgid "Log in with Twitter" msgstr "כניסה עם טוויטר" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "כניסה עם דוא״ל" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2110,19 +2159,20 @@ msgstr "חיפוש" msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "סדר ידני" @@ -2136,24 +2186,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "הודעה" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2166,7 +2216,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2174,8 +2224,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2198,7 +2247,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2208,14 +2257,14 @@ msgstr "" msgid "Month" msgstr "חודש" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2243,9 +2292,10 @@ msgstr "" msgid "Name" msgstr "שם" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "שם:" @@ -2263,7 +2313,7 @@ msgstr "ניווט לבעיה הזאת" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2271,12 +2321,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2299,7 +2349,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "" @@ -2312,8 +2362,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2321,13 +2371,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "ססמה חדשה:" @@ -2404,7 +2454,7 @@ msgstr "תבנית חדשה" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2417,7 +2467,6 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2426,11 +2475,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "" @@ -2442,11 +2491,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2462,8 +2512,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "" @@ -2499,15 +2549,15 @@ msgstr "אין תומכים" msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2515,10 +2565,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "" @@ -2566,12 +2620,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2579,12 +2633,12 @@ msgstr "" msgid "Old state" msgstr "מצב ישן" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "בשם %s" @@ -2593,7 +2647,7 @@ 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:156 +#: 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 @@ -2624,7 +2678,7 @@ msgstr "אתר היזמה Open311" msgid "Open311 specification" msgstr "פירוט Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "אפשרויות" @@ -2636,7 +2690,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2644,16 +2698,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2685,7 +2739,7 @@ msgstr "העמוד לא נמצא" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" msgstr "" @@ -2693,13 +2747,13 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "ססמה (רשות)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2711,7 +2765,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "הרשאות:" @@ -2719,19 +2773,24 @@ msgstr "הרשאות:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "טלפון:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "מספר טלפון" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "מספר טלפון (רשות)" @@ -2739,30 +2798,26 @@ msgstr "מספר טלפון (רשות)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "טלפון:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2782,9 +2837,8 @@ msgstr "נדרשת תמונה" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "תמונות" @@ -2793,7 +2847,7 @@ msgstr "תמונות" msgid "Photos of recent nearby reports" msgstr "תמונות של דיווחים אחרונים בקרבת מקום" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2807,6 +2861,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2834,27 +2893,26 @@ msgid "Please check your email address is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "נא לבחור קטגוריה" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2873,27 +2931,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "נא לכתוב הודעה" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "נא להזין שם" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2906,16 +2964,16 @@ msgstr "נא להקליד ססמה" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "נא להקליד נושא" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2926,20 +2984,20 @@ msgstr "נא להקליד כתובת דוא״ל תקנית" msgid "Please enter a valid email address" msgstr "נא להקליד כתובת דוא״ל תקנית" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "נא להקליד כתובת דוא״ל או טלפון תקניים" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2955,7 +3013,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2966,9 +3024,9 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "" @@ -3009,18 +3067,18 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3047,24 +3105,28 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "" @@ -3072,7 +3134,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3084,7 +3146,7 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "" @@ -3092,12 +3154,12 @@ msgstr "" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3105,27 +3167,23 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -3141,7 +3199,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3149,11 +3207,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3169,9 +3227,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -3217,7 +3275,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "" @@ -3225,8 +3283,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3251,18 +3308,18 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3270,7 +3327,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3278,11 +3335,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3296,11 +3357,11 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3308,12 +3369,12 @@ msgstr "" msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3355,11 +3416,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3367,11 +3428,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3379,13 +3440,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3399,11 +3460,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3416,7 +3477,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3430,7 +3491,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3443,7 +3504,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3455,8 +3517,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3471,17 +3533,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3489,14 +3555,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3505,7 +3571,7 @@ msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3520,7 +3586,7 @@ msgid "Report anonymously" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3555,7 +3621,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3566,7 +3632,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3580,27 +3646,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3619,17 +3685,15 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3657,15 +3721,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3678,7 +3742,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3731,39 +3795,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3779,20 +3849,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3809,13 +3879,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" @@ -3828,7 +3897,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3843,12 +3912,12 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "אבטחה" @@ -3858,8 +3927,7 @@ msgstr "אבטחה" msgid "See our privacy policy" msgstr "הצגת מדיניות הפרטיות שלנו" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3869,7 +3937,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "בחירת אזור" @@ -3890,7 +3958,7 @@ msgstr "לבחור מספר מחלקות?" msgid "Select:" msgstr "בחירה:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "שליחה" @@ -3903,7 +3971,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3912,11 +3980,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3954,7 +4022,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3965,7 +4033,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -3990,8 +4058,8 @@ msgstr "להציג את השם לקהל הרחב?" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4002,7 +4070,7 @@ msgstr "הצגת תמונה" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "הצגת נעצים" @@ -4062,7 +4130,7 @@ msgid "Some photos of recent reports" msgstr "כל מיני תמונות של דיווחים אחרונים" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4071,12 +4139,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4094,9 +4161,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4106,13 +4173,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4126,11 +4193,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4139,11 +4206,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4167,18 +4234,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4187,31 +4254,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4229,7 +4293,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4248,50 +4312,48 @@ msgstr "" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4303,7 +4365,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4317,20 +4379,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "" @@ -4341,14 +4402,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4366,13 +4432,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "" @@ -4393,6 +4463,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4422,7 +4496,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4434,27 +4508,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4500,8 +4576,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4555,7 +4631,7 @@ msgstr "" 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:153 +#: 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 "" @@ -4617,8 +4693,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4651,7 +4727,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4669,12 +4745,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4682,7 +4758,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4758,10 +4834,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "" @@ -4778,19 +4854,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4803,26 +4883,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4830,15 +4910,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4862,6 +4945,10 @@ msgstr "" 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 "" @@ -4887,7 +4974,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4912,11 +4999,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4939,16 +5021,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4958,7 +5040,7 @@ msgstr "" msgid "Type" msgstr "סוג" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -4988,10 +5070,10 @@ msgstr "שגיאה לא ידועה" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "מזהה התקלה לא ידוע" @@ -5003,13 +5085,13 @@ msgstr "מזהה העדכון לא ידוע" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "עדכון" @@ -5059,29 +5141,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -5092,7 +5172,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5122,6 +5202,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5135,8 +5223,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5154,7 +5242,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5167,27 +5255,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5195,9 +5281,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5223,7 +5309,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5231,7 +5317,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5249,7 +5335,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5319,7 +5405,7 @@ msgstr "מתי נשלח" msgid "Which problems do you want alerts about?" msgstr "באילו תקלות מעניין אותך להתעדכן?" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "הדיווח הזה הוא כפיל של איזה דיווח?" @@ -5339,7 +5425,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5351,7 +5437,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5362,12 +5447,12 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "כן" @@ -5380,7 +5465,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5393,7 +5478,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5402,7 +5487,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5432,7 +5517,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5442,7 +5527,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5450,7 +5535,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5459,8 +5544,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5524,9 +5608,9 @@ msgstr "הדיווחים שלך" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "החשבון שלך" @@ -5535,13 +5619,14 @@ msgstr "החשבון שלך" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5570,16 +5655,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "השם שלך מוסתר בכל הדיווחים והעדכונים שלך." -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "השם שלך הוסתר." #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "הדיווחים הבלתי מקוונים שלך" @@ -5599,8 +5684,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "על הססמה שלך להכיל %d תווים או יותר." @@ -5633,7 +5718,7 @@ msgid "Your update" msgstr "העדכון שלך" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "העדכון שלך נשמר באופן בלתי מקוון להגשה בעת חידוש החיבור לאינטרנט." @@ -5664,19 +5749,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "הכול" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5684,8 +5769,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5716,6 +5801,10 @@ msgstr "עריכת משתמש" msgid "from %s different users" msgstr "מ־%s משתמשים שונים" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5733,7 +5822,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5813,12 +5902,12 @@ msgid "today" msgstr "היום" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "עדכון" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "עדכונים" @@ -5843,7 +5932,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "מחלקה" @@ -5919,7 +6008,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5946,7 +6035,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5973,7 +6062,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5982,7 +6071,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5991,7 +6080,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6036,7 +6125,7 @@ msgstr[1] "עדכון אחרון שלשום (%d)" msgstr[2] "עדכון אחרון לפני %d ימים" msgstr[3] "עדכון אחרון לפני %d ימים" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6045,7 +6134,7 @@ msgstr[1] "חודשיים" msgstr[2] "חודשים" msgstr[3] "חודשים" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6053,3 +6142,6 @@ msgstr[0] "דיווח" msgstr[1] "דיווחים" msgstr[2] "דיווחים" msgstr[3] "דיווחים" + +#~ msgid "Current token:" +#~ msgstr "אסימון נוכחי:" diff --git a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po index b41439aa323..70c53843c9a 100644 --- a/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\n" "PO-Revision-Date: 2019-04-29 18:03+0000\n" "Last-Translator: mySociety , 2019\n" "Language-Team: Croatian (https://www.transifex.com/mysociety/teams/12067/hr/)\n" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "i" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Sažetak prijava" @@ -111,7 +111,7 @@ msgstr "%s Upitnici poslani – %s odgovoreno (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap suradnici" @@ -157,6 +157,8 @@ msgstr "(više ne postoji)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(poslano na obje adrese)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(također omogućavamo pretplate na RSS izvore za probleme unutar %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Izaberite kategoriju --" @@ -205,17 +207,18 @@ msgstr "" " Pokušajte dodati neke MAPIT_TYPES svom konfiguracijskom dokumentu?" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Broj prijava, akcija i općih statistika za

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s prijave %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s spremljeno." @@ -245,7 +248,7 @@ msgid "Yes I have a password" msgstr "Da Imam svoju lozinku." #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -262,7 +265,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Uključite dvo-stupanjsku provjeru za prijavu u sustav" @@ -282,7 +285,7 @@ msgstr "Dodajte tijelo za svako tijelo javne vlasti, poput jedi msgid "Add a contact using the form below." msgstr "Dodajte podatke za kontakt koristeći obrazac koji se nalazi ispod." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Dodaj novu kategoriju" @@ -315,7 +318,7 @@ msgstr "" msgid "Add new category" msgstr "Dodaj novu kategoriju" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Dodajte opciju" @@ -324,8 +327,8 @@ msgstr "Dodajte opciju" msgid "Add phone number" msgstr "Dodajte telefonski broj" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -333,21 +336,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Dodajte korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Dodajte ili uredite kategorije problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Dodajte ili uredite prioritete za odgovor" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Dodajte ili uredite predloške za odgovor" @@ -363,6 +365,12 @@ msgstr "" msgid "Admin" msgstr "Administrator" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Još jednom:" @@ -375,8 +383,8 @@ msgstr "Upozorenje %d kreirano za %s, tip %s, parametri%s / %s" msgid "Alert %d disabled (created %s)" msgstr "Upozorenje %d onemogućeno (kreirano%s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Javi mi buduće promjene" @@ -388,10 +396,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Sve" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Sve Prijave" @@ -431,6 +441,11 @@ msgstr "Sve prijave između %s i %s" msgid "All time" msgstr "Sva vremena" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Prijavljeno u kategoriji %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -467,7 +482,7 @@ msgstr "Anonimno" msgid "Anonymous user" msgstr "Anonimni korisnik" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -480,7 +495,7 @@ msgid "Another user" msgstr "Drugi korisnik" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Jeste li sigurni da želite otkazati ovo slanje?" @@ -489,8 +504,8 @@ msgstr "Jeste li sigurni da želite otkazati ovo slanje?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Jeste li sigurni?" @@ -501,7 +516,7 @@ msgstr "Jeste li sigurni?" msgid "Area covered" msgstr "Područje pokrivenosti" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Područje:" @@ -515,27 +530,32 @@ msgstr "Budući da je ovo probno-eksperimentalna stranica i %sne važi, prijave msgid "Assign selected to role:" msgstr "Pridodajte korisnike određenom području:" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Dodijelite nadležnom tijelu:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Promijenite kategoriju:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Dodijelite vanjskom tijelu:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Dodijelite radnoj jedinici:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Pridodajte korisnike određenom području:" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Dostupne kategorije" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Dodijeljeno %s" @@ -548,7 +568,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -556,11 +576,11 @@ msgstr "Autorizirani korisnici mogu biti povezani s kategorijama u kojima djeluj msgid "Auto Response" msgstr "Automatski odgovor" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Automatski odgovor:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -572,12 +592,13 @@ msgstr "Prosječno vrijeme između dojave i rješenja problema (za posljednjih 1 msgid "Avoid personal information and vehicle number plates" msgstr "Izbjegavajte objavu osobnih informacija i registarske tablice vozila" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Čeka odluku moderatora" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Povratak" @@ -598,14 +619,12 @@ msgstr "Zabranite korisniku pristup" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Tijela" @@ -618,11 +637,13 @@ msgstr "Tijela" msgid "Body" msgstr "Tijelo" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Tijelo" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -634,8 +655,7 @@ msgstr "Ne možete pronaći našu e-mail adresu u svom pretincu? Provjerite svoj msgid "Can't see the map? Skip this step" msgstr "Ne možete vidjeti mapu? Preskoči ovaj korak" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -651,15 +671,13 @@ msgstr "Kategorije: " #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -669,7 +687,7 @@ msgstr "Kategorija" msgid "Category and State" msgstr "Kategorija i stanje" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategorija promijenjena iz \"%s\" u \"%s\"" @@ -692,6 +710,11 @@ msgstr "Kategorija:" msgid "Change" msgstr "Promijenite" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Promijenite lozinku" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -708,7 +731,7 @@ msgstr "Promijenite lozinku" msgid "Change phone number" msgstr "Promijenite telefonski broj" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 #, fuzzy msgid "Change two-factor authentication" msgstr "Uključite dvo-stupanjsku provjeru za prijavu u sustav" @@ -719,12 +742,12 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Odaberite ime kategorije koje ima smisla za javnost (\"rupa na cesti\", \"javna rasvjeta\" i slično), a korisno je i za nadležno tijelo koje bi trebalo riješiti problem. Ovi nazivi kategorija pojavit će se u padajućem izborniku na stranici za prijavu problema." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Odaberite iduće" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Izbrišite preuzete podatke (offline data)" @@ -761,8 +784,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -772,11 +795,7 @@ msgstr "" msgid "Closed" msgstr "Zatvorene" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Zatvorilo je odgovorno tijelo" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -809,13 +828,12 @@ msgid "Code" msgstr "Kod / šifra (code)" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Umanjite prikaz karte" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguracija" @@ -932,7 +950,7 @@ msgstr "Kreiraj izvješće" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kreiraj kategoriju" @@ -942,27 +960,25 @@ msgstr "Kreiraj kategoriju" msgid "Create priority" msgstr "Izradite prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "Izradite izvještaj ili ažurirajte problem kao anonimni korisnik" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Izradite izvještaj ili ažurirajte problem kao tijelo javne vlasti" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Izradite izvještaj ili ažurirajte problem u ime korisnika" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Izradite predložak" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Kreirano" @@ -971,6 +987,17 @@ msgstr "Kreirano" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Kreirano" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Kreirano" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -982,10 +1009,6 @@ msgstr "Kreirano:" msgid "Current password:" msgstr "Trenutno važeća lozinka:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "Trenutni token:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Trenutno grupirano prema %s" @@ -995,19 +1018,21 @@ msgstr "Trenutno grupirano prema %s" msgid "Currently no bodies have been created." msgstr "Trenutno nema izrađenih profila tijela javnih vlasti." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Ne možemo kontaktirati mušteriju" #: 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 "Nadzorna ploča" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Isključite dvo-stupanjsku autentikaciju" @@ -1019,7 +1044,7 @@ msgstr "Riješeno unutar 5 radnih dana" msgid "Default" msgstr "Zadano" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1029,7 +1054,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Izbrišite predložak" @@ -1051,9 +1076,7 @@ msgid "Describe why you are moderating this" msgstr "Opišite zašto ste odlučili moderirati ovo" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Opis" @@ -1062,7 +1085,7 @@ msgstr "Opis" msgid "Destination" msgstr "Opis" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "Detaljni opis ograničen je na %dznakova." @@ -1098,7 +1121,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1106,6 +1129,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Prijavljeno u kategoriji %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Prijavljeno u kategoriji %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1140,25 +1173,25 @@ msgstr "Ne’znam" msgid "Don't like forms?" msgstr "Ne dopadaju Vam se obrasci?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "Jedan manje" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Povucite i postavite fotografije ovamo ili kliknite za slanje sa svog računala" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Duplikat s" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Duplikati" @@ -1173,7 +1206,7 @@ msgstr "" "Različite kateogrije mogu imati istu kontakt adresu.\n" "To znači da možete imati niz različitih kategorija iako imate samo jednu kontakt-adresu nadležnog tijela javne vlasti." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1185,7 +1218,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Uredi" @@ -1196,12 +1229,11 @@ msgstr "Uredi" msgid "Edit body details" msgstr "Uredite podatke o tijelu javne vlasti" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Uredite ovlaštenja drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Uredite kategoriju kojoj pripada prijava" @@ -1209,17 +1241,15 @@ msgstr "Uredite kategoriju kojoj pripada prijava" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Uredite razinu prioriteta ove prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Uredite prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1256,8 +1286,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1266,15 +1297,14 @@ msgstr "Urednik" msgid "Email" msgstr "E-mail" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Uredite adresu" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "E-mail adresa (neobavezno)" @@ -1294,12 +1324,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Potvrđena e-mail adresa:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-mail:" @@ -1362,12 +1393,12 @@ msgstr "Zaključni datum" msgid "Endpoint" msgstr "Krajnja točka" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Unesite ime ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Unesite obližnji poštanski broj ili ime ulice i kvarta" @@ -1394,10 +1425,10 @@ msgstr "Unesite detalje o problemu" msgid "Error" msgstr "Greška" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Sve" @@ -1410,7 +1441,7 @@ msgstr "Primjer poštanskog broja %s" msgid "Examples:" msgstr "Primjeri:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Postojeća kategorija" @@ -1419,7 +1450,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Proširite prikaz karte" @@ -1444,7 +1475,7 @@ msgid "External body" msgstr "Vanjsko tijelo javne vlasti" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1456,20 +1487,20 @@ msgstr "" msgid "External team" msgstr "Vanjska ekipa" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Dodatni podaci:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1502,20 +1533,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtriranje popisa prijava" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nove prijave" + #: 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." @@ -1545,7 +1581,7 @@ msgstr "Zastavica je izbrisana" msgid "Flag user" msgstr "Označi korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Označen" @@ -1554,7 +1590,7 @@ msgstr "Označen" msgid "Flagged reports and users" msgstr "Označene prijave i korisnici" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Označeni korisnici su izlistani na zasebnoj stranici." @@ -1562,8 +1598,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Označen:" @@ -1589,11 +1625,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Zaboravili ste šifru?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Proslijeđeno vanjskom tijelu." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Proslijeđeno vanjskom tijelu." @@ -1603,12 +1639,20 @@ msgstr "Proslijeđeno vanjskom tijelu." msgid "Frequently Asked Questions" msgstr "Često postavljana pitanja" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "Izradite token" @@ -1630,7 +1674,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:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Pretplatite se na RSS izvor" @@ -1646,15 +1690,15 @@ msgstr "Drago nam je čuti da je stvar riješena!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1664,7 +1708,7 @@ msgstr "Idi" msgid "Going to send questionnaire?" msgstr "Pošalji upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Odobri pristup adminu" @@ -1690,6 +1734,7 @@ msgstr "Jeste li prije prijavljivali problem odgovornom tijelu ili je ovo prvi p #: 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 "" @@ -1724,7 +1769,8 @@ msgstr "Skriveno" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "Sakriti sve prijave i novosti" @@ -1752,7 +1798,7 @@ msgstr "Sakrijte svoje ime u ovoj prijavi" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Sakrij pinove" @@ -1806,11 +1852,9 @@ msgstr "Nažalost, ne možemo locirati Vaš problem u bazi podataka.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1829,15 +1873,15 @@ msgstr "Ako postoji korisnik povezan s adresom koju ste unijeli, poslali smo na 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "Ako je ova postavka uključena, ovaj predložak će biti korišten za ažuriranja u vezi Open311 !!!" @@ -1851,7 +1895,7 @@ msgstr "Ako više tijela javne vlasti ima nadležnost na istom prostoru, @Poprav 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "Ako generirate novi token, onda će postojeći prestati raditi." @@ -1875,7 +1919,7 @@ msgstr "Ako želite da ovaj predložak bude opcija samo za pojedine kategorije, msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Ako prijavite problem ovdje, on nećebiti prijavljen tijelu javne vlasti." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1912,7 +1956,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1936,6 +1980,17 @@ msgstr "" 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 "Nadalje, sljedeća svojstva koja nisu dio Open311 v2 specifikacija su vraćena: agencijski _poslano_datum-vrijeme, naslov (također vraćen kao dio opisa), sučelje_korišteno, brojač_komentara, ime_pretražitelja(prisutno samo ako je tražitelj dopustio prikaz imena na ovoj stranici)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "5 najboljih JLS" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1945,20 +2000,20 @@ msgstr "Neaktivno" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Uključite osobne podatke prijavitelja" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Pogrešno ima_foto vrijednost\"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "Provjerite prijavu" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Izdajte nalog izvođačima da riješe prijavljene probleme" @@ -1975,16 +2030,12 @@ msgstr "Interne bilješke" msgid "Internal notes" msgstr "Interne bilješke" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Nevažeća odgovorna_vrijednost agencije %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Naveden nevažeći %s format." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 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." @@ -2036,13 +2087,13 @@ msgstr "Posljednje ažuriranje" msgid "Last update:" msgstr "Posljednje ažuriranje:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Geografska širina / duljina" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Najdavnije uređeno" @@ -2059,7 +2110,7 @@ msgstr "Izlistaj sve prijavljene probleme" msgid "Loading reports…" msgstr "Dohvaćanje prijava iz baze..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Dohvaćanje..." @@ -2097,17 +2148,18 @@ msgid "Log in with Twitter" msgstr "Prijavite se Twitter računom" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Prijavite se e-mail računom" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "Prijavite se e-mailom ili SMS-om" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Odjavite se s cijele stranice" @@ -2126,19 +2178,20 @@ msgstr "Potražite" msgid "MAP" msgstr "KARTA !!!" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: 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:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Ručni poredak" @@ -2152,24 +2205,24 @@ msgstr "Karta" msgid "Mark as sent" msgstr "Označite kao poslano" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 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:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Poruka" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Poruka nadležnom tijelu:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Poruka vanjskom tijelu:" @@ -2182,7 +2235,7 @@ msgstr "" msgid "Missing bodies:" msgstr "Nedostajuća tijela:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Nedostaje nadležni_ID" @@ -2190,8 +2243,7 @@ msgstr "Nedostaje nadležni_ID" msgid "Moderate" msgstr "Moderirajte" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Moderirajte detalje prijave" @@ -2214,7 +2266,7 @@ msgstr "Moderirao/la %s u %s" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2224,14 +2276,14 @@ msgstr "" msgid "Month" msgstr "Mjesec" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Najviše komentara" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2259,9 +2311,10 @@ msgstr "" msgid "Name" msgstr "Ime" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Ime:" @@ -2279,7 +2332,7 @@ msgstr "Pogledajte ovaj problem" msgid "Nearest calculated address:" msgstr "Najbliža procijenjena adresa:" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Najbliža imenovana cesta smještena pokraj oznake na karti (automatski generirano pomoću OpenStreetMap): %s%s" @@ -2287,12 +2340,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:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2317,7 +2370,7 @@ msgstr "Skoro gotovo! Sada pogledajte svoj telefon..." msgid "New body added" msgstr "Dodano novo tijelo javne vlasti" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Novi kontakt dodan u kategoriju" @@ -2331,8 +2384,8 @@ msgstr "Nova e-mail adresa" msgid "New field" msgstr "Dodajte polja" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nova interna poruka:" @@ -2340,13 +2393,13 @@ msgstr "Nova interna poruka:" msgid "New local problems on FixMyStreet" msgstr "Novi lokalni problemi na Popravi.to" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nova lozinka:" @@ -2423,7 +2476,7 @@ msgstr "Novi predložak" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Najnovije" @@ -2436,7 +2489,6 @@ msgstr "Sljedeće" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2445,11 +2497,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Ne" @@ -2461,11 +2513,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nema tijela javne vlasti" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Nije odabrano odgovorno tijelo" @@ -2481,8 +2534,8 @@ msgstr "Nisu pronađeni posebno označeni problemi." msgid "No flagged users found." msgstr "Nisu pronađeni posebno označeni korisnici." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Nema novosti" @@ -2518,15 +2571,15 @@ msgstr "Bez podrške" msgid "None" msgstr "Nijedan" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2534,10 +2587,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Nije za ovaj odjel !!!" +#: 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 "Nije prethodno prijavljeno" @@ -2586,12 +2643,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "Preuzeti podaci su izbrisani" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "Preuzeti podaci su sačuvani" @@ -2599,12 +2656,12 @@ msgstr "Preuzeti podaci su sačuvani" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Najstarije" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "U ime %s" @@ -2613,7 +2670,7 @@ 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:156 +#: 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 @@ -2644,7 +2701,7 @@ msgstr "Open311 prvotna web stranica" msgid "Open311 specification" msgstr "Open311 specifikacija" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "Postavke" @@ -2656,7 +2713,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "Ili se pretplatite na RSS izvor" @@ -2664,16 +2721,16 @@ msgstr "Ili se pretplatite na RSS izvor" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2705,7 +2762,7 @@ msgstr "Stranica nije pronađena" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Ostale kategorije" @@ -2714,13 +2771,13 @@ msgstr "Ostale kategorije" msgid "Partial" msgstr "Djelomično" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Lozinka (neobvezno)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Vaša lozinka je promijenjena" @@ -2735,7 +2792,7 @@ msgstr "Lozinka (neobvezno)" msgid "Permissions" msgstr "Ovlaštenja:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Ovlaštenja:" @@ -2743,19 +2800,24 @@ msgstr "Ovlaštenja:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefon:" + #: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Telefonski prijavitelj" #: 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Broj telefona" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefonski broj (neobavezan)" @@ -2763,30 +2825,26 @@ msgstr "Telefonski broj (neobavezan)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Provjeren broj telefona:" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2806,9 +2864,8 @@ msgstr "Potrebna je fotografija" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotografije:" @@ -2817,7 +2874,7 @@ msgstr "Fotografije:" msgid "Photos of recent nearby reports" msgstr "Fotografije posljednjih obližnjih prijava" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2831,6 +2888,11 @@ msgstr "Odaberite svoje tijelo javne vlasti" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2858,27 +2920,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:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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 "Molimo da provjerite je li ispravno unesen broj telefona" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Izaberite kategoriju" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 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:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2900,27 +2961,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Molimo Vas da budete pristojni; vrijeđanje službenika u tijelu javne vlasti nanosi štetu svim budućim korisnicima ovog sustava." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Unesite poruku" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" msgstr "Molimo da ostavite broj telefona" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Molimo da unesete ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Molimo da unesete ime ovog tijela javne vlasti" @@ -2933,16 +2994,16 @@ msgstr "Unesite lozinku" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Unesite predmet (naslov)" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2953,20 +3014,20 @@ msgstr "Unesite valjanu e-mail adresu" msgid "Please enter a valid email address" msgstr "Unesite valjanu e-mail adresu" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "Molimo da unesete valjanu e-mail adresu ili broj telefona" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Unesite detalje" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2982,7 +3043,7 @@ msgid "Please enter your first name" msgstr "Unesite svoje ime" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Molimo unesite svoje puno ime, odgovorno tijelo treba ovu informaciju – ako ne želite da vaše ime bude prikazano na stranici, odznačite kvadratić ispod" @@ -2994,9 +3055,9 @@ msgstr "Unesite svoje ime" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Unesite svoje ime" @@ -3037,19 +3098,19 @@ msgstr "Popunite detalje o problemu u nastavku i opišite lokaciju što precizni msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Molimo navedite želite li primiti novi upitnik" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Unesite valjanu e-mail adresu" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "Molimo da provjerite sastoji li se Vaša lozinka od najmanje %dznakova" @@ -3076,24 +3137,28 @@ msgstr "Molimo da imate na umu da Vaša prijava još nije objavljena%s (%s) at %s" msgstr "Objavio %s (%s) na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Objavio %s na %s" @@ -3170,7 +3231,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3178,11 +3239,11 @@ msgstr "" msgid "Previous" msgstr "Prethodno" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioriteti" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritet" @@ -3198,9 +3259,9 @@ msgid "Privacy and cookies" msgstr "Privatnost i kolačići" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privatno" @@ -3249,7 +3310,7 @@ msgstr "Problem %s poslan odgovornom tijelu %s" msgid "Problem breakdown by state" msgstr "Analiza problema prema stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -3257,8 +3318,7 @@ 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:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -3283,18 +3343,18 @@ msgstr "Problemi nedavno prijavljeni kao popravljeni na Popravi.to" msgid "Problems within %.1fkm of %s" msgstr "Problemi unutar radijusa %.1f km od %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemi unutar %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemi unutar %s ward" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "Problemi unutar %s JLS, %s" @@ -3302,7 +3362,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Problemi unutar %s, %s" @@ -3310,11 +3370,15 @@ msgstr "Problemi unutar %s, %s" msgid "Property address:" msgstr "Adresa objekta:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3328,11 +3392,11 @@ msgstr "Ažuriranje" msgid "Provide update as" msgstr "Pošaljite novosti kao: " -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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." @@ -3340,12 +3404,12 @@ msgstr "Lozinka nije obvezna, ali će vam omogućiti lakše prijavljivanje probl msgid "Public details" msgstr "Javni detalji:" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Javni odgovor:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Javno ažuriranje novosti:" @@ -3388,11 +3452,11 @@ msgstr "Upitnik popunila osoba koja je prijavila problem" msgid "RSS feed" msgstr "RSS izvor" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS izvor za %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS izvor za %s JLS, %s" @@ -3400,11 +3464,11 @@ msgstr "RSS izvor za %s JLS, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS izvor za %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS izvor za %s, unutar %s JLS" @@ -3412,13 +3476,13 @@ msgstr "RSS izvor za %s, unutar %s JLS" msgid "RSS feed of nearby problems" msgstr "RSS izvor za okolne probleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS izvor za probleme unutar %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS izvor za probleme unutar %s JLS" @@ -3432,11 +3496,11 @@ msgstr "RSS izvor za nedavne lokalne probleme" msgid "RSS feed of updates to this problem" msgstr "RSS izvor za novosti u vezi ovog problema" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3449,7 +3513,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Primite e-mail s ažuriranjima ovog problema" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Pristiglo kod %s malo kasnije" @@ -3463,7 +3527,7 @@ msgstr "Nedavni lokalni problemi, %s" msgid "Recently reported problems" msgstr "Nedavno prijavljeni problemi" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Nedavno dodano" @@ -3476,7 +3540,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Uklonite detalje računa" @@ -3488,8 +3553,8 @@ msgstr "Uklonite polje" msgid "Remove flag" msgstr "Ukloni oznaku" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3505,17 +3570,22 @@ msgstr "Uklonite sa stranice" msgid "Remove option" msgstr "Uklonite polje" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: 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/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Uredite ovlaštenja drugih korisnika" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "Zamijenite token" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Odgovor za korisnika:" @@ -3523,14 +3593,14 @@ msgstr "Odgovor za korisnika:" msgid "Report" msgstr "Prijava" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3539,7 +3609,7 @@ msgid "Report a problem" msgstr "Prijavite problem" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3555,7 +3625,7 @@ msgid "Report anonymously" msgstr "Prijavljeno anonimno %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3591,7 +3661,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Prijavite, pregledajte ili raspravljajte o lokalnim problemima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Prijavljeno anonimno %s" @@ -3602,7 +3672,7 @@ msgstr "Prijavljeno anonimno %s" msgid "Reported before" msgstr "Prije prijavljeno" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Prijavio %s za %s" @@ -3616,27 +3686,27 @@ msgstr "Prijava od strane: " msgid "Reported in the %s category" msgstr "Prijavljeno u kategoriji %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Prijavljeno %s u kategoriju anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Prijavio %s u kategoriju %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Prijavio %s anonimno %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Prijavio %s %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavio %s u %s kategoriju %s u %s" @@ -3655,17 +3725,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Prijave" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3693,15 +3761,15 @@ msgid "Reports published" msgstr "Prijave objavljene" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "Prijave sačuvane offline" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "Prijave poslane na adresu %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3714,7 +3782,7 @@ msgstr "Prijave koje čekaju slanje " msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3767,39 +3835,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Cestovni operater za ovu imenovanu cestu (izveden iz cestovnog referentnog broja i tipa): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Cestovni operater za ovu imenovanu cestu (sa OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3815,20 +3889,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3845,13 +3919,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Pretraži prijave" @@ -3864,7 +3937,7 @@ msgstr "Pretraži korisnike" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3879,12 +3952,12 @@ msgstr "Pretraži:" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3894,8 +3967,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3905,7 +3977,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3926,7 +3998,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3939,7 +4011,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3948,11 +4020,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Pošalji %s %s naknadno" @@ -3990,7 +4062,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4001,7 +4073,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4026,8 +4098,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4038,7 +4110,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Prikaži pinove" @@ -4098,7 +4170,7 @@ msgid "Some photos of recent reports" msgstr "Fotografije nedavnih prijava" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Tekst za lakšu lokalizaciju" @@ -4107,12 +4179,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Žao nam je,ne pokrivamo područje na kojem se nalazi taj problem." @@ -4130,9 +4201,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Žao nam je, došlo je do greške pri potvrđivanju problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Žao nam je, ne možemo pronaći tu lokaciju." @@ -4142,13 +4213,13 @@ msgstr "Žao nam je, ne možemo pronaći tu lokaciju." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Žao nam je, nije moguće analizirati tu lokaciju. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4163,11 +4234,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Kriterij sortiranja" @@ -4176,11 +4247,11 @@ msgstr "Kriterij sortiranja" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4204,18 +4275,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Stanje" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4224,31 +4295,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Stanje:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistika" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4266,7 +4334,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4285,50 +4353,48 @@ msgstr "Predmet:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Pošalji" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Pošalji promjene" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Pošalji upitnik" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4341,7 +4407,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Prijave su ograničene na broj od %s znakova duljine. Molimo da skratite svoju prijavu." -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4355,20 +4421,19 @@ msgstr "" msgid "Summarise the problem" msgstr "Ukratko opišite svoj problem:" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Ukratko opišite unesene izmjene" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Sažetak" @@ -4379,14 +4444,19 @@ msgstr "Sažetak prijava" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "Super-korisnici imaju ovlasti da poduzimaju sve radnje u administratorskom sučelju." @@ -4404,13 +4474,18 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" @@ -4432,6 +4507,11 @@ msgstr "Tekst samo verzija" msgid "Text:" msgstr "Tekst:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Tekst" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Hvala Vam na prijavi ovog problema!" @@ -4461,7 +4541,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever 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?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4473,27 +4553,29 @@ msgstr "Slika nije ispravno učitana (%s), molimo pokušajte ponovno." msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Odgovorno tijelo ne pokriva navedenu lokaciju, možda je riječ o obalnom dijelu ili je izvan zemlje. Molimo pokušajte ponovno." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Lokacija se ne nalazi u Hrvatskoj. Molimo pokušajte ponovno." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Žao nam je, poštanski broj nije prepoznat." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Ovaj problem ima oznaku da je poslan nadležnom tijelu na postupanje." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Navedeni problem će biti ponovno poslan" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Navedena prijava je uklonjena s Popravi.to" @@ -4539,8 +4621,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4595,7 +4677,7 @@ msgstr "Greška je: %s" 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:153 +#: 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 "Informacija o najbližoj cesti može biti netočna ili irelevantna u slučaju da je problem u blizini više prometnica ili u neposrednoj blizini neimenovane ceste u OpenStreetMap" @@ -4657,8 +4739,8 @@ msgstr "Korisnik nije mogao locirati problem na karti, ali možete vidjeti podru msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4692,7 +4774,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "Već postoji predložak za automatsko odgovaranje za ovu kategoriju ili stanje." -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "Već postoji predložak za automatsko odgovaranje za ovu kategoriju ili stanje." @@ -4710,13 +4792,13 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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 "Pojavio se neki problem u vezi s Vašim podacima za prijavu. Ako se ne možete prisjetiti svoje lozinke, ili ju niti nemate, molimo Vas da popunite ‘No’ dio obrasca." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." @@ -4724,7 +4806,7 @@ msgstr "Došlo je do problema pri ažuriranju. Molimo pokušajte ponovno." msgid "There were problems with your report. Please see below." msgstr "Došlo je do problema pri prijavi. Detalje pogledajte u nastavku." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Došlo je do problema pri ažuriranju. Detalje pogledajte u nastavku." @@ -4800,10 +4882,10 @@ msgstr "Kako korisnik nije kategorizirao problem, ovaj e-mail je automatski posl 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Potrebna informacija" @@ -4820,19 +4902,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Problem je riješen." -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Problem još nije riješen." -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4845,26 +4931,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Ova prijava je trenutno označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Prijava je trenutno označena kao popravljena." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Prijava je trenutno označena kao otvorena." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4872,15 +4958,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4904,6 +4993,10 @@ msgstr "Naslov" 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 "" @@ -4929,7 +5022,7 @@ msgid "To view a map of the precise location of this issue" msgstr "Karta točne lokacije ovog problema" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4954,11 +5047,6 @@ msgstr "5 najboljih JLS" msgid "Total" msgstr "Ukupno" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4981,17 +5069,17 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: templates/web/base/auth/generate_token.html:40 +#: templates/web/base/auth/generate_token.html:53 #, fuzzy msgid "Two-factor authentication" msgstr "Uključite dvo-stupanjsku provjeru za prijavu u sustav" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5001,7 +5089,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5031,10 +5119,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Nepoznat IB problema" @@ -5046,13 +5134,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Ažuriranje" @@ -5103,29 +5191,27 @@ msgstr "Ažuriranjem je problem ponovno otvoren" msgid "Update statuses" msgstr "Status ažuriranja" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Ažurirano!" @@ -5136,7 +5222,7 @@ msgstr "Ažurirano!" msgid "Updates" msgstr "Ažuriranja" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5166,6 +5252,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5179,8 +5273,8 @@ msgstr "" msgid "User added to abuse list" msgstr "Korisnik je dodan na popis zloupotreba." -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5198,7 +5292,7 @@ msgid "User flagged" msgstr "Korisnik označen" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5211,27 +5305,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Korisnici" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5239,9 +5331,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Vrijednosti ažurirane" @@ -5267,7 +5359,7 @@ msgstr "" msgid "View report on site" msgstr "Pogledaj prijave na stranici" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Pregled prijava za ward" @@ -5275,7 +5367,7 @@ msgstr "Pregled prijava za ward" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5293,7 +5385,7 @@ msgstr "Prikaz problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Općine ove županije" @@ -5363,7 +5455,7 @@ msgstr "Prilikom slanja" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5383,7 +5475,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5395,7 +5487,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5406,12 +5497,12 @@ msgstr "Podsjećamo, pisanje velikim tiskanim slovima i bez interpunkcijskih zna #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Da" @@ -5424,7 +5515,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5437,7 +5528,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Sljedeće ažuriranje prijavljujete jer je uvredljivo, sadrži osobne podatke ili slično:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5446,7 +5537,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5476,7 +5567,7 @@ msgstr "Možete nam pomoći u pronalaženju kontakt e-mail adresa za lokalne pro msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5486,7 +5577,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5494,7 +5585,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Već ste ogovorili na upitnik. Ako imate nekih pitanja, molimo da namse javite, ilipregledate problem koji vas zanima.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5503,8 +5594,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5568,9 +5658,9 @@ msgstr "Vaše prijave" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Vaš profil" @@ -5580,13 +5670,14 @@ msgstr "Vaš profil" msgid "Your account requires two-factor authentication to be set up." msgstr "Isključite dvo-stupanjsku autentikaciju" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5615,16 +5706,16 @@ msgstr "Ime" msgid "Your name has already been sent to %s, but we can hide it on this page:" msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 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:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5644,8 +5735,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5678,7 +5769,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5709,19 +5800,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5729,8 +5820,8 @@ msgstr "" msgid "by %s" msgstr "od %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "odgovorno tijelo" @@ -5761,6 +5852,10 @@ msgstr "" msgid "from %s different users" msgstr "od %s različitih korisnika" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5778,7 +5873,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5861,12 +5956,12 @@ msgid "today" msgstr "danas" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5891,7 +5986,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5959,7 +6054,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5983,7 +6078,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6007,7 +6102,7 @@ msgstr[0] "%s popravljeno u posljednjih mjesec dana" msgstr[1] "%s popravljeno u posljednjih mjesec dana" msgstr[2] "%s popravaka u posljednjih mjesec dana" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6015,7 +6110,7 @@ msgstr[0] "%s prijava u prošlom tjednu" msgstr[1] "%s prijave u prošlom tjednu" msgstr[2] "%s prijava u prošlom tjednu" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6023,7 +6118,7 @@ msgstr[0] "%s novija prijava" msgstr[1] "%s novije prijave" msgstr[2] "%s novih prijava" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6063,7 +6158,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6071,7 +6166,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6079,6 +6174,21 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#~ msgid "Closed by council" +#~ msgstr "Zatvorilo je odgovorno tijelo" + +#~ msgid "Current token:" +#~ msgstr "Trenutni token:" + +#~ msgid "Filter report list" +#~ msgstr "Filtriranje popisa prijava" + +#~ msgid "Invalid agency_responsible value %s" +#~ msgstr "Nevažeća odgovorna_vrijednost agencije %s" + +#~ msgid "Post" +#~ msgstr "Objavi" + #~ msgid "(ignored if type is \"String\")" #~ msgstr "(zanemaruje se ako je tip podatka \"String\")" @@ -6088,9 +6198,6 @@ msgstr[2] "" #~ msgid "Note: This report hasn't yet been sent onwards for action. Any changes made may not be passed on." #~ msgstr "Pažnja: Ovaj prijavak još nije poslan nadležnima na rješavanje. Naknadne izmjene možda neće biti automatski proslijeđene. " -#~ msgid "Available categories" -#~ msgstr "Dostupne kategorije" - #~ 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 "Može se koristiti da prikaže dodatni tekst korisniku uz polje. Osnovni predložak to ne prikazuje (meta.datatype_description). Morate to dodati u category_extras_fields.html." diff --git a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po index 98daa05553f..de9988722fd 100644 --- a/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/hu_HU.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -22,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " és " @@ -58,7 +58,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "" @@ -113,7 +113,7 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap közreműködők" @@ -159,6 +159,8 @@ msgstr "(nem létezik többé)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -177,8 +179,8 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Válassz kategóriát --" @@ -204,17 +206,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s elmentve." @@ -244,7 +247,7 @@ msgid "Yes I have a password" msgstr "Igen van jelszavam" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -261,7 +264,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Kétfaktoros azonosítás aktiválása" @@ -281,7 +284,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" msgstr "" @@ -313,7 +316,7 @@ msgstr "" msgid "Add new category" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -322,8 +325,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -331,21 +334,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -361,6 +363,12 @@ msgstr "" msgid "Admin" msgstr "Admin" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Újra:" @@ -373,8 +381,8 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "" @@ -386,10 +394,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Mind" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "" @@ -429,6 +439,10 @@ msgstr "" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -464,7 +478,7 @@ msgstr "Anonymous" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -477,7 +491,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -486,8 +500,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -498,7 +512,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Terület:" @@ -511,27 +525,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Mindegyik kategória" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -544,7 +563,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -552,11 +571,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -568,12 +587,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Vissza" @@ -594,14 +614,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "" @@ -614,11 +632,13 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -630,8 +650,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -647,15 +666,13 @@ msgstr "Kategóriák:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -665,7 +682,7 @@ msgstr "Kategória" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -688,6 +705,11 @@ msgstr "Kategória" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Jelszó megváltoztatása" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -704,7 +726,7 @@ msgstr "Jelszó megváltoztatása" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -714,12 +736,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -756,8 +778,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -767,11 +789,7 @@ msgstr "" msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -804,13 +822,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -927,7 +944,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -937,27 +954,25 @@ msgstr "" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -966,6 +981,15 @@ msgstr "" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Created Body" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +msgid "Created By" +msgstr "" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -977,10 +1001,6 @@ msgstr "" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -990,19 +1010,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1014,7 +1036,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1024,7 +1046,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1045,9 +1067,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "" @@ -1055,7 +1075,7 @@ msgstr "" msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1091,7 +1111,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1099,6 +1119,14 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +msgid "Disable updates on reports in this category" +msgstr "" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1133,24 +1161,24 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1162,7 +1190,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1174,7 +1202,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" @@ -1185,12 +1213,11 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1198,17 +1225,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1245,8 +1270,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1255,15 +1281,14 @@ msgstr "" msgid "Email" msgstr "" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1283,12 +1308,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "" @@ -1351,11 +1377,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1382,10 +1408,10 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1398,7 +1424,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1407,7 +1433,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1432,7 +1458,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1444,20 +1470,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1490,20 +1516,23 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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 "" @@ -1533,7 +1562,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1542,7 +1571,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1550,8 +1579,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "" @@ -1577,11 +1606,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1591,12 +1620,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1618,7 +1655,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "" @@ -1634,15 +1671,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1652,7 +1689,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1678,6 +1715,7 @@ 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 "" @@ -1712,7 +1750,8 @@ msgstr "" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1740,7 +1779,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "" @@ -1793,11 +1832,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "" @@ -1816,15 +1853,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1838,7 +1875,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1862,7 +1899,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1899,7 +1936,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1923,6 +1960,17 @@ msgstr "" 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 +#, fuzzy +msgid "In wards" +msgstr "kerület" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1932,20 +1980,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1961,16 +2009,12 @@ msgstr "" msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2021,13 +2065,13 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2044,7 +2088,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -2082,17 +2126,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2110,19 +2155,20 @@ msgstr "" msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2136,24 +2182,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2166,7 +2212,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2174,8 +2220,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2198,7 +2243,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2208,14 +2253,14 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2243,9 +2288,10 @@ msgstr "" msgid "Name" msgstr "" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "" @@ -2263,7 +2309,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2271,12 +2317,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2299,7 +2345,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "" @@ -2312,8 +2358,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2321,13 +2367,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2404,7 +2450,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2417,7 +2463,6 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2426,11 +2471,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "" @@ -2442,11 +2487,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2462,8 +2508,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "" @@ -2499,15 +2545,15 @@ msgstr "" msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2515,10 +2561,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "" @@ -2566,12 +2616,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2579,12 +2629,12 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2593,7 +2643,7 @@ 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:156 +#: 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 @@ -2624,7 +2674,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2636,7 +2686,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2644,16 +2694,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2685,7 +2735,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" msgstr "" @@ -2693,13 +2743,13 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2711,7 +2761,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2719,19 +2769,23 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +msgid "Phone" +msgstr "" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "" @@ -2739,30 +2793,26 @@ msgstr "" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2782,9 +2832,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2793,7 +2842,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2807,6 +2856,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2834,27 +2887,26 @@ msgid "Please check your email address is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2873,27 +2925,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2906,16 +2958,16 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2926,20 +2978,20 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2955,7 +3007,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2966,9 +3018,9 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "" @@ -3009,18 +3061,18 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3047,24 +3099,28 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "" @@ -3072,7 +3128,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3084,7 +3140,7 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "" @@ -3092,12 +3148,12 @@ msgstr "" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3105,27 +3161,23 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -3141,7 +3193,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3149,11 +3201,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3169,9 +3221,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -3217,7 +3269,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "" @@ -3225,8 +3277,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3251,18 +3302,18 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3270,7 +3321,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3278,11 +3329,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3296,11 +3351,11 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3308,12 +3363,12 @@ msgstr "" msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3355,11 +3410,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3367,11 +3422,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3379,13 +3434,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3399,11 +3454,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3416,7 +3471,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3430,7 +3485,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3443,7 +3498,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3455,8 +3511,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3471,17 +3527,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3489,14 +3549,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3505,7 +3565,7 @@ msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3520,7 +3580,7 @@ msgid "Report anonymously" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3555,7 +3615,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3566,7 +3626,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3580,27 +3640,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3619,17 +3679,15 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3657,15 +3715,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3678,7 +3736,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3731,39 +3789,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3779,20 +3843,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3809,13 +3873,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" @@ -3828,7 +3891,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3843,12 +3906,12 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3858,8 +3921,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3869,7 +3931,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3890,7 +3952,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3903,7 +3965,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3912,11 +3974,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3954,7 +4016,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3965,7 +4027,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -3990,8 +4052,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4002,7 +4064,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -4062,7 +4124,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4071,12 +4133,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4094,9 +4155,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4106,13 +4167,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4126,11 +4187,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4139,11 +4200,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4167,18 +4228,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4187,31 +4248,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4229,7 +4287,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4248,50 +4306,48 @@ msgstr "" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4303,7 +4359,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4317,20 +4373,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "" @@ -4341,14 +4396,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4366,13 +4426,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "" @@ -4393,6 +4457,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4422,7 +4490,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4434,27 +4502,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4500,8 +4570,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4555,7 +4625,7 @@ msgstr "" 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:153 +#: 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 "" @@ -4617,8 +4687,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4651,7 +4721,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4669,12 +4739,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4682,7 +4752,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4758,10 +4828,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "" @@ -4778,19 +4848,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4803,26 +4877,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4830,15 +4904,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4862,6 +4939,10 @@ msgstr "" 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 "" @@ -4887,7 +4968,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4912,11 +4993,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4939,16 +5015,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4958,7 +5034,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -4988,10 +5064,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5003,13 +5079,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5059,29 +5135,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -5092,7 +5166,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5122,6 +5196,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5135,8 +5217,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5154,7 +5236,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5167,27 +5249,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5195,9 +5275,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5223,7 +5303,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5231,7 +5311,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5249,7 +5329,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5319,7 +5399,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5339,7 +5419,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5351,7 +5431,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5362,12 +5441,12 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "" @@ -5380,7 +5459,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5393,7 +5472,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5402,7 +5481,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5432,7 +5511,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5442,7 +5521,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5450,7 +5529,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5459,8 +5538,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5524,9 +5602,9 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5535,13 +5613,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5570,16 +5649,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5599,8 +5678,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5633,7 +5712,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5664,19 +5743,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5684,8 +5763,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5716,6 +5795,10 @@ msgstr "" 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:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5733,7 +5816,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5813,12 +5896,12 @@ msgid "today" msgstr "ma" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5843,7 +5926,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "kerület" @@ -5903,7 +5986,7 @@ msgid_plural "%d years" msgstr[0] "%d év" msgstr[1] "%d év" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5924,7 +6007,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5945,21 +6028,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "" msgstr[1] "" -#: templates/web/westminster/front/stats.html:8 +#: 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] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "" msgstr[1] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5994,14 +6077,14 @@ msgid_plural "last updated %d days ago" msgstr[0] "legutóbb %d napja frissítve" msgstr[1] "legutóbb %d napja frissítve" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "hónap" msgstr[1] "hónapok" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" diff --git a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po index 9e9dfe8de58..9c438762ecc 100644 --- a/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/id_ID.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "dan" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Laporan ringkasan" @@ -117,7 +117,7 @@ msgstr "%s kuesioner dikirim – %s dijawab (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "Kontributor © OpenStreetMap" @@ -163,6 +163,8 @@ msgstr "(tidak ada lagi)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -181,8 +183,8 @@ msgstr "(dikirim ke dua-duanya)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -212,17 +214,18 @@ msgstr "" " Mungkin Anda dapat menambahkan MAPIT_TYPES ke berkas konfigurasi?" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Laporan, Statistik, dan Tindakan untuk

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s disimpan." @@ -252,7 +255,7 @@ msgid "Yes I have a password" msgstr "Ya Saya punya kata sandi" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -269,7 +272,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -292,7 +295,7 @@ msgstr "" 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Tambahkan kategori baru" @@ -325,7 +328,7 @@ msgstr "" msgid "Add new category" msgstr "Tambahkan kategori baru" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -334,8 +337,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -343,21 +346,20 @@ msgid "Add to shortlist" msgstr "Tambahkan ke daftar pendek" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Tambahkan pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Tambah/sunting kategori masalah" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Tambah/sunting prioritas tanggapan" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Tambah/sunting template tanggapan" @@ -373,6 +375,12 @@ msgstr "Menambahkan laporan ini ke daftar pendek Anda akan menghapusnya dari daf msgid "Admin" msgstr "Admin" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Lagi:" @@ -385,8 +393,8 @@ msgstr "Peringatan %d dibuat untuk %s, tipe %s, parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Peringatan %d dinonaktifkan (dibuat %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Beri tahu saya tentang pembaruan mendatang" @@ -398,10 +406,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Semua" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Semua Laporan" @@ -441,6 +451,11 @@ msgstr "Semua laporan di antara %sdan %s" msgid "All time" msgstr "Sepanjang waktu" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Dilaporkan dalam kategori %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -477,7 +492,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -490,7 +505,7 @@ msgid "Another user" msgstr "Pengguna lain" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Apakah Anda yakin ingin membatalkan unggahan ini?" @@ -499,8 +514,8 @@ msgstr "Apakah Anda yakin ingin membatalkan unggahan ini?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Apakah Anda yakin?" @@ -511,7 +526,7 @@ msgstr "Apakah Anda yakin?" msgid "Area covered" msgstr "Area cakupan" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Area:" @@ -525,27 +540,32 @@ msgstr "Karena ini adalah situs persiapan dan %s keliru, laporan yang dibuat di msgid "Assign selected to role:" msgstr "Tetapkan pengguna pada area" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Tetapkan ke badan kompeten:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Tetapkan ke kategori lain:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Tetapkan ke badan eksternal:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Tetapkan ke subdivisi:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Tetapkan pengguna pada area" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Kategori yang tersedia" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Ditetapkan ke %s" @@ -558,7 +578,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -566,11 +586,11 @@ msgstr "Staf pengguna yang berwenang dapat dihubungkan dengan kategori yang diop msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Tanggapan otomatis:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -582,12 +602,13 @@ msgstr "Waktu rata-rata antara pelaporan masalah dan penyelesaian masalah, 100 l msgid "Avoid personal information and vehicle number plates" msgstr "Hindari informasi pribadi dan pelat nomor kendaraan" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Menunggu moderasi" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Kembali" @@ -608,14 +629,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Badan" @@ -628,11 +647,13 @@ msgstr "Badan" msgid "Body" msgstr "Badan" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Badan:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -644,8 +665,7 @@ msgstr "Tidak dapat menemukan surel kami? Periksa folder spam Anda  – msgid "Can't see the map? Skip this step" msgstr "Tidak dapat melihat peta? Lewati langkah ini" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -661,15 +681,13 @@ msgstr "Kategori:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -679,7 +697,7 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori diubah dari ‘%s’ menjadi ‘%s’" @@ -702,6 +720,11 @@ msgstr "Kategori:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Ubah kata sandi" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -718,7 +741,7 @@ msgstr "Ubah kata sandi" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -730,12 +753,12 @@ msgstr "" "Pilih nama kategori yang dapat dipahami oleh publik (misal, \"Lubang jalan\", \"Lampu jalan\") tetapi juga berguna\n" " bagi badan. Ini akan ditampilkan pada menu dropdown di halaman laporkan-masalah." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Pilih lainnya" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Hapus data offline" @@ -772,8 +795,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -783,11 +806,7 @@ msgstr "" msgid "Closed" msgstr "Ditutup" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Ditutup oleh dewan" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -820,13 +839,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Ciutkan peta" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -943,7 +961,7 @@ msgstr "Buat laporan" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Buat kategori" @@ -953,27 +971,25 @@ msgstr "Buat kategori" msgid "Create priority" msgstr "Buat prioritas" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Buat laporan/pembaruan sebagai dewan" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Buat laporan/pembaruan mewakili pengguna" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Buat template" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Dibuat" @@ -982,6 +998,17 @@ msgstr "Dibuat" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Dibuat" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Dibuat" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -993,10 +1020,6 @@ msgstr "Dibuat:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1006,19 +1029,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Saat ini belum ada badan dibuat." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Pelanggan tidak dapat dihubungi" #: 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 "Dasbor" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1030,7 +1055,7 @@ msgstr "Diatasi oleh subdivisi dalam 5 hari kerja" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1040,7 +1065,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Hapus template" @@ -1062,9 +1087,7 @@ msgid "Describe why you are moderating this" msgstr "Jelaskan mengapa Anda memoderasi ini" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Deskripsi" @@ -1073,7 +1096,7 @@ msgstr "Deskripsi" msgid "Destination" msgstr "Deskripsi" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1109,7 +1132,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1117,6 +1140,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Dilaporkan dalam kategori %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Dilaporkan dalam kategori %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1151,25 +1184,25 @@ msgstr "Tidak tahu" msgid "Don't like forms?" msgstr "Tidak suka formulir?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "Turun satu tingkat" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Tarik dan lepaskan foto di sini atau klik untuk mengunggah" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Duplikat dari" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Duplikat" @@ -1184,7 +1217,7 @@ msgstr "" "Kategori yang berbeda dapat berisi kontak yang sama (alamat surel).\n" "Ini berarti Anda dapat menambahkan banyak kategori sekalipun Anda hanya memiliki satu kontak untuk badan." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Ketimuran/Keutaraan:" @@ -1196,7 +1229,7 @@ msgstr "Ketimuran/Keutaraan:" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Sunting" @@ -1207,12 +1240,11 @@ msgstr "Sunting" msgid "Edit body details" msgstr "Sunting detail badan" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Sunting perizinan pengguna lain" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Sunting kategori laporan" @@ -1220,17 +1252,15 @@ msgstr "Sunting kategori laporan" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Sunting prioritas laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Sunting laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1267,8 +1297,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1277,15 +1308,14 @@ msgstr "Penyunting" msgid "Email" msgstr "Surel" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Alamat surel" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1305,12 +1335,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Surel:" @@ -1380,12 +1411,12 @@ msgstr "" msgid "Endpoint" msgstr "Titik Akhir" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Masukkan sebuah nama jalan di Zurich" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Masukkan kode pos UK, atau nama jalan dan kawasan di sekitar" @@ -1412,10 +1443,10 @@ msgstr "Masukkan detail masalah" msgid "Error" msgstr "Galat" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Semuanya" @@ -1428,7 +1459,7 @@ msgstr "Contoh kode pos %s" msgid "Examples:" msgstr "Contoh:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Kategori yang ada" @@ -1437,7 +1468,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Perluas peta" @@ -1462,7 +1493,7 @@ msgid "External body" msgstr "Badan eksternal" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1474,20 +1505,20 @@ msgstr "" msgid "External team" msgstr "Tim eksternal" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Data tambahan:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1520,20 +1551,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filter daftar laporan" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Laporan baru" + #: 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." @@ -1563,7 +1599,7 @@ msgstr "Tandai dihapus" msgid "Flag user" msgstr "Tandai pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Ditandai" @@ -1572,7 +1608,7 @@ msgstr "Ditandai" msgid "Flagged reports and users" msgstr "Laporan dan pengguna ditandai" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Pengguna yang ditandai ditampilkan pada halaman ditandai." @@ -1580,8 +1616,8 @@ msgstr "Pengguna yang ditandai ditampilkan pada halaman ditandainot
be reported to the council." msgstr "Jika Anda memasukkan masalah di sini, masalah tersebut tidak akan dilaporkan kepada dewan." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1936,7 +1980,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1960,6 +2004,17 @@ msgstr "Pada tabel penyalahgunaan?" 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 "Sebagai tambahan, atribut berikut yang bukan merupakan bagian dari spesifikasi Open311 v2 dikembalikan: agency_sent_datetime, judul (juga dikembalikan sebagai bagian dari deskripsi), interface_used, comment_count, requestor_name (hanya tersedia jika pemohon mengizinkan namanya ditampilkan di situs ini)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "kelurahan" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1969,20 +2024,20 @@ msgstr "Tidak aktif" msgid "Inbox zero, here we come!" msgstr "Kotak masuk kosong, tunggulah kami!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Sertakan detail pribadi pelapor" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Nilai has_photo keliru \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "Inspeksi laporan" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Instruksikan kontraktor untuk mengatasi masalah" @@ -1999,16 +2054,12 @@ msgstr "Catatan internal" msgid "Internal notes" msgstr "Catatan internal" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Nilai agency_responsible keliru %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Format %s yang disebutkan keliru." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Lokasi keliru. Lokasi baru harus dicakup oleh dewan yang sama." @@ -2060,13 +2111,13 @@ msgstr "Pembaruan terakhir:" msgid "Last update:" msgstr "Pembaruan terakhir:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Lintang/Bujur:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Terlama dari yang baru-baru ini diperbarui" @@ -2083,7 +2134,7 @@ msgstr "Tampilkan semua masalah yang dilaporkan" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Memuat..." @@ -2121,17 +2172,18 @@ msgid "Log in with Twitter" msgstr "Masuk dengan Twitter" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Masuk dengan surel" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2150,19 +2202,20 @@ msgstr "Cari" msgid "MAP" msgstr "PETA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Kelola daftar pendek" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Permintaan manual" @@ -2176,24 +2229,24 @@ msgstr "Peta" msgid "Mark as sent" msgstr "Tandai sebagai dikirim" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Tandai pengguna yang perilakunya ingin Anda pantau." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "Detail masalah penggelembungan" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Pesan" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Kirim pesan ke badan kompeten:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Kirim pesan ke badan eksternal:" @@ -2206,7 +2259,7 @@ msgstr "" msgid "Missing bodies:" msgstr "Badan tidak ditemukan:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "jurisdiction_id tidak ditemukan" @@ -2214,8 +2267,7 @@ msgstr "jurisdiction_id tidak ditemukan" msgid "Moderate" msgstr "Moderasi" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Detail laporan moderasi" @@ -2238,7 +2290,7 @@ msgstr "Dimoderasi oleh %s pada %s" msgid "Moderated by division within one working day" msgstr "Dimoderasi oleh divisi dalam satu hari kerja" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2248,14 +2300,14 @@ msgstr "" msgid "Month" msgstr "Bulan" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Komentar terbanyak" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2283,9 +2335,10 @@ msgstr "" msgid "Name" msgstr "Nama" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nama:" @@ -2303,7 +2356,7 @@ msgstr "Beralih ke masalah ini" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Jalan bernama terdekat dengan pin yang dipasang di peta (dibuat otomatis dengan OpenStreetMap): %s %s" @@ -2311,12 +2364,12 @@ msgstr "Jalan bernama terdekat dengan pin yang dipasang di peta (dibuat otomatis msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Kode pos terdekat dengan pin yang dipasang di peta (dibuat otomatis): %s (%s m jauhnya)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Jalan terdekat dengan pin yang dipasang di peta (dibuat otomatis dengan Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2341,7 +2394,7 @@ msgstr "" msgid "New body added" msgstr "Badan baru ditambahkan" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Kontak kategori baru ditambahkan" @@ -2354,8 +2407,8 @@ msgstr "Alamat surel baru:" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Catatan internal baru:" @@ -2363,13 +2416,13 @@ msgstr "Catatan internal baru:" msgid "New local problems on FixMyStreet" msgstr "Masalah lokal baru di FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 msgid "New note to DM:" msgstr "Catatan baru untuk 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Kata sandi baru:" @@ -2446,7 +2499,7 @@ msgstr "Template baru" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Terbaru" @@ -2459,7 +2512,6 @@ msgstr "Selanjutnya" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2468,11 +2520,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Tidak" @@ -2484,11 +2536,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Tidak ada badan" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Tidak ada dewan dipilih" @@ -2504,8 +2557,8 @@ msgstr "Tidak ditemukan masalah ditandai." msgid "No flagged users found." msgstr "Tidak ditemukan pengguna ditandai." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Tidak ada pembaruan lebih lanjut" @@ -2543,8 +2596,8 @@ msgstr "Tidak ada pendukung" msgid "None" msgstr "Tidak Ada" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2552,8 +2605,8 @@ msgstr "" "Pengguna normal (publik) tidak boleh dihubungkan dengan area mana pun.
\n" " Staf pengguna berwenang dapat dihubungkan dengan area yang dioperasikannya." -#: templates/web/base/admin/users/form.html:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2565,10 +2618,14 @@ msgstr "" " Tergantung kepada implementasinya, staf pengguna dapat memiliki akses ke dasbor (ringkasan\n" " aktivitas di seluruh badan), kemampuan untuk menyembunyikan laporan atau mengatur status laporan khusus." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Bukan untuk subdivisi saya" +#: 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 "Tidak dilaporkan sebelumnya" @@ -2616,12 +2673,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "Data offline dihapus" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "Data pembaruan offline disimpan" @@ -2629,12 +2686,12 @@ msgstr "Data pembaruan offline disimpan" msgid "Old state" msgstr "Wilayah lama" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Terlama" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2643,7 +2700,7 @@ 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:156 +#: 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 @@ -2674,7 +2731,7 @@ msgstr "Halaman web inisiatif Open311" msgid "Open311 specification" msgstr "Spesifikasi Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2686,7 +2743,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2694,16 +2751,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2735,7 +2792,7 @@ msgstr "Halaman Tidak Ditemukan" msgid "Parent" msgstr "Induk" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Kategori lainnya" @@ -2744,13 +2801,13 @@ msgstr "Kategori lainnya" msgid "Partial" msgstr "Parsial" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Kata sandi (opsional)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Kata sandi Anda telah diubah" @@ -2765,7 +2822,7 @@ msgstr "Kata sandi (opsional)" msgid "Permissions" msgstr "Perizinan:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Perizinan:" @@ -2773,19 +2830,24 @@ msgstr "Perizinan:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telepon:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Nomor telepon" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Nomor telepon (opsional)" @@ -2793,30 +2855,26 @@ msgstr "Nomor telepon (opsional)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telepon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2836,9 +2894,8 @@ msgstr "Foto diperlukan" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Foto" @@ -2847,7 +2904,7 @@ msgstr "Foto" msgid "Photos of recent nearby reports" msgstr "Foto dari laporan baru-baru ini di sekitar" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2861,6 +2918,11 @@ msgstr "Pilih dewan Anda" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Pasang pin di peta" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2888,27 +2950,26 @@ msgid "Please check your email address is correct" msgstr "Silakan periksa apakah alamat surel Anda benar" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Silakan pilih kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2930,27 +2991,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Mohon untuk tidak menggunakan bahasa yang kasar — menggunakan bahasa yang kasar terhadap dewan Anda akan menurunkan mutu layanan bagi semua pengguna." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Silakan masukkan pesan" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Silakan masukkan nama baru" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Silakan masukkan nama untuk badan ini" @@ -2963,16 +3024,16 @@ msgstr "Silakan masukkan kata sandi" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Silakan masukkan subjek" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2983,20 +3044,20 @@ msgstr "Silakan masukkan surel yang valid" msgid "Please enter a valid email address" msgstr "Silakan masukkan alamat surel yang valid" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Silakan masukkan detail" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -3012,7 +3073,7 @@ msgid "Please enter your first name" msgstr "Silakan masukkan nama depan Anda" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Silakan masukkan nama lengkap Anda, dewan membutuhkan informasi ini – jika Anda tidak ingin nama Anda ditampilkan di situs, hapus centang pada kotak di bawah" @@ -3024,9 +3085,9 @@ msgstr "Silakan masukkan nama Anda" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Silakan masukkan nama Anda" @@ -3067,19 +3128,19 @@ msgstr "Silakan isi formulir di bawah dengan detail masalah, dan jelaskan lokasi msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Mohon beri tahukan apakah Anda ingin menerima kuesioner lainnya" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Silakan masukkan alamat surel yang valid" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3106,24 +3167,28 @@ msgstr "Harap perhatikan bahwa pembaruan Anda belum terkirim." msgid "Please note:" msgstr "Harap perhatikan:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "Mohon berikan pembaruan publik untuk laporan ini." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Mohon jelaskan mengapa Anda membuka kembali laporan ini" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Mohon berikan teks dan juga foto" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Mohon beri tahu apakah Anda pernah melaporkan masalah kepada dewan Anda sebelumnya" @@ -3131,7 +3196,7 @@ msgstr "Mohon beri tahu apakah Anda pernah melaporkan masalah kepada dewan Anda 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Silakan pilih badan." @@ -3143,7 +3208,7 @@ msgstr "Silakan pilih umpan yang Anda inginkan" msgid "Please select the type of alert you want" msgstr "Silakan pilih tipe peringatan yang Anda inginkan" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Mohon beri tahu apakah masalah telah diatasi atau belum" @@ -3151,12 +3216,12 @@ msgstr "Mohon beri tahu apakah masalah telah diatasi atau belum" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Mohon untuk hanya mengunggah gambar" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3164,27 +3229,23 @@ msgstr "" msgid "Please write a message" msgstr "Silakan tuliskan pesan" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Kirim" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Dikirim secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Dikirim oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Dikirim oleh %s (%s) pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Dikirim oleh %s pada %s" @@ -3200,7 +3261,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3208,11 +3269,11 @@ msgstr "" msgid "Previous" msgstr "Sebelumnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioritas" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritas" @@ -3228,9 +3289,9 @@ msgid "Privacy and cookies" msgstr "Privasi dan kuki" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Pribadi" @@ -3280,7 +3341,7 @@ msgstr "Masalah %s dikirim ke dewan %s" msgid "Problem breakdown by state" msgstr "Uraian masalah berdasarkan wilayah" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Masalah ditandai terbuka." @@ -3288,8 +3349,7 @@ msgstr "Masalah ditandai terbuka." msgid "Problem state change based on survey results" msgstr "Perubahan wilayah masalah berdasarkan hasil survei" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Masalah" @@ -3314,18 +3374,18 @@ msgstr "Masalah yang baru-baru ini dilaporkan diatasi di FixMyStreet" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Masalah di kelurahan %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3333,7 +3393,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Masalah dalam %s, %s" @@ -3341,11 +3401,15 @@ msgstr "Masalah dalam %s, %s" msgid "Property address:" msgstr "Alamat properti:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3359,11 +3423,11 @@ msgstr "Berikan pembaruan" msgid "Provide update as" msgstr "Berikan pembaruan sebagai" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Memberikan kata sandi adalah opsional, tetapi dengan begitu Anda akan lebih mudah melaporkan masalah, menambahkan pembaruan, dan mengelola laporan Anda." @@ -3371,12 +3435,12 @@ msgstr "Memberikan kata sandi adalah opsional, tetapi dengan begitu Anda akan le msgid "Public details" msgstr "Detail publik" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Tanggapan publik:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Pembaruan publik:" @@ -3419,11 +3483,11 @@ msgstr "Kuesioner diisi oleh pelapor masalah" msgid "RSS feed" msgstr "Umpan RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "Umpan RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "Umpan RSS untuk kelurahan %s, %s" @@ -3431,11 +3495,11 @@ msgstr "Umpan RSS untuk kelurahan %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "Umpan RSS dari %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "Umpan RSS dari %s, di kelurahan %s" @@ -3443,13 +3507,13 @@ msgstr "Umpan RSS dari %s, di kelurahan %s" msgid "RSS feed of nearby problems" msgstr "Umpan RSS dari masalah di sekitar" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "Umpan RSS dari masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "Umpan RSS dari masalah di kelurahan %s" @@ -3463,11 +3527,11 @@ msgstr "Umpan RSS dari masalah lokal baru-baru ini" msgid "RSS feed of updates to this problem" msgstr "Umpan RSS dari pembaruan terhadap masalah ini" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3480,7 +3544,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Terima surel saat pembaruan ditambahkan pada masalah ini." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Diterima oleh %s beberapa saat kemudian" @@ -3494,7 +3558,7 @@ msgstr "Masalah lokal baru-baru ini, %s" msgid "Recently reported problems" msgstr "Masalah yang baru saja dilaporkan" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Baru saja diperbarui" @@ -3507,7 +3571,8 @@ 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 "Ingatlah bahwa FixMyStreet terutama bertujuan untuk melaporkan masalah fisik yang dapat diperbaiki. Jika masalah Anda tidak sesuai untuk dikirimkan ke situs ini, harap ingat bahwa Anda dapat langsung menghubungi dewan Anda melalui situs web mereka." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3519,8 +3584,8 @@ msgstr "" msgid "Remove flag" msgstr "Hapus tanda" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3536,17 +3601,22 @@ msgstr "Hapus dari situs" msgid "Remove option" msgstr "Hapus dari situs" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Hapus foto (tidak dapat dibatalkan!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Sunting perizinan pengguna lain" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Balas pengguna:" @@ -3554,14 +3624,14 @@ msgstr "Balas pengguna:" msgid "Report" msgstr "Laporan" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID Laporan:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3570,7 +3640,7 @@ msgid "Report a problem" msgstr "Laporkan masalah" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3586,7 +3656,7 @@ msgid "Report anonymously" msgstr "Dilaporkan secara anonim pada %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3622,7 +3692,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Laporkan, tampilkan, atau diskusikan masalah lokal" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Dilaporkan secara anonim pada %s" @@ -3633,7 +3703,7 @@ msgstr "Dilaporkan secara anonim pada %s" msgid "Reported before" msgstr "Telah dilaporkan sebelumnya" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Dilaporkan oleh %s pada %s" @@ -3647,27 +3717,27 @@ msgstr "Dilaporkan oleh:" msgid "Reported in the %s category" msgstr "Dilaporkan dalam kategori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Dilaporkan dalam kategori %s secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Dilaporkan dalam kategori %s oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Dilaporkan melalui %s secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Dilaporkan melalui %s oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Dilaporkan melalui %s dalam kategori %s secara anonim pada %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Dilaporkan melalui %s dalam kategori %s oleh %s pada %s" @@ -3686,17 +3756,15 @@ msgstr "Dilaporkan:" msgid "Reporting a problem" msgstr "Melaporkan masalah" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Laporan" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3724,15 +3792,15 @@ msgid "Reports published" msgstr "Laporan diterbitkan" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "Laporan disimpan secara offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3745,7 +3813,7 @@ msgstr "Laporan menunggu untuk dikirim" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3798,39 +3866,45 @@ msgstr "Kembalikan ke judul awal" msgid "Right place?" msgstr "Tempat yang benar?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Operator jalan untuk jalan bernama ini (diambil dari tipe dan nomor referensi jalan): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operator jalan untuk jalan bernama ini (dari OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Putar Kiri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3846,20 +3920,20 @@ msgstr "Memutar foto ini akan membuang perubahan yang belum disimpan pada lapora msgid "Satellite" msgstr "Satelit" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "Simpan + tutup sebagai duplikat" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3876,13 +3950,12 @@ msgid "Save with a public update" msgstr "Simpan dengan pembaruan publik" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "Bagikan laporan offline" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Cari Laporan" @@ -3895,7 +3968,7 @@ msgstr "Cari Pengguna" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Cari laporan" @@ -3910,12 +3983,12 @@ msgstr "Cari:" msgid "Searching found no reports." msgstr "Tidak ditemukan laporan." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Tidak ditemukan pengguna." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3925,8 +3998,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Lihat kebijakan privasi kami." -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "Lihat detail pengguna untuk laporan yang dibuat sebagai dewan" @@ -3936,7 +4008,7 @@ msgid "Select a body" msgstr "Pilih badan" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Pilih area" @@ -3957,7 +4029,7 @@ msgstr "" msgid "Select:" msgstr "Pilih:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Kirim" @@ -3970,7 +4042,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "Kirim status Open311 yang ditambahkan dengan pembaruan permintaan layanan" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3979,11 +4051,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Laporan dikirim kembali" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Dikirimkan ke %s %s kemudian" @@ -4021,7 +4093,7 @@ msgstr "" msgid "Shortlist" msgstr "Daftar Pendek" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "Tampilkan semua dalam daftar pendek" @@ -4032,7 +4104,7 @@ msgstr "Tampilkan semua dalam daftar pendek" msgid "Shortlisted" msgstr "Dimasukkan ke daftar pendek" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "Dimasukkan ke daftar pendek oleh %s" @@ -4057,8 +4129,8 @@ msgstr "Tampilkan nama ke publik?" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4069,7 +4141,7 @@ msgstr "Tampilkan foto" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Tampilkan pin" @@ -4131,7 +4203,7 @@ msgid "Some photos of recent reports" msgstr "Beberapa foto dari laporan terbaru" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Sejumlah teks untuk dilokalisasikan" @@ -4140,12 +4212,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Maaf, tampaknya ini adalah kode pos Dependensi Kerajaan, yang tidak dicakup oleh layanan kami." @@ -4163,9 +4234,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Maaf, terjadi kesalahan saat mengonfirmasikan masalah Anda." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Maaf, kami tidak dapat menemukan lokasi tersebut." @@ -4175,13 +4246,13 @@ msgstr "Maaf, kami tidak dapat menemukan lokasi tersebut." 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Maaf, kami tidak dapat mengurai lokasi tersebut. Silakan coba lagi." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4199,11 +4270,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "Maaf, Anda tidak memiliki izin untuk melakukannya." -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortir berdasarkan" @@ -4213,11 +4284,11 @@ msgstr "Sortir berdasarkan" msgid "Staff only" msgstr "Staf:" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Staf:" @@ -4241,18 +4312,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Wilayah" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4261,31 +4332,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Wilayah:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistik" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4303,7 +4371,7 @@ msgstr "Tampilan Jalan" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Subdivisi/Badan" @@ -4322,50 +4390,48 @@ msgstr "Subjek:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Masukkan" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Masukkan perubahan" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Masukkan kuesioner" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Dimasukkan" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Berlangganan" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4378,7 +4444,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Panjang pembaruan dibatasi hingga %s karakter. Mohon persingkat pembaruan Anda." -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4392,20 +4458,19 @@ msgstr "" msgid "Summarise the problem" msgstr "Buat ringkasan masalah" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Buat ringkasan tentang perubahan Anda" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Ringkasan" @@ -4416,14 +4481,20 @@ msgstr "Laporan ringkasan" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Pengguna Super:" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Pengguna Super:" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "Pengguna Super memiliki izin untuk melakukan semua tindakan sebagai admin." @@ -4441,13 +4512,18 @@ msgstr "" msgid "Template «%s»" msgstr "Template «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Teks" @@ -4468,6 +4544,11 @@ msgstr "Versi teks saja" msgid "Text:" msgstr "Teks:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Teks" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Terima kasih telah melaporkan masalah ini!" @@ -4497,7 +4578,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Terima kasih, kami senang mendengar masalahnya telah diatasi! Dapatkah kami bertanya apakah Anda sudah pernah melaporkan sebuah masalah kepada dewan sebelumnya?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4509,27 +4590,29 @@ msgstr "Gambar tersebut tampaknya tidak terunggah dengan benar (%s), silakan cob msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Lokasi tersebut tampaknya tidak dicakup oleh dewan; mungkin lokasinya terletak di lepas pantai atau di luar negeri. Silakan coba lagi." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Lokasi tersebut tampaknya bukan di UK; silakan coba lagi." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Maaf, kode pos tersebut tidak dikenali." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Masalah tersebut telah ditandai sebagai terkirim." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Masalah tersebut sekarang akan dikirim ulang." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Laporan tersebut telah dihapus dari FixMyStreet." @@ -4579,8 +4662,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4639,7 +4722,7 @@ msgstr "Kesalahannya adalah: %s" 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 "Atribut Open311 v2 berikut ini dikembalikan untuk setiap permintaan:: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code dan service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Informasi berikut ini mengenai jalan terdekat mungkin tidak akurat atau tidak relevan, jika lokasi masalah dekat dengan beberapa jalan atau dekat dengan jalan tanpa nama yang terdaftar di OpenStreetMap." @@ -4701,8 +4784,8 @@ msgstr "Pengguna tidak dapat melacak masalah pada peta, tetapi untuk melihat are msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4737,7 +4820,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4755,12 +4838,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Terdapat masalah dengan pembaruan Anda. Silakan coba lagi." @@ -4768,7 +4851,7 @@ msgstr "Terdapat masalah dengan pembaruan Anda. Silakan coba lagi." msgid "There were problems with your report. Please see below." msgstr "Terdapat masalah dengan laporan Anda. Silakan lihat di bawah ini." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Terdapat masalah dengan pembaruan Anda. Silakan lihat di bawah ini." @@ -4854,10 +4937,10 @@ msgstr "Surel ini telah dikirimkan kepada kedua dewan yang mencakup lokasi masal 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Informasi ini diperlukan" @@ -4874,19 +4957,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Masalah ini telah diatasi" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Masalah ini belum diatasi" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "Masalah ini masih berlangsung" @@ -4899,26 +4986,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Laporan ini adalah duplikat. Silakan tambahkan pembaruan pada laporan asli:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Laporan ini menunggu moderasi." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Laporan ini saat ini ditandai sebagai ditutup." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Laporan ini saat ini ditandai sebagai diatasi." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Laporan ini saat ini ditandai sebagai terbuka." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4926,15 +5013,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Waktu yang dihabiskan (dalam menit):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4958,6 +5048,10 @@ msgstr "Judul" msgid "Title:" msgstr "Judul:" +#: 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 "Untuk mencari tahu peringatan lokal apa saja yang tersedia untuk Anda, silakan masukkan %s kode pos atau nama jalan dan kawasan Anda:" @@ -4983,7 +5077,7 @@ msgid "To view a map of the precise location of this issue" msgstr "Untuk melihat peta dari lokasi tepat dari masalah ini" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -5008,11 +5102,6 @@ msgstr "" msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "Perlu manajemen lalu lintas?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5035,16 +5124,16 @@ msgstr "Cobalah mengirimkan surel langsung kepada kami:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5054,7 +5143,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5084,10 +5173,10 @@ msgstr "Kesalahan tidak diketahui" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "ID masalah tidak diketahui" @@ -5099,13 +5188,13 @@ msgstr "" msgid "Unshortlisted" msgstr "Dihapus dari daftar pendek" -#: templates/web/base/report/_item.html:26 +#: templates/web/base/report/_item.html:37 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/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Pembaruan" @@ -5156,29 +5245,27 @@ msgstr "Pembaruan membuka kembali masalah" msgid "Update statuses" msgstr "Perbarui status" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Diperbarui" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Diperbarui!" @@ -5189,7 +5276,7 @@ msgstr "Diperbarui!" msgid "Updates" msgstr "Pembaruan" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Panjang pembaruan dibatasi hingga %s karakter. Mohon persingkat pembaruan Anda." @@ -5219,6 +5306,14 @@ msgstr "Gunakan ekstensi pengiriman pembaruan Open311" 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:102 +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:75 +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 "ID Pengguna untuk dikaitkan dengan komentar yang diambil" @@ -5232,8 +5327,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5251,7 +5346,7 @@ msgid "User flagged" msgstr "Pengguna ditandai" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5264,27 +5359,25 @@ msgstr "Pencarian pengguna menemukan kecocokan pada nama pengguna dan alamat sur msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Pengguna" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 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." @@ -5293,9 +5386,9 @@ msgstr "Pengguna dapat melakukan tindakan berikut ini dalam badan atau area yang 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Nilai diperbarui" @@ -5321,7 +5414,7 @@ msgstr "" msgid "View report on site" msgstr "Tampilkan laporan di situs" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Tampilkan laporan berdasarkan kelurahan" @@ -5329,7 +5422,7 @@ msgstr "Tampilkan laporan berdasarkan kelurahan" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5347,7 +5440,7 @@ msgstr "Menampilkan masalah" msgid "Ward:" msgstr "Kelurahan:" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Kelurahan di dewan ini" @@ -5417,7 +5510,7 @@ msgstr "Saat dikirim" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "Duplikat dari laporan yang manakah ini?" @@ -5437,7 +5530,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5449,7 +5542,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5460,12 +5552,12 @@ msgstr "Menuliskan pesan Anda seluruhnya dalam huruf kapital membuatnya sulit di #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ya" @@ -5478,7 +5570,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Anda sedang offline" @@ -5491,7 +5583,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Anda melaporkan pembaruan berikut ini karena menggunakan kata-kata kasar, berisi informasi pribadi, atau yang serupa;" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5500,7 +5592,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5533,7 +5625,7 @@ msgstr "Anda dapat membantu kami dengan menemukan alamat surel kontak untuk masa msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Anda dapat menandai sebuah badan sebagai dihapus jika Anda tidak ingin badan ini aktif di situs." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5543,7 +5635,7 @@ msgid "You declined; please fill in the box above" msgstr "Anda menolak; mohon isi kotak di atas" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "Anda punya %s yang disimpan untuk dikirim." @@ -5551,7 +5643,7 @@ msgstr "Anda punya %s yang disimpan untuk d msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" 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:58 +#: 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)." @@ -5561,8 +5653,7 @@ msgstr "Anda sudah melampirkan foto pada laporan ini. Harap perhatikan bahwa And 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 "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)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "Anda sudah melampirkan foto pada pembaruan ini. Harap perhatikan bahwa Anda dapat melampirkan maksimal 3 foto pada pembaruan ini (jika Anda mencoba untuk mengunggah lebih banyak, foto terlama akan dihapus)." @@ -5628,9 +5719,9 @@ msgstr "Laporan Anda" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Akun Anda" @@ -5639,13 +5730,14 @@ msgstr "Akun Anda" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5674,16 +5766,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 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:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "Nama Anda telah disembunyikan" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "Laporan offline Anda" @@ -5704,8 +5796,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "Sebaliknya, masuk dengan surel dan berikan kata sandi baru. Saat Anda mengeklik tautan di surel Anda, kata sandi Anda akan diperbarui." #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5738,7 +5830,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 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." @@ -5769,19 +5861,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "semua" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5789,8 +5881,8 @@ msgstr "" msgid "by %s" msgstr "oleh %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "dewan" @@ -5821,6 +5913,10 @@ msgstr "sunting pengguna" msgid "from %s different users" msgstr "dari %s pengguna berbeda" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5838,7 +5934,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "tidak ada" @@ -5921,12 +6017,12 @@ msgid "today" msgstr "hari ini" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "pembaruan" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "pembaruan" @@ -5951,7 +6047,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "kelurahan" @@ -6003,7 +6099,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "%d tahun" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6021,7 +6117,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "%s masalah dilaporkan" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6039,19 +6135,19 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s diatasi dalam bulan terakhir" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s laporan dalam minggu terakhir" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s laporan baru-baru ini" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6081,27 +6177,39 @@ msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "terakhir diperbarui %d hari yang lalu" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "laporan" +#~ 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 "Available categories" -#~ msgstr "Kategori yang tersedia" - #~ 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." diff --git a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po index 7be3434c199..03143938716 100644 --- a/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/it.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,15 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2020 +# Carmine Rosamilia , 2020 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" "Language: it\n" "MIME-Version: 1.0\n" @@ -20,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "e" @@ -56,14 +58,14 @@ 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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Riassunto sulle segnalazioni" #. ("%s here is the site name") #: templates/web/base/admin/navigation.html:3 msgid "%s admin:" -msgstr "" +msgstr "%s amministratore:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" @@ -111,7 +113,7 @@ msgstr "%s questionari inviati – %s compilati (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +159,8 @@ msgstr "(non esiste più)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -164,7 +168,7 @@ msgstr "(opzionale)" #: templates/web/base/report/_item_small.html:28 msgid "(sent to all)" -msgstr "" +msgstr "(inviato a tutti)" #: templates/web/base/report/_item_small.html:29 msgid "(sent to both)" @@ -175,8 +179,8 @@ msgstr "(inviato ad entrambi)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Scegli una categoria --" @@ -187,7 +191,7 @@ msgstr "-- Scegli un'opzione --" #: templates/web/base/contact/enquiry/index.html:35 msgid "-- Please select --" -msgstr "" +msgstr "-- Si prega di selezionare -- " #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -202,17 +206,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s salvati." @@ -242,13 +247,13 @@ msgid "Yes I have a password" msgstr "Si Ho già la password" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" -msgstr "" +msgstr "Scatta o scegli una foto esistente " #: templates/web/base/admin/bodies/contact-form.html:12 msgid "A service ID (Open311 or similar)." -msgstr "" +msgstr "Un ID di servizio (Open311 o simile)." #: templates/web/base/report/new/form_user.html:8 msgid "About the problem" @@ -256,10 +261,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Root.pm:128 msgid "Access denied" -msgstr "" +msgstr "Accesso negato" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Attiva l'autenticazione a due fattori" @@ -279,10 +284,9 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" -msgstr "Aggiungi una nuova categoria" +msgstr "" #: templates/web/base/admin/bodies/form.html:139 #: templates/web/base/admin/bodies/index.html:78 @@ -312,7 +316,7 @@ msgstr "" msgid "Add new category" msgstr "Aggiungi una nuova categoria" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Aggiungi opzione" @@ -321,8 +325,8 @@ msgstr "Aggiungi opzione" msgid "Add phone number" msgstr "Aggiungi numero telefonico" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -330,23 +334,22 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Aggiungi un'utente" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Aggiungi/modifica categorie di problemi" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Aggiungi/modifica priorità risposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" -msgstr "" +msgstr "Aggiungere/modificare i modelli di risposta" #: templates/web/base/my/my.html:119 msgid "Added %s" @@ -358,6 +361,12 @@ msgstr "" #: templates/web/base/main_nav_items.html:31 msgid "Admin" +msgstr "Amministratore" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" msgstr "" #: templates/web/base/auth/change_password.html:51 @@ -372,23 +381,25 @@ msgstr "Segnalazione %d creata per %s tipo %s, parametri %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Segnalazione %d disabilitata (creata %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Avvisami su futuri aggiornamenti" #: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" -msgstr "" +msgstr "Avvisi:" #: templates/web/base/dashboard/index.html:40 #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Tutte" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Tutte le segnalazioni" @@ -428,9 +439,13 @@ msgstr "Tutte le segnalazioni tra %s e %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" -msgstr "" +msgstr "È già stato segnalato?" #: templates/web/base/my/anonymize.html:20 msgid "Alternatively, we can hide your name on all of your reports and updates across the site:" @@ -446,9 +461,8 @@ msgid "An email address or service ID (Open311 or similar)." msgstr "" #: templates/web/base/admin/bodies/contact-form.html:14 -#, fuzzy msgid "An email address." -msgstr "Aggiungi un indirizzo email" +msgstr "Un indirizzo e-mail." #: templates/web/base/questionnaire/index.html:33 msgid "An update marked this problem as fixed." @@ -464,7 +478,7 @@ msgstr "Anonimo" msgid "Anonymous user" msgstr "Utente anonimo" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -474,20 +488,20 @@ msgstr "Anonimo:" #: templates/web/base/report/new/form_user_loggedin.html:25 #: templates/web/base/report/update/form_user_loggedin.html:16 msgid "Another user" -msgstr "" +msgstr "Un altro utente" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgstr "Sei sicuro di voler cancellare questo caricamento?" #. ("JS") #: templates/web/base/admin/manifesttheme/form.html:62 #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Sei sicuro?" @@ -498,7 +512,7 @@ msgstr "Sei sicuro?" msgid "Area covered" msgstr "Area coperta" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -508,30 +522,34 @@ msgid "As this is a staging site and %s is false, reports made on this site will msgstr "" #: templates/web/base/admin/users/index.html:73 -#, fuzzy msgid "Assign selected to role:" -msgstr "Assegnato a %s" +msgstr "Assegnare il ruolo selezionato:" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" -msgstr "" +msgstr "Assegnare al corpo competente:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Assegna ad una categoria differente:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Assegna ad un corpo esterno:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Assegna ad una subdivisione:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" -msgstr "" +msgstr "Assegnare gli utenti alle aree" + +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Tutte le categorie" #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" @@ -545,47 +563,48 @@ 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:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." -msgstr "" +msgstr "Gli utenti del personale autorizzato possono essere associati alle categorie in cui operano." #: templates/web/base/admin/templates/view.html:9 msgid "Auto Response" msgstr "Rispondi automaticamente" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Risposta automatica:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" -msgstr "" +msgstr "Automatically populate report subject/detail" #: templates/web/base/reports/index.html:112 msgid "Average time between a problem being reported and being fixed, last 100 reports." -msgstr "" +msgstr "Tempo medio tra la segnalazione di un problema e la sua risoluzione, ultime 100 segnalazioni." #: templates/web/base/report/new/after_photo.html:7 msgid "Avoid personal information and vehicle number plates" -msgstr "" +msgstr "Evitare le informazioni personali e le targhe dei veicoli" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "In attesa di moderazione" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Indietro" #: templates/web/base/report/_main.html:8 msgid "Back to all reports" -msgstr "" +msgstr "Torna a tutti i rapporti" #: templates/web/base/admin/manifesttheme/index.html:9 msgid "Background Colour" -msgstr "" +msgstr "Colore di sfondo " #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" @@ -593,16 +612,14 @@ msgstr "Segnala utente" #: templates/web/base/admin/extra-metadata-item.html:35 msgid "Behaviour" -msgstr "" +msgstr "Comportamento" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Corpi" @@ -615,11 +632,13 @@ msgstr "Corpi" msgid "Body" msgstr "Corpo" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Corpo:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "File CSV" @@ -631,8 +650,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Non riesci a vedere la mappa? Salta questo passaggio" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -648,15 +666,13 @@ msgstr "Categorie:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -664,11 +680,11 @@ msgstr "Categoria" #: templates/web/base/dashboard/index.html:104 msgid "Category and State" -msgstr "" +msgstr "Categoria e Stato" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" -msgstr "" +msgstr "La categoria è cambiata da '%s' ad '%s'" #: templates/web/base/admin/stats/fix_rate.html:1 #: templates/web/base/admin/stats/index.html:14 @@ -689,6 +705,11 @@ msgstr "Categoria:" msgid "Change" msgstr "Modifica" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Cambia la password" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -705,10 +726,9 @@ msgstr "Cambia la password" msgid "Change phone number" msgstr "Cambia il numero telefonico" -#: templates/web/base/auth/generate_token.html:56 -#, fuzzy +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" -msgstr "Attiva l'autenticazione a due fattori" +msgstr "Modifica l'autenticazione a due fattori" #: templates/web/base/admin/bodies/_category_field.html:3 msgid "" @@ -716,12 +736,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" -msgstr "" +msgstr "Scegliere un altro" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Cancella dati offline" @@ -731,35 +751,35 @@ msgstr "Fai click sulla mappa per segnalare un problema" #: templates/web/base/email_sent.html:13 msgid "Click the link in our confirmation email to activate your alert." -msgstr "" +msgstr "Clicca il link nella nostra e-mail di conferma per attivare il tuo avviso." #: templates/web/base/email_sent.html:9 msgid "Click the link in our confirmation email to publish your problem." -msgstr "" +msgstr "Clicca il link nella nostra e-mail di conferma per pubblicare il tuo problema." #: templates/web/base/email_sent.html:11 msgid "Click the link in our confirmation email to publish your update." -msgstr "" +msgstr "Clicca il link nella nostra e-mail di conferma per pubblicare il tuo aggiornamento." #: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." -msgstr "" +msgstr "Clicca il link nella nostra e-mail di conferma per accedere." #: templates/web/base/auth/token.html:20 msgid "Click the link in that email to sign in." -msgstr "" +msgstr "Clicca il link in quella e-mail per accedere." #: templates/web/base/report/new/fill_in_details_form.html:7 msgid "Click the map or drag the pin to adjust the location" -msgstr "" +msgstr "Fare clic sulla mappa o trascinare il pin per regolare la posizione" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Close" -msgstr "" +msgstr "Chiudi" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -769,13 +789,9 @@ msgstr "" msgid "Closed" msgstr "Chiuso" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Chiuso dal comune" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" -msgstr "" +msgstr "Chiuso agli aggiornamenti" #: templates/web/base/admin/reports/edit.html:38 msgid "Co-ordinates:" @@ -806,13 +822,12 @@ msgid "Code" msgstr "Codice" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configurazione" @@ -828,7 +843,7 @@ msgstr "Conferma l'account" #: 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 "" +msgstr "Confermare via e-mail invece, fornendo una nuova password a quel punto. Quando confermerai, la tua password sarà aggiornata." #: templates/web/base/questionnaire/creator_fixed.html:1 #: templates/web/base/tokens/confirm_problem.html:1 @@ -874,11 +889,11 @@ msgstr "Continua" #: templates/web/base/report/new/duplicate_suggestions.html:17 msgid "Continue – report a new problem" -msgstr "" +msgstr "Continua - segnala un nuovo problema" #: templates/web/base/admin/bodies/open311-form-fields.html:151 msgid "Convert location from Easting/Northing" -msgstr "" +msgstr "Convert location from Easting/Northing" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 @@ -927,9 +942,9 @@ msgstr "Crea una segnalazione" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" -msgstr "" +msgstr "Crea un account" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Crea una categoria" @@ -939,34 +954,43 @@ msgstr "Crea una categoria" msgid "Create priority" msgstr "Crea una priorità" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" -msgstr "" +msgstr "Crea segnalazioni/aggiornamenti come utente anonimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" -msgstr "" +msgstr "Creare rapporti/aggiornamenti per conto di un utente" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Crea template" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Creato" #: templates/web/base/admin/users/import.html:20 msgid "Created %d new users" -msgstr "" +msgstr "Creato %d nuovi utenti" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Creato" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Creato" #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 @@ -979,10 +1003,6 @@ msgstr "Creato:" msgid "Current password:" msgstr "Password attuale:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "Token attuale:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -992,19 +1012,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" -msgstr "" +msgstr "Cliente non contattabile" #: 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 "Pannello di controllo" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Disattiva l'autenticazione a due fattori" @@ -1016,7 +1038,7 @@ msgstr "" msgid "Default" msgstr "Default" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1026,15 +1048,14 @@ msgid "Delete" msgstr "Elimina" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" -msgstr "" +msgstr "Cancellare il modello" #: templates/web/base/admin/manifesttheme/form.html:62 -#, fuzzy msgid "Delete theme" -msgstr "Elimina" +msgstr "Cancellare il tema" #: templates/web/base/admin/bodies/contact-form.html:40 #: templates/web/base/admin/bodies/index.html:31 @@ -1045,21 +1066,18 @@ msgstr "Eliminato" #: templates/web/base/report/_main.html:125 #: templates/web/base/report/update.html:56 msgid "Describe why you are moderating this" -msgstr "" +msgstr "Descrivete il motivo per cui state moderando questo" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Descrizione" #: templates/web/base/admin/bodies/contact-form.html:7 -#, fuzzy msgid "Destination" -msgstr "Descrizione" +msgstr "Destinazione" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "Le informazioni dettagliate sono limitate a %d caratteri." @@ -1080,7 +1098,7 @@ msgstr "Dettagli:" #: templates/web/base/dashboard/index.html:105 msgid "Device and Site" -msgstr "" +msgstr "Dispositivo e sito" #: templates/web/base/admin/bodies/body.html:94 msgid "Devolved" @@ -1088,24 +1106,34 @@ msgstr "Devoluto:" #: templates/web/base/admin/bodies/edit-league.html:8 msgid "Diligency prize league table" -msgstr "" +msgstr "Classifica dei premi di diligenza" #: templates/web/base/admin/users/alerts.html:14 msgid "Disable" -msgstr "" +msgstr "Disabilita" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" -msgstr "" +msgstr "Disabilitare il modulo quando questa categoria è selezionata" #: templates/web/base/admin/extra-metadata-option.html:18 msgid "Disable form when this option is selected" -msgstr "" +msgstr "Disabilitare il modello quando questa opzione è selezionata" + +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Disabilitare il modulo quando questa categoria è selezionata" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Ottieni gli aggiornamenti dei problemi in questo %s" #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" -msgstr "" +msgstr "Disabilitato:" #: templates/web/base/report/_main.html:130 #: templates/web/base/report/update.html:59 @@ -1114,7 +1142,7 @@ msgstr "Non salvare modifiche" #: templates/web/base/admin/extra-metadata-item.html:67 msgid "Display as" -msgstr "" +msgstr "Visualizzare come:" #: templates/web/base/admin/extra-metadata-option.html:10 msgid "Displayed label" @@ -1122,7 +1150,7 @@ msgstr "" #: templates/web/base/admin/bodies/open311-form-fields.html:107 msgid "Do not send email alerts on fetched comments to problem creator" -msgstr "" +msgstr "Non inviare avvisi via e-mail sui commenti ricevuti al creatore del problema" #. ("%s is the site name") #: templates/web/base/report/form/user_loggedout.html:5 @@ -1135,26 +1163,26 @@ msgstr "Non lo so" #: templates/web/base/contact/index.html:128 msgid "Don't like forms?" -msgstr "" +msgstr "Non ti piacciono i moduli?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" -msgstr "" +msgstr "Elenco a discesa" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Duplicato di" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Duplicati" @@ -1166,7 +1194,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1178,7 +1206,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Modifica" @@ -1189,12 +1217,11 @@ msgstr "Modifica" msgid "Edit body details" msgstr "Modifica dettagli corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1202,17 +1229,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Modifica segnalazioni" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1249,8 +1274,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1259,15 +1285,14 @@ msgstr "Editor" msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Indirizzo email" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "Indirizzo email (opzionale)" @@ -1287,12 +1312,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Email verificata:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Email:" @@ -1355,12 +1381,11 @@ msgstr "Data di fine" msgid "Endpoint" msgstr "Punto finale" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" -msgstr "Inserisci il nome di una strada nelle vicinanze e una città o solo in nome della città " +msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Inserisci il piu vicino codice postale UK, o il nome di una strada e una città " @@ -1387,10 +1412,10 @@ msgstr "Inserisci i dettagli del problema" msgid "Error" msgstr "Errore" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1403,7 +1428,7 @@ msgstr "Esempio codice postale %s" msgid "Examples:" msgstr "Esempi:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1412,7 +1437,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Ingrandisci mappa" @@ -1437,7 +1462,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1449,20 +1474,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Dati extra:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1495,20 +1520,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nuove segnalazioni" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1538,7 +1568,7 @@ msgstr "Segna come cancellato" msgid "Flag user" msgstr "Utente segnalato" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Segnalato" @@ -1547,7 +1577,7 @@ msgstr "Segnalato" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1555,8 +1585,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Segnalato:" @@ -1582,11 +1612,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Hai dimenticato la tua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1596,12 +1626,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Domande Frequenti" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "Genera token" @@ -1623,7 +1661,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:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Dammi un' RSS feed" @@ -1639,15 +1677,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1657,7 +1695,7 @@ msgstr "Vai" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1683,6 +1721,7 @@ msgstr "Avevi mai segnalato un problema ad un comune precedentemente, o questa #: 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 "" @@ -1717,7 +1756,8 @@ msgstr "Nascosto" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1745,14 +1785,13 @@ msgstr "Nascondi il mio nome in questa segnalazione" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:52 -#, fuzzy msgid "Hide reports made in this category" -msgstr "Riportato nella categoria %s" +msgstr "" #: templates/web/base/report/update.html:18 msgid "Hide update completely?" @@ -1799,11 +1838,9 @@ msgstr "Mi spiace non possiamo localizzare il tuo problema nel database.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1822,15 +1859,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1844,7 +1881,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1868,7 +1905,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1905,7 +1942,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1929,6 +1966,16 @@ msgstr "" 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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1938,20 +1985,20 @@ msgstr "Non attivo" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1960,24 +2007,19 @@ msgid "Internal data set by Open311" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:6 -#, fuzzy msgid "Internal key" -msgstr "Note interne" +msgstr "" #: templates/web/zurich/admin/list_updates.html:35 msgid "Internal notes" msgstr "Note interne" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2013,9 +2055,8 @@ msgid "Last editor" msgstr "Ultima modifica" #: templates/web/base/admin/reports/edit.html:92 -#, fuzzy msgid "Last failure:" -msgstr "Ultimo aggiornamento:" +msgstr "" #: templates/web/base/questionnaire/index.html:55 msgid "Last update" @@ -2029,13 +2070,13 @@ msgstr "Ultimo aggiornamento:" msgid "Last update:" msgstr "Ultimo aggiornamento:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Latitudine/Longitudine:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2052,7 +2093,7 @@ msgstr "Lista di tutti i problemi segnalati" msgid "Loading reports…" msgstr "Caricamento segnalazioni in corso..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Caricamento in corso..." @@ -2090,25 +2131,25 @@ msgid "Log in with Twitter" msgstr "Login via Twitter" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Login tramite email" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "Login tramite email/testo" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: 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/report/form/user.html:18 -#, fuzzy msgid "Login with %s" -msgstr "Login tramite email" +msgstr "" #: templates/web/base/dashboard/index.html:83 msgid "Look up" @@ -2119,19 +2160,20 @@ msgstr "" msgid "MAP" msgstr "MAPPA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Ordinamento manuale" @@ -2145,24 +2187,24 @@ msgstr "Mappa" msgid "Mark as sent" msgstr "Segna come inviato" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Messaggio" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2175,7 +2217,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2183,8 +2225,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2207,7 +2248,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2217,14 +2258,14 @@ msgstr "" msgid "Month" msgstr "Mese" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2252,9 +2293,10 @@ msgstr "" msgid "Name" msgstr "Nome" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nome:" @@ -2272,7 +2314,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Il più vicino nome della strada al segno posizionato sulla mappa (automaticamente generato usando OpenStreetMap): %s%s" @@ -2280,12 +2322,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:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2308,7 +2350,7 @@ msgstr "" msgid "New body added" msgstr "Nuovo corpo aggiunto" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Nuova categoria contatto aggiunta" @@ -2318,12 +2360,11 @@ msgstr "Nuovo indirizzo email:" #: templates/web/base/admin/extra-metadata-item.html:14 #: templates/web/base/admin/extra-metadata-item.html:20 -#, fuzzy msgid "New field" -msgstr "Aggiungi campo" +msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2331,13 +2372,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nuovi problemi locali su FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nuova password:" @@ -2414,7 +2455,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Più recenti" @@ -2427,7 +2468,6 @@ msgstr "Prossimo" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2436,11 +2476,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "No" @@ -2452,11 +2492,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nessun corpo" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Nessun comune selezionato" @@ -2472,8 +2513,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Nessun ulteriore aggiornamento" @@ -2509,15 +2550,15 @@ msgstr "Nessun sostenitore" msgid "None" msgstr "Nessuno" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2525,10 +2566,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "Non segnalato precedente" @@ -2560,9 +2605,8 @@ msgid "Notice shown to user" msgstr "" #: templates/web/base/admin/extra-metadata-item.html:61 -#, fuzzy msgid "Notice text" -msgstr "Avviso" +msgstr "" #: templates/web/base/reports/index.html:127 msgid "Number of problems reported in each category, in the last 7 days." @@ -2577,12 +2621,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2590,12 +2634,12 @@ msgstr "" msgid "Old state" msgstr "Vecchio stato" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Più vecchi" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2604,7 +2648,7 @@ 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:156 +#: 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 @@ -2635,7 +2679,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "Opzioni" @@ -2647,7 +2691,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2655,16 +2699,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2696,36 +2740,33 @@ msgstr "Pagina non trovata" msgid "Parent" msgstr "Parente" -#: templates/web/base/admin/bodies/contact-form.html:98 -#, fuzzy +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" -msgstr "Altre categorie" +msgstr "" #: perllib/FixMyStreet/DB/ResultSet/State.pm:66 msgid "Partial" msgstr "Parziale" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Password (opzionale)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 -#, fuzzy +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." -msgstr "La tua password è stata cambiata" +msgstr "" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:5 -#, fuzzy msgid "Password expired" -msgstr "Password (opzionale)" +msgstr "" #: templates/web/base/admin/roles/index.html:6 msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2733,19 +2774,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefono:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Numero di telefono" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Numero di telefono (opzionale)" @@ -2753,30 +2799,26 @@ msgstr "Numero di telefono (opzionale)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Telefono verificato:" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefono:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2796,9 +2838,8 @@ msgstr "Fotografia richiesta" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotografie" @@ -2807,7 +2848,7 @@ msgstr "Fotografie" msgid "Photos of recent nearby reports" msgstr "Foto delle piu vicine e recenti segnalazioni" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2821,6 +2862,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2848,27 +2894,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:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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 "Assicurati che il tuo numero di telefono sia esatto" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Per favore scegli una categoria" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2887,27 +2932,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Per favore non abusarne — abusandone il comune svaluterà il servizio per tutti gli utenti." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: 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:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" msgstr "Inserisci un numero di cellulare" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Inserire un nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2920,16 +2965,16 @@ msgstr "Per favore inserisci la password" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Per favore inserisci il soggetto" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2940,20 +2985,20 @@ msgstr "Per favore inserire un email valida" msgid "Please enter a valid email address" msgstr "Per favore inserire un indirizzo email valido" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "Inserire un numero di telefono oppure un'email valida" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Per favore inserire qualche dettaglio " #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2969,21 +3014,20 @@ msgid "Please enter your first name" msgstr "Per favore inserisci il tuo nome" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Per favore inserisci il tuo nome completo, i comuni hanno bisogno di questa informazione - Se non vuoi che il tuo nome venga mostrato sul sito, deseleziona il box qui sotto" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 -#, fuzzy msgid "Please enter your full name." -msgstr "Per favore inserisci il tuo nome" +msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Per favore inserisci il tuo nome" @@ -3024,19 +3068,18 @@ msgstr "Si prega di compilare il modulo sottostante con i dettagli del problema, msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Per favore indicare se si vuole ricevere un altro questionario" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 -#, fuzzy msgid "Please make sure you are not including an email address" -msgstr "Per favore inserire un indirizzo email valido" +msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3063,24 +3106,28 @@ msgstr "" msgid "Please note:" msgstr "Attenzione:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Per favore provvedi ad alcune spiegazioni perché stai riaprendo questa segnalazione" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Per favore provvedi a del testo come ad una foto" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Per favore dicci se hai mai precedentemente riportato un problema al tuo comune " @@ -3088,7 +3135,7 @@ msgstr "Per favore dicci se hai mai precedentemente riportato un problema al tuo 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3100,7 +3147,7 @@ msgstr "Si prega di selezionare il feed che si vuole" msgid "Please select the type of alert you want" msgstr "Per favore seleziona il tipo di avvertimento che desideri" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Si prega di indicare se il problema è stato risolto" @@ -3108,12 +3155,12 @@ msgstr "Si prega di indicare se il problema è stato risolto" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Invia un'unica fotografia" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3121,27 +3168,23 @@ msgstr "" msgid "Please write a message" msgstr "Per favore scrivi un messaggio" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Posta" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Postato anonimamente al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Postato da %s al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Postato da %s (%s) al %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Postato da %s al %s" @@ -3157,7 +3200,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3165,11 +3208,11 @@ msgstr "" msgid "Previous" msgstr "Precedente" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Priorità" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Priorità" @@ -3185,9 +3228,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privato" @@ -3204,23 +3247,20 @@ msgid "Problem %d created" msgstr "Problema %d creato" #: templates/web/base/admin/users/log.html:54 -#, fuzzy msgid "Problem %s added to shortlist" -msgstr "Problema %s inviato al comune %s" +msgstr "" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" msgstr "Problema %s confermato" #: templates/web/base/admin/users/log.html:47 -#, fuzzy msgid "Problem %s created" -msgstr "Problema %d creato" +msgstr "" #: templates/web/base/admin/users/log.html:49 -#, fuzzy msgid "Problem %s created on behalf of %s" -msgstr "Problema %d creato" +msgstr "" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" @@ -3236,7 +3276,7 @@ msgstr "Problema %s inviato al comune %s" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problema marcato come aperto." @@ -3244,8 +3284,7 @@ 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:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -3270,18 +3309,18 @@ msgstr "Problemi recentemente segnalati e risolti su FIxMyStreet" msgid "Problems within %.1fkm of %s" msgstr "Problemi entro %.1fkm da %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemi dentro %s quartiere" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3289,7 +3328,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3297,11 +3336,15 @@ msgstr "" msgid "Property address:" msgstr "L'indirizzo della proprietà:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3315,11 +3358,11 @@ msgstr "Fornisci un'aggiornamento" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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." @@ -3327,12 +3370,12 @@ msgstr "Scegliere una password è opzionale, ma farlo ti acconsentirà di riport msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Risposte pubbliche:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3342,9 +3385,8 @@ msgid "Publish photo" msgstr "Pubblica la 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 @@ -3375,11 +3417,11 @@ msgstr "" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS feed per %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3387,11 +3429,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS feed di %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed di %s, dentro al quartiere %s " @@ -3399,13 +3441,13 @@ msgstr "RSS feed di %s, dentro al quartiere %s " msgid "RSS feed of nearby problems" msgstr "RSS feed dei problemi vicino" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS feed dei problemi dentro %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS feed di problemi dentro al quartiere %s " @@ -3419,11 +3461,11 @@ msgstr "RSS feed dei recenti problemi locali" msgid "RSS feed of updates to this problem" msgstr "RSS feed degli aggiornamenti su questa segnalazione" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3436,7 +3478,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Ricevi un'email quando gli aggiornamenti sono aggiunti su questa segnalazione." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3450,7 +3492,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Problemi segnalati di recente" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3463,7 +3505,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3475,8 +3518,8 @@ msgstr "Rimuovi campo" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3488,21 +3531,24 @@ msgid "Remove from site" msgstr "" #: templates/web/base/admin/extra-metadata-option.html:26 -#, fuzzy msgid "Remove option" -msgstr "Rimuovi campo" +msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3510,14 +3556,14 @@ msgstr "" msgid "Report" msgstr "Segnalazione" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID segnalazione:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3526,7 +3572,7 @@ msgid "Report a problem" msgstr "Segnala un problema" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Segnala un problema qui" @@ -3537,12 +3583,11 @@ msgstr "Segnala un abuso" #: templates/web/base/report/form/user.html:32 #: templates/web/base/report/form/user.html:39 -#, fuzzy msgid "Report anonymously" -msgstr "Segnalato anonimamente al %s" +msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3553,9 +3598,8 @@ msgid "Report as" msgstr "" #: templates/web/base/report/new/form_public_councils_text.html:3 -#, fuzzy msgid "Report details" -msgstr "Segnala un abuso" +msgstr "" #: perllib/FixMyStreet/App/Controller/Rss.pm:306 msgid "Report on %s" @@ -3578,7 +3622,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Segnala, conosci e discuti sui problemi della tua città " -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Segnalato anonimamente al %s" @@ -3589,7 +3633,7 @@ msgstr "Segnalato anonimamente al %s" msgid "Reported before" msgstr "Segnalati prima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Segnalato da %s al %s" @@ -3603,27 +3647,27 @@ msgstr "Segnalato da:" msgid "Reported in the %s category" msgstr "Riportato nella categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Riportato nella categoria %s anonimamente alle %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 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:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Segnalato via %s in modo anonimo il %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Segnalato via %s da %s il %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3642,17 +3686,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Stai segnalando un problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Segnalazioni" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3680,15 +3722,15 @@ msgid "Reports published" msgstr "Segnalazioni pubblicate" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "Segnalazioni salvate offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "Segnalazione inviata a %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3701,7 +3743,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3754,39 +3796,45 @@ msgstr "" msgid "Right place?" msgstr "E' il posto giusto?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Ruota a sinistra" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3802,20 +3850,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3832,13 +3880,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Ricerca Segnalazioni" @@ -3851,7 +3898,7 @@ msgstr "Ricerca Utenti" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Ricerca segnalazioni" @@ -3866,12 +3913,12 @@ msgstr "Cerca:" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3881,8 +3928,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3892,7 +3938,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Seleziona un'area" @@ -3913,7 +3959,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3926,7 +3972,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3935,11 +3981,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3977,7 +4023,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3988,7 +4034,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4013,8 +4059,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4025,7 +4071,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -4085,7 +4131,7 @@ msgid "Some photos of recent reports" msgstr "Qualche foto di segnalazioni recenti" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4094,12 +4140,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4117,9 +4162,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Ci scusiamo, non possiamo trovare questa zona." @@ -4129,18 +4174,17 @@ msgstr "Ci scusiamo, non possiamo trovare questa zona." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Ci scusiamo, non possiamo analizzare questa zona. Per favore prova ancora." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: 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 "Ci scusiamo, non possiamo analizzare questa zona. Per favore prova ancora." +msgstr "" #: templates/web/base/offline/fallback.html:6 msgid "Sorry, we don’t have a good enough connection to fetch that page." @@ -4150,11 +4194,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4163,11 +4207,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4191,18 +4235,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Stato" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4211,31 +4255,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Stato:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Stati" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4253,7 +4294,7 @@ msgstr "" msgid "Subcategory" msgstr "Sottocategoria" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Sottodivisione/Corpo" @@ -4272,50 +4313,48 @@ msgstr "Soggetto:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Invia" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Invia modifiche" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Invia questionario" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Inviato" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Sottoscrivi" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4327,7 +4366,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4341,20 +4380,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Sommario" @@ -4365,14 +4403,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4390,21 +4433,24 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Testo" #: templates/web/base/admin/extra-metadata-item.html:69 -#, fuzzy msgid "Text field" -msgstr "Aggiungi campi extra" +msgstr "" #: templates/web/base/admin/bodies/body.html:33 msgid "Text only version" @@ -4418,6 +4464,11 @@ msgstr "Solo versione testuale" msgid "Text:" msgstr "Testo:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Testo" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4447,7 +4498,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Grazie, è fantastico sapere che è stato risolto! Possiamo soltanto chiederti se avevi gia segnalato altri problemi al tuo comune precedentemente?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4459,27 +4510,29 @@ msgstr "" msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Questa posizione non sembra essere coperta da un comune; forse è in mare aperto o all'esterno del paese. Riprova." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Questa posizione non sembra essere nel Regno Unito, si prega di riprovare." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Quella segnalazione è stata rimossa da FixMyStreet" @@ -4525,8 +4578,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4580,7 +4633,7 @@ msgstr "L'errore era: %s" 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:153 +#: 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 "" @@ -4642,8 +4695,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4676,7 +4729,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4694,12 +4747,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora." @@ -4707,7 +4760,7 @@ msgstr "C'è stato un problema con il tuo aggiornamento. Per favore prova ancora msgid "There were problems with your report. Please see below." msgstr "Ci sono stati dei problemi con la tua segnalazione. Per favore guarda qui sotto." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4783,10 +4836,10 @@ msgstr "Questa email è stata inviata ad entrambi i comuni che coprono la zona d 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Questa informazione è richiesta" @@ -4803,19 +4856,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Questo problema è stato risolto" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Questo problema non è stato risolto" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4828,26 +4885,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4855,15 +4912,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4887,6 +4947,10 @@ msgstr "Titolo" msgid "Title:" msgstr "Titolo:" +#: 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 "" @@ -4912,7 +4976,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4937,11 +5001,6 @@ msgstr "" msgid "Total" msgstr "Totale" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "Traduzione" @@ -4964,17 +5023,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 -#, fuzzy +#: templates/web/base/auth/generate_token.html:40 +#: templates/web/base/auth/generate_token.html:53 msgid "Two-factor authentication" -msgstr "Attiva l'autenticazione a due fattori" +msgstr "" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4984,7 +5042,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5014,10 +5072,10 @@ msgstr "Errore sconosciuto" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5029,20 +5087,19 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: 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 "Questionario %d inviato per il problema %d" +msgstr "" #: templates/web/base/admin/timeline.html:33 msgid "Update %s created for problem %d; by %s" @@ -5086,29 +5143,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Aggiornato" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Aggiornato!" @@ -5119,7 +5174,7 @@ msgstr "Aggiornato!" msgid "Updates" msgstr "Aggiornamenti" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5149,6 +5204,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5162,8 +5225,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5181,7 +5244,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5194,27 +5257,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Utenti" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5222,9 +5283,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5250,7 +5311,7 @@ msgstr "Verifica numero telefonico" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5258,7 +5319,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5276,7 +5337,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5346,7 +5407,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5366,7 +5427,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5378,7 +5439,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5389,12 +5449,12 @@ msgstr "Scrivere il tuo messaggio interamente con lettere maiuscole diventa di d #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Si" @@ -5407,7 +5467,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5420,7 +5480,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5429,7 +5489,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5459,7 +5519,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5469,7 +5529,7 @@ msgid "You declined; please fill in the box above" msgstr "Hai rifiutato; Per favore riempi il box qui sopra " #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5477,7 +5537,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5486,8 +5546,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5551,25 +5610,25 @@ msgstr "Tue segnalazioni" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 -#, fuzzy msgid "Your account requires two-factor authentication to be set up." -msgstr "Disattiva l'autenticazione a due fattori" +msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5598,16 +5657,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5627,8 +5686,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5661,7 +5720,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5692,19 +5751,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5712,8 +5771,8 @@ msgstr "" msgid "by %s" msgstr "da %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "comune" @@ -5744,6 +5803,10 @@ msgstr "Modifica utente" msgid "from %s different users" msgstr "da %s utenti differenti" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5761,7 +5824,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5771,15 +5834,13 @@ msgstr "" #: templates/web/base/contact/enquiry/index.html:26 #: templates/web/base/contact/index.html:99 -#, fuzzy msgid "optional" -msgstr "(opzionale)" +msgstr "" #: templates/web/base/report/form/user.html:31 #: templates/web/base/report/form/user.html:41 -#, fuzzy msgid "or" -msgstr "o" +msgstr "" #: templates/web/base/auth/general.html:6 msgid "or create an account" @@ -5843,12 +5904,12 @@ msgid "today" msgstr "oggi" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5873,7 +5934,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5933,7 +5994,7 @@ msgid_plural "%d years" msgstr[0] "%d anno" msgstr[1] "%d anni" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5954,7 +6015,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5975,21 +6036,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s risolti nel mese passato" msgstr[1] "%s risolti nel mese passato" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format 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" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s segnalazione recente" msgstr[1] "%s segnalazioni recenti" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6024,52 +6085,25 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mese" msgstr[1] "mesi" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "segnalazione" msgstr[1] "segnalazioni" -#~ msgid "Available categories" -#~ msgstr "Categorie disponibili" - -#~ msgid "Coordinates:" -#~ msgstr "Coordinate:" - -#~ msgid "Default priority" -#~ msgstr "Priorità predefinita" - -#~ msgid "Description:" -#~ msgstr "Descrizione:" - -#~ msgid "Hidden Field" -#~ msgstr "Campo non visibile" - -#~ msgid "Hint" -#~ msgstr "Consiglio" - -#~ msgid "Inspection required" -#~ msgstr "Richiesta ispezione" - -#~ msgid "OK" -#~ msgstr "OK" - -#~ msgid "Remove" -#~ msgstr "Rimuovi" - -#~ msgid "That report cannot be viewed on %s." -#~ msgstr "La segnalazione non può essere vista su %s." +#~ msgid "Closed by council" +#~ msgstr "Chiuso dal comune" -#~ msgid "There was a problem with your email/password combination. Please try again." -#~ msgstr "E' accaduto un problema con la tua combinazione email/password. Per favore prova ancora." +#~ msgid "Current token:" +#~ msgstr "Token attuale:" -#~ msgid "or locate me automatically" -#~ msgstr "oppure fatti localizzare automaticamente" +#~ msgid "Post" +#~ msgstr "Posta" diff --git a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po index 8da02168040..6d7269b260f 100644 --- a/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/lt_LT.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "ir" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Suvestinės ataskaitos" @@ -111,7 +111,7 @@ msgstr "%s klausimynai išsiųsti – %s atsakyti (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(išsiųsta į abu)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Išsirinktite kategorija --" @@ -205,17 +207,18 @@ msgstr "" "Galbūt pridėkite MAPIT_TYPES į savo config failą?" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -245,7 +248,7 @@ msgid "Yes I have a password" msgstr "Taip Aš turiu slaptažodį" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -262,7 +265,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -285,7 +288,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Pridėkite kontaktą naudodami žemiau pateikta anketa" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Pridėti naują kategoriją" @@ -318,7 +321,7 @@ msgstr "" msgid "Add new category" msgstr "Pridėti naują kategoriją" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -327,8 +330,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -336,21 +339,20 @@ msgid "Add to shortlist" msgstr "Įdėti į trumpajį sąrašą" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Pridėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Pridėti/redaguoti problemų kategorijas" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Pridėti/redaguoti atsakymų prioritetus" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Pridėti/redaguoti atsakymo šablonus" @@ -366,6 +368,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Dar kartą:" @@ -378,8 +386,8 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Įspėti mane apie atnaujinimus" @@ -391,10 +399,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Visi Pranešimai" @@ -434,6 +444,10 @@ msgstr "Visi pranešimai nuo %s ir %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -469,7 +483,7 @@ msgstr "Anoniminis" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -482,7 +496,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -491,8 +505,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -503,7 +517,7 @@ msgstr "" msgid "Area covered" msgstr "Vietovė pažymėta" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -517,27 +531,32 @@ msgstr "Šiuo metu puslapis ir %s yra neveikiantis, sukurti pranešimai bus išs msgid "Assign selected to role:" msgstr "Priskirta to %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Priskirti kitai kategorijai:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Priskirti išoriniai institucijai:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Priskirti padaliniui:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Priskirta to %s" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Priskirta to %s" @@ -550,7 +569,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:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -558,11 +577,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -574,12 +593,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Laukiama " #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Atgal" @@ -600,14 +620,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Institucijos" @@ -620,11 +638,13 @@ msgstr "Institucijos" msgid "Body" msgstr "Institucija" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Institucija:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -636,8 +656,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Nematote žemėlapio? Praleiskite šitą žingsnį" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -653,15 +672,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -671,7 +688,7 @@ msgstr "Kategorija" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -694,6 +711,11 @@ msgstr "Kategorija:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Pakeisti slaptažodį" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -710,7 +732,7 @@ msgstr "Pakeisti slaptažodį" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -722,12 +744,12 @@ msgstr "" "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." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -764,8 +786,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -775,11 +797,7 @@ msgstr "" msgid "Closed" msgstr "Uždaryta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Uždaryta " - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -812,13 +830,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nustatymai" @@ -935,7 +952,7 @@ msgstr "Sukurti pranešimą" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Sukurti kategoriją" @@ -945,27 +962,25 @@ msgstr "Sukurti kategoriją" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Sukurti šabloną" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Sukurta" @@ -974,6 +989,17 @@ msgstr "Sukurta" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Sukurta" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Sukurta" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -985,10 +1011,6 @@ msgstr "Sukurta:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -998,19 +1020,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Šiuo metu ne viena institucija nėra sukurta." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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 "Įrankių juosta" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1022,7 +1046,7 @@ msgstr "Padalinys atliko per 5 darbo dienas" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1032,7 +1056,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Pašalinti šabloną" @@ -1054,9 +1078,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Aprašymas" @@ -1065,7 +1087,7 @@ msgstr "Aprašymas" msgid "Destination" msgstr "Aprašymas" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1101,7 +1123,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1109,6 +1131,15 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Gauti problemų atnaujinimus iš %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1143,24 +1174,24 @@ msgstr "Don’t nežinau" msgid "Don't like forms?" msgstr "Nepatinka anketos?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1175,7 +1206,7 @@ msgstr "" "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." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1187,7 +1218,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Redaguoti" @@ -1198,12 +1229,11 @@ msgstr "Redaguoti" msgid "Edit body details" msgstr "Redaguoti institucijos informaciją" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1211,17 +1241,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1258,8 +1286,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1268,15 +1297,14 @@ msgstr "Redaktorius" msgid "Email" msgstr "El. paštas" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1296,12 +1324,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "El. paštas:" @@ -1371,12 +1400,12 @@ msgstr "" msgid "Endpoint" msgstr "Pabaigos taškas" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Įveskite Zürich gatvės pavadinimą" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Įveskite artimiausia pašto kodą arba gatvės pavadinimą ir rajoną" @@ -1403,10 +1432,10 @@ msgstr "įveskite problemos detales" msgid "Error" msgstr "Klaida" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1419,7 +1448,7 @@ msgstr "Pašto kodo pavyzdys %s" msgid "Examples:" msgstr "Pavyzdžiai:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1428,7 +1457,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1453,7 +1482,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1465,20 +1494,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Papildoma informacija:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1511,20 +1540,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtruoti pranešimo sąraša" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nauji pranešimai" + #: 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ą." @@ -1554,7 +1588,7 @@ msgstr "Pažymeti kaip ištrinta" msgid "Flag user" msgstr "Pažymėti vartotoją" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Pažymėta" @@ -1563,7 +1597,7 @@ msgstr "Pažymėta" msgid "Flagged reports and users" msgstr "Flagged reports and users" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Flagged users are listed on the flagged page." @@ -1571,8 +1605,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Pažymėta:" @@ -1598,11 +1632,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Pamiršote slaptažodį?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1612,12 +1646,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Dažniausiai Užduodami Klausimai" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1639,7 +1681,7 @@ msgstr "Gauti šių problemų %s atnaujinimus" msgid "Get updates of problems in this %s" msgstr "Gauti problemų atnaujinimus iš %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Suteikti man RSS srautą" @@ -1655,15 +1697,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1673,7 +1715,7 @@ msgstr "Pirmyn" msgid "Going to send questionnaire?" msgstr "Ar ruošiates išsiųsti klausimyną?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1699,6 +1741,7 @@ msgstr "Ar esate pranešęs apie problema anksčiau, o gal tai pirmas kartas?" #: 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 "" @@ -1733,7 +1776,8 @@ msgstr "Paslėpta" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1761,7 +1805,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Paslėpti smeigtukus" @@ -1814,11 +1858,9 @@ msgstr "Apgailestaujame, bet jūsų problema nebuvo rasta duomenų bazėje.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1839,15 +1881,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1863,7 +1905,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1887,7 +1929,7 @@ msgstr "Jei norite, kad šis šablonas būtų naudojamas tik tam tikroms kategor msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1924,7 +1966,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1948,6 +1990,16 @@ msgstr "į piknaudžiavimo lentelę?" 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 "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)." +#. ("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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1957,20 +2009,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Pridėti siuntėjo asmeninę informacija" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Incorrect has_photo value \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1987,16 +2039,12 @@ msgstr "Internal notes" msgid "Internal notes" msgstr "Internal notes" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Invalid agency_responsible value %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Pasirinktas klaidingas formatas %s." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2048,13 +2096,13 @@ msgstr "Paskutinis atnaujinimas:" msgid "Last update:" msgstr "Last update:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2071,7 +2119,7 @@ msgstr "Pateikti visas praneštas problemas" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Kraunama..." @@ -2109,17 +2157,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2137,19 +2186,20 @@ msgstr "" msgid "MAP" msgstr "MAP" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2163,24 +2213,24 @@ msgstr "Žemėlapis" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Mark users whose behaviour you want to keep a check on as flagged." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Žinutė" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2193,7 +2243,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Missing jurisdiction_id" @@ -2201,8 +2251,7 @@ msgstr "Missing jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2225,7 +2274,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Moderated by division within one working day" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2235,14 +2284,14 @@ msgstr "" msgid "Month" msgstr "Mėnuo" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2270,9 +2319,10 @@ msgstr "" msgid "Name" msgstr "Vardas" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Vardas:" @@ -2290,7 +2340,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Artimiausia gatvė esanti šalia smeigtuko (automatiškai sugeneruota naudojant OpenStreetMap): %s%s" @@ -2298,12 +2348,12 @@ msgstr "Artimiausia gatvė esanti šalia smeigtuko (automatiškai sugeneruota na msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Artimiausias pašto kodas esantis šalia smeigtuko žemėlapyje (sugeneruota automatiškai): %s (%sm toliau)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Artimiausia gavtė esanti šalia smeigtuko žemėlapyje (sugeneruota automatiškai naudojant Bing Maps): %s " -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2328,7 +2378,7 @@ msgstr "" msgid "New body added" msgstr "Nauja dalis pridėta" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Naujas kategorijos kontaktas pridetas" @@ -2341,8 +2391,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "New internal note:" @@ -2350,13 +2400,13 @@ msgstr "New internal note:" msgid "New local problems on FixMyStreet" msgstr "Naujos vietinės problemos FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2433,7 +2483,7 @@ msgstr "Naujas šablonas" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2446,7 +2496,6 @@ msgstr "Kitas" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2455,11 +2504,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Ne" @@ -2471,11 +2520,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nėra institucijos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Nepasirinkta savivaldybė" @@ -2491,8 +2541,8 @@ msgstr "Pažymėtos problemos nerastos" msgid "No flagged users found." msgstr "Pažymėti vartotojai nerasti." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Jokių kitų atnaujinimai" @@ -2530,15 +2580,15 @@ msgstr "Jokių rėmėjų" msgid "None" msgstr "Nė vienas" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2550,10 +2600,14 @@ msgstr "" " 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." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Ne mano padaliniui" +#: 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 "Nebuvo pranešta anksčiau" @@ -2601,12 +2655,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2614,12 +2668,12 @@ msgstr "" msgid "Old state" msgstr "Sena būklė" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2628,7 +2682,7 @@ 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:156 +#: 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 @@ -2659,7 +2713,7 @@ msgstr "Open311 initiative web page" msgid "Open311 specification" msgstr "Open311 specification" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2671,7 +2725,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2679,16 +2733,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2720,7 +2774,7 @@ msgstr "Puslapis nerastas" msgid "Parent" msgstr "Parent" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Sukurti kategoriją" @@ -2729,13 +2783,13 @@ msgstr "Sukurti kategoriją" msgid "Partial" msgstr "Dalinis" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Slaptažodis (nebūtina)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2749,7 +2803,7 @@ msgstr "Slaptažodis (nebūtina)" msgid "Permissions" msgstr "Permalink" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2757,19 +2811,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefonas:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefono numeris" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefono numeris (nebūtina)" @@ -2777,30 +2836,26 @@ msgstr "Telefono numeris (nebūtina)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefonas:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2820,9 +2875,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2831,7 +2885,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Naujausios gretimų pranešimų nuotraukos" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2845,6 +2899,11 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Padėkite smeigtuką ant žemėlapio" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2872,27 +2931,26 @@ msgid "Please check your email address is correct" msgstr "Prašome patikrinti ar jūsų el. pašto adresas teisingas " #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Prašome pasirinkti kategoriją" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2911,27 +2969,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Prašome neįžeidinėti — įžeidinėjimai nuvertina paslaugą visiems vartotojams." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Prašome įvesti žinutę" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2944,16 +3002,16 @@ msgstr "Prašome įvesti slaptažodį" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Prašome įvesti temą" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2964,20 +3022,20 @@ msgstr "Prašome įvesti galiojantį el. paštą" msgid "Please enter a valid email address" msgstr "Prašome įvesti galiojantį el. pašto adresą" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Prašome įvesti daugiau informacijos" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2993,7 +3051,7 @@ msgid "Please enter your first name" msgstr "Prašome įvesti savo vardą" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Prašome įvesti savo vardą ir pavardę, savivalldybei reikalinga jūsų informacija - jeigu pageidaujate, kad jūsų vardas nebūtu pateiktas puslapyje nužymėkite langelį apačioje" @@ -3005,9 +3063,9 @@ msgstr "Prašome įvesti savo vardą" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Prašome įvesti savo vardą" @@ -3048,19 +3106,19 @@ msgstr "Prašome pateikti problemos detales žemiau esančioje anketoje ir kuo t msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Prašome nurodyti, ar norite gauti kitą klausimyną." #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Prašome įvesti galiojantį el. pašto adresą" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3087,24 +3145,28 @@ msgstr "" msgid "Please note:" msgstr "Atkreipkite dėmėsį:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Prašome pateikti priežastis, kodėl jūs naujinate šį pranešimą" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Prašome pateikti šiek tiek teksto, taip pat nuotrauką" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Prašome pasakyti ar esate pranešęs apie problemą savo savivaldybei anksčiau" @@ -3112,7 +3174,7 @@ msgstr "Prašome pasakyti ar esate pranešęs apie problemą savo savivaldybei a 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3124,7 +3186,7 @@ msgstr "Prašome pasirinkti jūsų pageidaujama srautą" msgid "Please select the type of alert you want" msgstr "Prašome pasirinkti pageidaujama įspėjimo tipą" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Prašome nurodyti, ar problema buvo sutvarkyta" @@ -3132,12 +3194,12 @@ msgstr "Prašome nurodyti, ar problema buvo sutvarkyta" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3145,27 +3207,23 @@ msgstr "" msgid "Please write a message" msgstr "Prašome įvesti žinutę" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Įkelti" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Pateikta anonimiškai %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -3181,7 +3239,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3189,11 +3247,11 @@ msgstr "" msgid "Previous" msgstr "Ankstesnis" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3209,9 +3267,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privatus" @@ -3260,7 +3318,7 @@ msgstr "Problema %s išsiųsta savivaldybei %s" msgid "Problem breakdown by state" msgstr "Problemos pasiskirstymas pagal valstybės" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problema pažymėta kaip atidaryta" @@ -3268,8 +3326,7 @@ msgstr "Problema pažymėta kaip atidaryta" msgid "Problem state change based on survey results" msgstr "Problemos būklės pakeitimas remiantis tyrimo rezultatais" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemos" @@ -3294,18 +3351,18 @@ msgstr "Neseniai praneštos problemos FixMyStreet" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemos viduje %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemos %s rajone" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3313,7 +3370,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3321,11 +3378,15 @@ msgstr "" msgid "Property address:" msgstr "Nuosavybės adresas:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3339,11 +3400,11 @@ msgstr "Pateikti naujinimą" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Pateikti slaptažodį yra nebūtina, tačiau pateiktus bus jums papraščiau pranešti problemas, pateikti naujinimus ir tvarkyti savo pranešimus." @@ -3351,12 +3412,12 @@ msgstr "Pateikti slaptažodį yra nebūtina, tačiau pateiktus bus jums papraš msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Viešas atsakymas:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3399,11 +3460,11 @@ msgstr "Questionnaire filled in by problem reporter" msgid "RSS feed" msgstr "RSS srautas" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS srautas skirtas %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS srautas skirtas %s rajonui, %s" @@ -3411,11 +3472,11 @@ msgstr "RSS srautas skirtas %s rajonui, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS srautas %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS srautas %s, viduje %s rajono" @@ -3423,13 +3484,13 @@ msgstr "RSS srautas %s, viduje %s rajono" msgid "RSS feed of nearby problems" msgstr "Šalia esančių problemų RSS srautas" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3443,11 +3504,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3460,7 +3521,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3474,7 +3535,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3487,7 +3548,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3499,8 +3561,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3515,17 +3577,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3533,14 +3599,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3549,7 +3615,7 @@ msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3565,7 +3631,7 @@ msgid "Report anonymously" msgstr "Pateikta anonimiškai %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3600,7 +3666,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Praneškite, pamatykite arba diskutuokite apie vietines problemas" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3611,7 +3677,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3625,27 +3691,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3664,17 +3730,15 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3702,15 +3766,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3723,7 +3787,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3776,39 +3840,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3824,20 +3894,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3854,13 +3924,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" @@ -3873,7 +3942,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3888,12 +3957,12 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3903,8 +3972,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3914,7 +3982,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3935,7 +4003,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3948,7 +4016,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3957,11 +4025,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3999,7 +4067,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4010,7 +4078,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4035,8 +4103,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4047,7 +4115,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -4107,7 +4175,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4116,12 +4184,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4139,9 +4206,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4151,13 +4218,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4171,11 +4238,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4184,11 +4251,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4212,18 +4279,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4232,31 +4299,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4274,7 +4338,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4293,50 +4357,48 @@ msgstr "" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4348,7 +4410,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4362,20 +4424,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "" @@ -4386,14 +4447,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4411,13 +4477,17 @@ msgstr "" msgid "Template «%s»" msgstr "Šablonas «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Šablonai" +#: 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 "" @@ -4438,6 +4508,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4467,7 +4541,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4479,27 +4553,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4545,8 +4621,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4600,7 +4676,7 @@ msgstr "" 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:153 +#: 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 "" @@ -4662,8 +4738,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4696,7 +4772,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4714,12 +4790,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4727,7 +4803,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4803,10 +4879,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "" @@ -4823,19 +4899,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4848,26 +4928,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4875,15 +4955,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4907,6 +4990,10 @@ msgstr "" 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 "" @@ -4932,7 +5019,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4957,11 +5044,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4984,16 +5066,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5003,7 +5085,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5033,10 +5115,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5048,13 +5130,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5105,29 +5187,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -5138,7 +5218,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5168,6 +5248,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5181,8 +5269,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5200,7 +5288,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5213,27 +5301,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5241,9 +5327,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5269,7 +5355,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5277,7 +5363,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5295,7 +5381,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5365,7 +5451,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5385,7 +5471,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5397,7 +5483,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5408,12 +5493,12 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "" @@ -5426,7 +5511,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5439,7 +5524,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5448,7 +5533,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5478,7 +5563,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5488,7 +5573,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5496,7 +5581,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5505,8 +5590,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5570,9 +5654,9 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5581,13 +5665,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5616,16 +5701,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5645,8 +5730,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5679,7 +5764,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5710,19 +5795,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5730,8 +5815,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5762,6 +5847,10 @@ msgstr "" 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:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5779,7 +5868,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5861,12 +5950,12 @@ msgid "today" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5891,7 +5980,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5967,7 +6056,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5994,7 +6083,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6021,7 +6110,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6030,7 +6119,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6039,7 +6128,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6084,7 +6173,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6093,7 +6182,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6102,6 +6191,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#~ msgid "Closed by council" +#~ msgstr "Uždaryta " + +#~ msgid "Filter report list" +#~ msgstr "Filtruoti pranešimo sąraša" + +#~ 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." diff --git a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po index e4a33602784..29c3fd0c935 100644 --- a/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ms.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " dan " @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Laporan Ringkasan" @@ -111,7 +111,7 @@ msgstr "%s soalan selidik dihantar – %s dijawabi (%s%%)" msgid "%s ref: %s" msgstr "%s ruj; %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(hantar kepada kedua-dua)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Pilih kategori --" @@ -205,17 +207,18 @@ msgstr "" "Tambahkan MAPIT_TYPES ke dalam fail konfigurasi anda?" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -245,7 +248,7 @@ msgid "Yes I have a password" msgstr "Ya Aku ada kata laluan" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -262,7 +265,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -282,7 +285,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Tambahkan cara hubungan dengan borang dibawah" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Tambah kategori baru" @@ -315,7 +318,7 @@ msgstr "" msgid "Add new category" msgstr "Tambah kategori baru" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -324,8 +327,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -333,21 +336,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Tambah pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -363,6 +365,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Sekali lagi:" @@ -375,8 +383,8 @@ msgstr "Alert %d diciptakan untuk %s, jenis %s, parameter %s/%s" msgid "Alert %d disabled (created %s)" msgstr "Pemberitahuan %d dihenti (dibuat pada %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Maklumkan aku sebarang kemas kini masa depan" @@ -388,10 +396,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Semua Laporan" @@ -431,6 +441,10 @@ msgstr "Semua laporan antara %s dan %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -467,7 +481,7 @@ msgstr "Tanpa nama" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -480,7 +494,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -489,8 +503,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -501,7 +515,7 @@ msgstr "" msgid "Area covered" msgstr "Kawasan dilintungi" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -515,27 +529,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "Ditugaskan kepada %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Ditugaskan kepada kategori lain:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Ditugaskan kepada badan luaran:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Ditugaskan kepada bahagian bawah:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Ditugaskan kepada %s" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Ditugaskan kepada %s" @@ -548,7 +567,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -556,11 +575,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -572,12 +591,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Mengunggu penyederhanaan" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Balik" @@ -598,14 +618,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Badan" @@ -618,11 +636,13 @@ msgstr "Badan" msgid "Body" msgstr "Badan" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Badan:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -634,8 +654,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -651,15 +670,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -669,7 +686,7 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -692,6 +709,11 @@ msgstr "Kategori:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Menukar Kata Laluan" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -708,7 +730,7 @@ msgstr "Menukar Kata Laluan" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -718,12 +740,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -760,8 +782,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -771,11 +793,7 @@ msgstr "" msgid "Closed" msgstr "Ditutup" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Ditutup oleh majlis" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -808,13 +826,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurasi" @@ -931,7 +948,7 @@ msgstr "Laporan baru" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategori baru" @@ -941,27 +958,25 @@ msgstr "Kategori baru" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Diwujudkan" @@ -970,6 +985,17 @@ msgstr "Diwujudkan" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Diwujudkan" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Diwujudkan" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -981,10 +1007,6 @@ msgstr "Diwujudkan:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -994,19 +1016,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Belum ada badan wujud pada masa kini." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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 "Papan pemuka" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1018,7 +1042,7 @@ msgstr "Diuruskan oleh bahagian bawah dalam 5 hari bekerja" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1028,7 +1052,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1050,9 +1074,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Huraian" @@ -1061,7 +1083,7 @@ msgstr "Huraian" msgid "Destination" msgstr "Huraian" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1097,7 +1119,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1105,6 +1127,15 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Dapatkan kemas kini masalah di %" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1139,24 +1170,24 @@ msgstr "Tidak tahu" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1168,7 +1199,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1180,7 +1211,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Menyunting" @@ -1191,12 +1222,11 @@ msgstr "Menyunting" msgid "Edit body details" msgstr "Edit perincian badah" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1204,17 +1234,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1251,8 +1279,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1261,15 +1290,14 @@ msgstr "Editor" msgid "Email" msgstr "Emel" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1289,12 +1317,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Emel:" @@ -1357,12 +1386,12 @@ msgstr "" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Masukkan nama jalan Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Masukkan poskod UK terdekat, atau nama jalan dan kawasan" @@ -1389,10 +1418,10 @@ msgstr "Masukkan perincian masalah tersebut" msgid "Error" msgstr "Ralat" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1405,7 +1434,7 @@ msgstr "Contoh poskod %s" msgid "Examples:" msgstr "Contoh:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1414,7 +1443,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1439,7 +1468,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1451,20 +1480,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Data tambahan:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1497,20 +1526,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Tapis senarai laporan" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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 " + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Laporan baru" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1540,7 +1574,7 @@ msgstr "Tanda sebagai dipadam" msgid "Flag user" msgstr "Tanda pengguna" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Ditanda" @@ -1549,7 +1583,7 @@ msgstr "Ditanda" msgid "Flagged reports and users" msgstr "Laporan dan pengguna ditanda" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1557,8 +1591,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Ditanda:" @@ -1584,11 +1618,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Terlupai kata laluan anda?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1598,12 +1632,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Soalan lazim" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1625,7 +1667,7 @@ msgstr "Dapatkan kemas kini %s masalah" msgid "Get updates of problems in this %s" msgstr "Dapatkan kemas kini masalah di %" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Berikan aku RSS feed" @@ -1641,15 +1683,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1659,7 +1701,7 @@ msgstr "Pergi" msgid "Going to send questionnaire?" msgstr "Teruskan dengan menghantar soalan selidik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1685,6 +1727,7 @@ msgstr "Adakan anda pernah melaporkan masalah kepada majlis, atau inikah pertama #: 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 "" @@ -1719,7 +1762,8 @@ msgstr "Tersembunyi" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1747,7 +1791,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Sembunyikan pin" @@ -1800,11 +1844,9 @@ msgstr "Masalah anda tidak dapat dijumpai dalam database.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1823,15 +1865,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1845,7 +1887,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1869,7 +1911,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1906,7 +1948,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1930,6 +1972,17 @@ msgstr "Dalam table penyalahguna?" 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 +#, fuzzy +msgid "In wards" +msgstr "kawasan pentadbiran" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1939,20 +1992,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Termasuk perincian peribadi pelapor" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Nilai has_photo \"%s\" salah" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1969,16 +2022,12 @@ msgstr "Nota dalaman" msgid "Internal notes" msgstr "Nota dalaman" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Nilai agency_responsible %s salah" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Format dinyatakan %s salah" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2030,13 +2079,13 @@ msgstr "Kemas kini terakhir:" msgid "Last update:" msgstr "Kemas kini terakhir:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2053,7 +2102,7 @@ msgstr "Senaraikan semua laporan masalah" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Loading..." @@ -2091,17 +2140,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2119,19 +2169,20 @@ msgstr "" msgid "MAP" msgstr "PETA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2145,24 +2196,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Pesanan" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2175,7 +2226,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Kehilangan jurisdiction_id" @@ -2183,8 +2234,7 @@ msgstr "Kehilangan jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2207,7 +2257,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2217,14 +2267,14 @@ msgstr "" msgid "Month" msgstr "Bulan" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2252,9 +2302,10 @@ msgstr "" msgid "Name" msgstr "Nama" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nama:" @@ -2272,7 +2323,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2280,12 +2331,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2308,7 +2359,7 @@ msgstr "" msgid "New body added" msgstr "Badan baru ditambahi" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Kategori hubungan baru ditambahi" @@ -2321,8 +2372,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nota dalaman baru:" @@ -2330,13 +2381,13 @@ msgstr "Nota dalaman baru:" msgid "New local problems on FixMyStreet" msgstr "Masalah tempatan baru dalam FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2413,7 +2464,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2426,7 +2477,6 @@ msgstr "Seterusnya" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2435,11 +2485,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Tidak" @@ -2451,11 +2501,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Tiada badan" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Tiada majlis dipilihi" @@ -2471,8 +2522,8 @@ msgstr "Belum ada masalah yang ditanda." msgid "No flagged users found." msgstr "Belum ada pengguna yang ditanda." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Tiada kemaskini baru." @@ -2508,15 +2559,15 @@ msgstr "Tiada penyokong" msgid "None" msgstr "Tiada" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2524,10 +2575,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Bukan untuk bahagian bawah aku" +#: 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 "Belum dilaporkan" @@ -2575,12 +2630,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2588,12 +2643,12 @@ msgstr "" msgid "Old state" msgstr "Keadaan lama" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2602,7 +2657,7 @@ 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:156 +#: 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 @@ -2633,7 +2688,7 @@ msgstr "Laman web inisiatif Open311" msgid "Open311 specification" msgstr "Spesifikasi Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2645,7 +2700,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2653,16 +2708,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2694,7 +2749,7 @@ msgstr "Laman Tidak Dijumpai" msgid "Parent" msgstr "Induk" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Kategori baru" @@ -2703,13 +2758,13 @@ msgstr "Kategori baru" msgid "Partial" msgstr "Separa" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Kata Laluan (tidah diwajibkan)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Kata laluan anda telah diubahi" @@ -2724,7 +2779,7 @@ msgstr "Kata Laluan (tidah diwajibkan)" msgid "Permissions" msgstr "Permalink" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2732,19 +2787,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefon:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Nombor telefon" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Nombor telefon (tidak diwajibkan)" @@ -2752,30 +2812,26 @@ msgstr "Nombor telefon (tidak diwajibkan)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2795,9 +2851,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2806,7 +2861,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Foto laporan terdekat baru-baru ini " -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2820,6 +2875,11 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Letakkan pin atas peta" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2847,27 +2907,26 @@ msgid "Please check your email address is correct" msgstr "Sila periksa sama ada alamat emel anda adalah betul" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Sila pilihkan kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2886,27 +2945,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Sila masukkan pesanan" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2919,16 +2978,16 @@ msgstr "Sila masukkan kata laluan" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Sila masukkan tajuk" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2939,20 +2998,20 @@ msgstr "Silah masukkan emel yang benar" msgid "Please enter a valid email address" msgstr "Sila masukkan alamat emel yang benah" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Sila masukkan perincian" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2968,7 +3027,7 @@ msgid "Please enter your first name" msgstr "Sila masukkan nama pertama anda" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Sila masukkan nama penuh anda, majlis memerlukan maklumat ini - Jika anda tidak ingin nama anda dikemukakan dalam laman, untik kota dibawah" @@ -2980,9 +3039,9 @@ msgstr "Sila masukkan nama anda" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Sila masukkan nama anda" @@ -3023,19 +3082,19 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Sila masukkan alamat emel yang benah" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3062,24 +3121,28 @@ msgstr "" msgid "Please note:" msgstr "Sila nota:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "" @@ -3087,7 +3150,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3099,7 +3162,7 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "" @@ -3107,12 +3170,12 @@ msgstr "" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3120,27 +3183,23 @@ msgstr "" msgid "Please write a message" msgstr "Sila tuliskan pesanan" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Post" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Post tanpa nama pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Dipostkan oleh %s pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Dipostkan oleh %s (%s) pada %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Dipostkan oleh %s pada %s" @@ -3156,7 +3215,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3164,11 +3223,11 @@ msgstr "" msgid "Previous" msgstr "Sebelumnya" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3184,9 +3243,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Peribadi" @@ -3235,7 +3294,7 @@ msgstr "Masalah %s dihantar kepada majlis %s" msgid "Problem breakdown by state" msgstr "Pecahan masalah bagi negeri" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Masalah ditanda sebagai terbukan" @@ -3243,8 +3302,7 @@ msgstr "Masalah ditanda sebagai terbukan" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Masalah-masalah" @@ -3269,18 +3327,18 @@ msgstr "Masalah yang dilaporkan diselesai pada FixMyStreet baru-baru ini" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Masalah dalam kawasan pentadbiran %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3288,7 +3346,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3296,11 +3354,15 @@ msgstr "" msgid "Property address:" msgstr "Alamat bangunan" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3314,11 +3376,11 @@ msgstr "Sediakan kemas kini" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3326,12 +3388,12 @@ msgstr "" msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Tindak balas awam:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3374,11 +3436,11 @@ msgstr "Soalan selidik diisikan oleh pelapor masalah" msgid "RSS feed" msgstr "Feed RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "Feed RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "Feed RSS untuk kawasan pentadbiran %s, %s" @@ -3386,11 +3448,11 @@ msgstr "Feed RSS untuk kawasan pentadbiran %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "Feed RSS untuk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "Feed RSS untuk %s, dalam kawasan pentadbiran %s" @@ -3398,13 +3460,13 @@ msgstr "Feed RSS untuk %s, dalam kawasan pentadbiran %s" msgid "RSS feed of nearby problems" msgstr "Feed RSS untuk masalah berdekatan" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "Feed RSS untuk masalah dalam %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "Feed RSS untuk masalah dalam kawasan pentadbiran %s" @@ -3418,11 +3480,11 @@ msgstr "Feed RSS untuk masalah tempatan baru-baru ini" msgid "RSS feed of updates to this problem" msgstr "Feed RSS untuk kemas kini bagi masalah ini" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3435,7 +3497,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Terima emel semasa kemas kini ditinggalkan bagi masalah ini" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3449,7 +3511,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Masalah yang dilaporkan baru-baru ini" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3462,7 +3524,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3474,8 +3537,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3490,17 +3553,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3508,14 +3575,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3524,7 +3591,7 @@ msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3540,7 +3607,7 @@ msgid "Report anonymously" msgstr "Post tanpa nama pada %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3575,7 +3642,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3586,7 +3653,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3600,27 +3667,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3639,17 +3706,15 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3677,15 +3742,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3698,7 +3763,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3751,39 +3816,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3799,20 +3870,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3829,13 +3900,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" @@ -3848,7 +3918,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3863,12 +3933,12 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3878,8 +3948,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3889,7 +3958,7 @@ msgid "Select a body" msgstr "Pilihkan badan" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Pilihkan kawasan" @@ -3910,7 +3979,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3923,7 +3992,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3932,11 +4001,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Dihantar kepada %s %s kemudian" @@ -3974,7 +4043,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3985,7 +4054,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4010,8 +4079,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4022,7 +4091,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Tunjukkan pin" @@ -4082,7 +4151,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4091,12 +4160,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4114,9 +4182,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4126,13 +4194,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4146,11 +4214,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4159,11 +4227,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4187,18 +4255,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Negeri" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4207,31 +4275,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Negeri:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Stats" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4249,7 +4314,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Bahagian bawah/Badan" @@ -4268,50 +4333,48 @@ msgstr "Tajuk:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Hantar" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Hantar perubahan" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Hantar soalan selidik" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Dihantarkan" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Melanggan" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4323,7 +4386,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4337,20 +4400,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Ringkasan" @@ -4361,14 +4423,19 @@ msgstr "Laporan ringkasan" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4386,13 +4453,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Teks" @@ -4413,6 +4484,11 @@ msgstr "Versi teks sahaja" msgid "Text:" msgstr "Teks:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Teks" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4442,7 +4518,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4454,27 +4530,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4520,8 +4598,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4575,7 +4653,7 @@ msgstr "" 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:153 +#: 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 "" @@ -4637,8 +4715,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4671,7 +4749,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4689,12 +4767,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4702,7 +4780,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4778,10 +4856,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "" @@ -4798,19 +4876,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Masalah ini telah diselesai" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Masalah ini belum diselesai" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4823,26 +4905,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Laporan ini menunggui sederhana." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Laporan ini ditanda sebagai ditutupi sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Laporan ini ditanda sebagai diselesai sekarang." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Laporan ini ditanda sebagai terbuka sekarang." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4850,15 +4932,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4882,6 +4967,10 @@ msgstr "Tajuk" 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 "" @@ -4907,7 +4996,7 @@ msgid "To view a map of the precise location of this issue" msgstr "Melihat lokasi tepat atas peta bagi isu ini" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4932,11 +5021,6 @@ msgstr "" msgid "Total" msgstr "Jumlah" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4959,16 +5043,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4978,7 +5062,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5008,10 +5092,10 @@ msgstr "Ralat tidak diketahui" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "ID masalah tidak diketahui" @@ -5023,13 +5107,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Kemas kini" @@ -5080,29 +5164,27 @@ msgstr "Kemas kini masalah dibuka semula" msgid "Update statuses" msgstr "Status kemas kini" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Dikemas kinikan" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Dikemas kinikan!" @@ -5113,7 +5195,7 @@ msgstr "Dikemas kinikan!" msgid "Updates" msgstr "Kemas kini" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5143,6 +5225,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5156,8 +5246,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5175,7 +5265,7 @@ msgid "User flagged" msgstr "Pengguna ditanda" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5188,27 +5278,25 @@ msgstr "Carian pengguna mencari padanan dalam nama dan alamat emel pengguna." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Pengguna" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5216,9 +5304,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Nilai dikemaskinikan" @@ -5244,7 +5332,7 @@ msgstr "" msgid "View report on site" msgstr "Melihat laporan di laman" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Melihat laporan dengan kawasan pentadbiran" @@ -5252,7 +5340,7 @@ msgstr "Melihat laporan dengan kawasan pentadbiran" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5270,7 +5358,7 @@ msgstr "Melihat masalah" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Kawasan pentadbiran majlis ini" @@ -5340,7 +5428,7 @@ msgstr "Bila dihantar" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5360,7 +5448,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5372,7 +5460,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5383,12 +5470,12 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ya" @@ -5401,7 +5488,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5414,7 +5501,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5423,7 +5510,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5453,7 +5540,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5463,7 +5550,7 @@ msgid "You declined; please fill in the box above" msgstr "Anda menolak; sila isikan kotak di atas" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5471,7 +5558,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5480,8 +5567,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5548,9 +5634,9 @@ msgstr "Laporan Anda" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5559,13 +5645,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5594,16 +5681,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5623,8 +5710,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5657,7 +5744,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5688,19 +5775,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5708,8 +5795,8 @@ msgstr "" msgid "by %s" msgstr "dari %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "majlis" @@ -5740,6 +5827,10 @@ msgstr "edit pengguna" msgid "from %s different users" msgstr "dari %s pengguna lain" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5757,7 +5848,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5840,12 +5931,12 @@ msgid "today" msgstr "hari ini" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5870,7 +5961,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "kawasan pentadbiran" @@ -5922,7 +6013,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5940,7 +6031,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5958,19 +6049,19 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s diselesai di bulan lepas" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s laporan di minggu lepas" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s laporan baru-baru ini" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6000,18 +6091,30 @@ msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" +#~ msgid "Closed by council" +#~ msgstr "Ditutup oleh majlis" + +#~ msgid "Filter report list" +#~ msgstr "Tapis senarai laporan" + +#~ msgid "Invalid agency_responsible value %s" +#~ msgstr "Nilai agency_responsible %s salah" + +#~ msgid "Post" +#~ msgstr "Post" + #~ msgid "OK" #~ msgstr "OK" diff --git a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po index 1cf3a6b5335..2cf3f57e260 100644 --- a/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/my_MM.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "ႏွင့္" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "အက်ဥ္းခ်ဳပ္ အစီရင္ခံစာမ်ား" @@ -111,7 +111,7 @@ msgstr "%s စစ်တမ်းမေးခွန်းလွှာပို့ msgid "%s ref: %s" msgstr "" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(ႏွစ္ခုလံုးသို႔ပို႔မည္)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- ေခါင္းစဥ္တစ္ခုေရြးပါ --" @@ -202,17 +204,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -242,7 +245,7 @@ msgid "Yes I have a password" msgstr "ဟုတ္ကဲ့ ကၽြႏ္ုပ္တြင္စကား၀ွက္တစ္ခုရွိသည္" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -259,7 +262,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -279,7 +282,7 @@ msgstr "အုပ္ခ်ဳပ္ေရး အဖြဲ႔တစ္ခုခ msgid "Add a contact using the form below." msgstr "ေအာက္ပါပံုစံကိုသံုးျပီးအဆက္အသြယ္တစ္ခုထည့္မည္" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "ေခါင္းစဥ္အသစ္ထည့္မည္" @@ -312,7 +315,7 @@ msgstr "" msgid "Add new category" msgstr "ေခါင္းစဥ္အသစ္ထည့္မည္" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -321,8 +324,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -330,21 +333,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "အသံုးျပဳသူထည့္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -360,6 +362,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "ထပ္မံ၍-" @@ -372,8 +380,8 @@ msgstr "Parameters %s/%s ၊ အမ်ိဳးအစား %s ၊ %s အတြ msgid "Alert %d disabled (created %s)" msgstr "အသိေပးခ်က္%dကိုပိတ္ထားသည္(%sကိုဖန္တီးျပီး)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "ေနာက္ထပ္အသစ္မ်ားအတြက္လည္းကၽြႏ္ုပ္ကိုအသိေပးမည္" @@ -385,10 +393,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "အစီရင္ခံစာအားလံုး" @@ -428,6 +438,10 @@ msgstr "%s ႏွင့္ %s ၾကားအစီရင္ခံစားအ msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -464,7 +478,7 @@ msgstr "အမည္မသိ" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -477,7 +491,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -486,8 +500,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -498,7 +512,7 @@ msgstr "" msgid "Area covered" msgstr "ဧရိယာလႊမ္းျခံဳ ျခင္း" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -512,27 +526,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "%s သို႔ လြဲအပ္မည္" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "အပိုစာကိုယ္ကိုသတ္မွတ္မည္ -" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "အေသးစိတ္နယ္နမိတ္သို႔သတ္မွတ္မည္-" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "%s သို႔ လြဲအပ္မည္" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "%s သို႔ လြဲအပ္မည္" @@ -545,7 +564,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "အခုေလာေလာဆယ္ အစီရင္ခံစာမ်ားကို ရွာေဖြျခင္း၊ၾကည့္ရႈျခင္းသာျပဳလုပ္ႏိုင္ေသးသည္" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -553,11 +572,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -569,12 +588,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "စိစစ္ျခင္းကိုေစာင့္ဆိုင္းေနတုန္း" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "ေနာက္သို႔" @@ -595,14 +615,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "စာကိုယ္မ်ား" @@ -615,11 +633,13 @@ msgstr "စာကိုယ္မ်ား" msgid "Body" msgstr "စာကိုယ္" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "စာကိုယ္ -" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -631,8 +651,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "ေျမပံုကိုမျမင္ဘူးလား။ ဒီအဆင့္ကိုေက်ာ္မည္ " -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -648,15 +667,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -666,7 +683,7 @@ msgstr "အမ်ိဳးအစား" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -689,6 +706,11 @@ msgstr "အမ်ိဳးအစား -" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "စကား၀ွက္ေျပာင္းမည္" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -705,7 +727,7 @@ msgstr "စကား၀ွက္ေျပာင္းမည္" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -715,12 +737,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -757,8 +779,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -768,11 +790,7 @@ msgstr "" msgid "Closed" msgstr "ပိတ္မည္" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "ေကာင္စီမွပိတ္ထားသည္" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -805,13 +823,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "အစီအစဥ္သတ္မွတ္ျခင္း" @@ -928,7 +945,7 @@ msgstr "အစီရင္ခံစာတစ္ခုကိုဖန္တီး msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "အမ်ိဳးအစားဖန္တီးမည္" @@ -938,27 +955,25 @@ msgstr "အမ်ိဳးအစားဖန္တီးမည္" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "ဖန္တီးမည္" @@ -967,6 +982,17 @@ msgstr "ဖန္တီးမည္" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "ဖန္တီးမည္" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "ဖန္တီးမည္" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -978,10 +1004,6 @@ msgstr "ဖန္တီးခဲ့ခ်ိန္-" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -991,19 +1013,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "ယခုေလာေလာဆယ္ စာကိုယ္ ကိုမဖန္တီးရေသးပါ" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1015,7 +1039,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1025,7 +1049,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1047,9 +1071,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "ေဖာ္ျပခ်က္" @@ -1058,7 +1080,7 @@ msgstr "ေဖာ္ျပခ်က္" msgid "Destination" msgstr "ေဖာ္ျပခ်က္" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1094,7 +1116,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1102,6 +1124,14 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +msgid "Disable updates on reports in this category" +msgstr "" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1136,24 +1166,24 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1165,7 +1195,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1177,7 +1207,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "ျပင္ဆင္မည္" @@ -1188,12 +1218,11 @@ msgstr "ျပင္ဆင္မည္" msgid "Edit body details" msgstr "စာကိုယ္ကိုအေသးစိတ္ျပင္မည္" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1201,17 +1230,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1248,8 +1275,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1258,15 +1286,14 @@ msgstr "အယ္ဒီတာ" msgid "Email" msgstr "အီးေမးလ္" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1286,12 +1313,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "အီးေမးလ္-" @@ -1354,12 +1382,12 @@ msgstr "" msgid "Endpoint" msgstr "ျပီးဆံုးမွတ္-" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "လမ္းနာမည္ ျဖည့္စြက္ပါ" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "ယူေကအနီးနားရွိ စာတိုက္နံပါတ္၊သို႔မဟုတ္လမ္းအမည္ႏွင့္ဧရိယာရိုက္ထည့္ပါ" @@ -1386,10 +1414,10 @@ msgstr "ျပႆနာ၏အေသးစိတ္အခ်က္အလက္မ msgid "Error" msgstr "အမွားအယြင္း" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1402,7 +1430,7 @@ msgstr "နမူနာစာတိုက္ေသတၱာနံပါတ္ %s msgid "Examples:" msgstr "နမူနာမ်ား -" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1411,7 +1439,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1436,7 +1464,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1448,20 +1476,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "ေနာက္ထပ္အခ်က္အလက္မ်ား-" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1494,20 +1522,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "အစီရင္ခံစာစာရင္းကိုစစ္ထုတ္မည္" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "ပထမအၾကိမ္" +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "မၾကာေသးခင္ကအနီးအနားက အစီရင္ခံစာမ်ား၏ဓာတ္ပံု" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "" @@ -1537,7 +1570,7 @@ msgstr "ဖ်က္ျပီးျပီဟုသတ္မွတ္မည္" msgid "Flag user" msgstr "သတ္မွတ္သည့္အသံုးျပဳသူ" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1546,7 +1579,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "အမွတ္အသားျပဳလုပ္ထားသည့္ အသံုးျပဳသူမ်ားကို ေဖာ္ျပျခင္း" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1554,8 +1587,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "အမွတ္အသားျပဳလုပ္ထားျခင္း" @@ -1581,11 +1614,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "သင္၏စကား၀ွက္ေမ့သြားျပီလား။" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1595,12 +1628,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "မၾကာခဏေမးေသာေမးခြန္းမ်ား" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1622,7 +1663,7 @@ msgstr "%ျပႆနာ၏အသစ္မြမ္းမံမႈမ်ား msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "ကၽြႏ္ုပ္ကို RSS Feed ေပးပါ" @@ -1638,15 +1679,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1656,7 +1697,7 @@ msgstr "သြားမည္" msgid "Going to send questionnaire?" msgstr "စစ္တမ္းကိုပို႔ေတာ့မွာလား။" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1682,6 +1723,7 @@ 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 "" @@ -1716,7 +1758,8 @@ msgstr "ေဖ်ာက္ထားေသာ" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1744,7 +1787,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "" @@ -1797,11 +1840,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "အိုင္ဒီ" @@ -1820,15 +1861,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1842,7 +1883,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1866,7 +1907,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1903,7 +1944,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1927,6 +1968,17 @@ msgstr "" 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 +#, fuzzy +msgid "In wards" +msgstr "အုပ္ခ်ဳပ္ေရးဌာန" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1936,20 +1988,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1966,16 +2018,12 @@ msgstr "အတြင္းမွတ္စု" msgid "Internal notes" msgstr "အတြင္းမွတ္စု" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "ပံုစံ %s သည္မမွန္ကန္ပါ" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2027,13 +2075,13 @@ msgstr "ေနာက္ဆံုးအသစ္မြမ္းမံျခင္ msgid "Last update:" msgstr "" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2050,7 +2098,7 @@ msgstr "အစီရင္ခံစာတင္ျပီးေသာျပႆန msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "ဖြင့္ေနသည္" @@ -2088,17 +2136,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2116,19 +2165,20 @@ msgstr "" msgid "MAP" msgstr "ေျမပံု" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2142,24 +2192,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "စာ" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2172,7 +2222,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2180,8 +2230,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2204,7 +2253,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2214,14 +2263,14 @@ msgstr "" msgid "Month" msgstr "လ" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2249,9 +2298,10 @@ msgstr "" msgid "Name" msgstr "အမည္" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "အမည္-" @@ -2269,7 +2319,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2277,12 +2327,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2305,7 +2355,7 @@ msgstr "" msgid "New body added" msgstr "စာကိုယ္အသစ္ထည့္ျပီးျပီ" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "ေခါင္းစဥ္အသစ္အဆက္အသြယ္ထည့္ျပီးျပီ" @@ -2318,8 +2368,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "အတြင္းမွတ္စုအသစ္-" @@ -2327,13 +2377,13 @@ msgstr "အတြင္းမွတ္စုအသစ္-" msgid "New local problems on FixMyStreet" msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါတြင္ေဒသတြင္းျပႆနာအသစ္မ်ား" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2410,7 +2460,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2423,7 +2473,6 @@ msgstr "ေနာက္သို႔" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2432,11 +2481,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "မရွိပါ" @@ -2448,11 +2497,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "စာကိုယ္မရွိ" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "မည္သည့္ေကာင္စီမွမေရြးရေသးပါ" @@ -2468,8 +2518,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "အသစ္မြမ္းမံမႈမ်ားမေတြ႕ပါ" @@ -2505,15 +2555,15 @@ msgstr "ေထာက္ပံ့ေပးမည့္သူမရွိပါ" msgid "None" msgstr "ဘာမွမဟုတ္" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2521,10 +2571,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "ယခင္ကအစီရင္မခံရေသး" @@ -2572,12 +2626,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2585,12 +2639,12 @@ msgstr "" msgid "Old state" msgstr "ျပည္နယ္အေဟာင္း" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2599,7 +2653,7 @@ 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:156 +#: 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 @@ -2630,7 +2684,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2642,7 +2696,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2650,16 +2704,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2691,7 +2745,7 @@ msgstr "စာမ်က္ႏွာရွာမေတြ႕ပါ" msgid "Parent" msgstr "ပင္မ" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "အမ်ိဳးအစားဖန္တီးမည္" @@ -2700,13 +2754,13 @@ msgstr "အမ်ိဳးအစားဖန္တီးမည္" msgid "Partial" msgstr "တစ္၀က္" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "စကား၀ွက္(ထည့္ခ်င္မွထည့္ပါ)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "သင္၏ စကားဝွက္ကို ေျပာင္းလဲၿပီးျဖစ္သည္" @@ -2721,7 +2775,7 @@ msgstr "စကား၀ွက္(ထည့္ခ်င္မွထည့္ပ msgid "Permissions" msgstr "အျမဲတမ္းလင့္ခ္" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2729,19 +2783,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "ဖုန္း-" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "ဖုန္းနံပါတ္" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "ဖုန္းနံပါတ္(ထည့္ခ်င္မွထည့္ပါ)" @@ -2749,30 +2808,26 @@ msgstr "ဖုန္းနံပါတ္(ထည့္ခ်င္မွထည msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "ဖုန္း-" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2792,9 +2847,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2803,7 +2857,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "မၾကာေသးခင္ကအနီးအနားက အစီရင္ခံစာမ်ား၏ဓာတ္ပံု" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2817,6 +2871,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2844,27 +2903,26 @@ msgid "Please check your email address is correct" msgstr "သင္၏အီးေမးလ္လိပ္စာမွန္၊မမွန္ကိုစစ္ေဆးပါ" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "ေခါင္းစဥ္တစ္ခုကိုေရြးပါ" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2883,27 +2941,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "စာတစ္ခုရိုက္ထည့္ပါ" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2916,16 +2974,16 @@ msgstr "စကား၀ွက္တစ္ခုရိုက္ထည့္ပါ #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "ေခါင္းစီးတစ္ခုရိုက္ထည့္ပါ" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2936,20 +2994,20 @@ msgstr "မွန္ကန္ေသာအီးေမးလ္တစ္ခုရ msgid "Please enter a valid email address" msgstr "မွန္ကန္ေသာအီးေမးလ္လိပ္စာတစ္ခုရိုက္ထည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2965,7 +3023,7 @@ msgid "Please enter your first name" msgstr "သင္၏ပထမအမည္ကိုရိုက္ထည့္ပါ" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2977,9 +3035,9 @@ msgstr "သင္၏အမည္ကိုရိုက္ထည့္ပါ" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "သင္၏အမည္ကိုရိုက္ထည့္ပါ" @@ -3020,19 +3078,19 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "မွန္ကန္ေသာအီးေမးလ္လိပ္စာတစ္ခုရိုက္ထည့္ပါ" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3059,24 +3117,28 @@ msgstr "" msgid "Please note:" msgstr "ေက်းဇူးျပဳျပီးမွတ္သားပါ-" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "သင္၏ေကာင္စီသို႔သင္ယခင္ကသတင္းပို႔ဖူးေၾကာင္းေျပာျပေပးပါ" @@ -3084,7 +3146,7 @@ msgstr "သင္၏ေကာင္စီသို႔သင္ယခင္ကသ 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3096,7 +3158,7 @@ msgstr "သင္လိုခ်င္ေသာ feed ကိုေရြးပါ msgid "Please select the type of alert you want" msgstr "သင္လိုခ်င္ေသာ အသိေပးခ်က္အမ်ိဳးအစားမ်ားကိုေရြးပါ" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "ျပႆနာေျဖရွင္းျပီးျပီ၊မရွင္းျပီးျပီကိုေဖာ္ျပပါ" @@ -3104,12 +3166,12 @@ msgstr "ျပႆနာေျဖရွင္းျပီးျပီ၊မရွ #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3117,27 +3179,23 @@ msgstr "" msgid "Please write a message" msgstr "စာတစ္ေၾကာင္းေရးပါ" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "တင္မည္" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "%sမွာ အမည္မသိကဲ့သို႔တင္မည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "%s မွာ %s မွတင္ခဲ့သည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "%s မွာ %s(%s)မွတင္ခဲ့သည္" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "%s မွာ %sမွတင္ခဲ့သည္" @@ -3153,7 +3211,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3161,11 +3219,11 @@ msgstr "" msgid "Previous" msgstr "ယခင္က" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3181,9 +3239,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "ကိုယ္ပိုင္" @@ -3232,7 +3290,7 @@ msgstr "ေကာင္စီ %s သို႔ ျပႆနာ %s ကိုပိ msgid "Problem breakdown by state" msgstr "ျပည္နယ္မွ ျပႆနာကိုထပ္မံခြဲစိတ္လိုက္သည္" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "ျပႆနာကို ဖြင့္ထားသည္" @@ -3240,8 +3298,7 @@ msgstr "ျပႆနာကို ဖြင့္ထားသည္" msgid "Problem state change based on survey results" msgstr "စစ္ေဆးမႈရလဒ္မ်ားအေပၚတြင္ မူတည္ၿပီး ျပႆနာ အေျခအေန ေျပာင္းလဲသည္။" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "ျပႆနာမ်ား" @@ -3266,18 +3323,18 @@ msgstr "FixMyStreet ေပၚတြင္ လတ္တေလာ တင္ျပ msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3285,7 +3342,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3293,11 +3350,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3311,11 +3372,11 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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 မ်ား ျပဳလုပ္ျခင္းႏွင့္ အစီရင္ခံစာမ်ား စီမံခန္႔ခြဲျခင္းတို႔ကို ပိုမိုလြယ္ကူစြာ ျပဳလုပ္ႏိုင္မည္။" @@ -3323,12 +3384,12 @@ msgstr "စကားဝွက္ကို မထည့္သြင္းခ် msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3371,11 +3432,11 @@ msgstr "ျပႆနာ အစီရင္ခံသူ ျဖည့္စြက msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "%s အတြက္ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "%s အုပ္ခ်ဳဳပ္ေရးဌာန %s အတြက္ RSS feed" @@ -3383,11 +3444,11 @@ msgstr "%s အုပ္ခ်ဳဳပ္ေရးဌာန %s အတြက္ R #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "%s ၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ %s ၏ RSS feed" @@ -3395,13 +3456,13 @@ msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရ msgid "RSS feed of nearby problems" msgstr "အနီးအနားရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "%s အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "%s အုပ္ခ်ဳပ္ေရးဌာန အတြင္းရိွ ျပႆနာမ်ား၏ RSS feed" @@ -3415,11 +3476,11 @@ msgstr "လတ္တေလာ ျပည္တြင္း ျပႆနာမ် msgid "RSS feed of updates to this problem" msgstr "လက္ရိွ ျပႆနာကို update ျပဳလုပ္ထားသည့္ RSS feed" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3432,7 +3493,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3446,7 +3507,7 @@ msgstr "" msgid "Recently reported problems" msgstr "ျပႆနာမ်ားကို မၾကာေသးမီက အစီရင္ခံ တင္ျပၿပီး" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3459,7 +3520,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3471,8 +3533,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3487,17 +3549,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "ဓာတ္ပံု ဖယ္ရွားရန္ (မၿပီးေျမာက္ႏိုင္ပါ)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3505,14 +3571,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3521,7 +3587,7 @@ msgid "Report a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပရန္" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3537,7 +3603,7 @@ msgid "Report anonymously" msgstr "%sမွာ အမည္မသိကဲ့သို႔တင္မည္" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3573,7 +3639,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "ေဒသတြင္း ျပႆနာမ်ားကို အစီရင္ခံျခင္း၊ ၾကည့္႐ႈျခင္းႏွင့္ ေဆြးေႏြးျခင္း" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3584,7 +3650,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3598,27 +3664,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3637,17 +3703,15 @@ msgstr "" msgid "Reporting a problem" msgstr "ျပႆနာကို အစီရင္ခံ တင္ျပျခင္း" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3675,15 +3739,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3696,7 +3760,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3749,39 +3813,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "ဘယ္ဘက္ကို လွည့္ပါ" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3797,20 +3867,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3827,13 +3897,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြရန္" @@ -3846,7 +3915,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "အစီရင္ခံစာမ်ားကို ရွာေဖြရန္" @@ -3861,12 +3930,12 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3876,8 +3945,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3887,7 +3955,7 @@ msgid "Select a body" msgstr "စာကိုယ္တစ္ခုကို ေရြးပါ။" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "ဧရိယာတစ္ခုကို ေရြးပါ။" @@ -3908,7 +3976,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3921,7 +3989,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3930,11 +3998,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3972,7 +4040,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3983,7 +4051,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4008,8 +4076,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4020,7 +4088,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -4080,7 +4148,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4089,12 +4157,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4112,9 +4179,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4124,13 +4191,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4144,11 +4211,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4157,11 +4224,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4185,18 +4252,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4205,31 +4272,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4247,7 +4311,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4266,50 +4330,48 @@ msgstr "" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4321,7 +4383,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4335,20 +4397,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "အက်ဥ္းခ်ဳပ္" @@ -4359,14 +4420,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4384,13 +4450,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "စာ" @@ -4411,6 +4481,11 @@ msgstr "စာဗားရွင္းသာ" msgid "Text:" msgstr "စာ-" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "စာ" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4440,7 +4515,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "ေက်းဇူးတင္ပါသည္။ ျပင္ဆင္ၿပီး ျဖစ္ေၾကာင္း ၾကားသိရ၍ ဝမ္းသာမိပါသည္။ သင့္အေနျဖင့္ ယခင္က ေကာင္စီထံ ျပႆနာတစ္ခုကို အစီရင္ခံတင္ျပဖူးပါသလား?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4452,27 +4527,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "ထိုျပႆနာကိုယခုပင္ျပန္ပို႔ပါမည္" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "ကၽြႏ္ုပ္လမ္းကိုျပင္ေပးပါ မွဒီအစီရင္ခံစာကိုဖယ္ျပီးပါျပီ" @@ -4518,8 +4595,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4573,7 +4650,7 @@ msgstr "ခ်ိဳ႕ယြင္းမႈမွာ - %s" 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:153 +#: 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 "" @@ -4635,8 +4712,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4669,7 +4746,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4687,12 +4764,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4700,7 +4777,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4776,10 +4853,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "ဒီအခ်က္အလက္ ျဖည့္စြက္ရန္ လိုအပ္သည္" @@ -4796,19 +4873,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4821,26 +4902,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "ဒီျပႆနာကို ပိတ္ထားသည္ဟုေလာေလာဆယ္သတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "ဒီျပႆနာကိုေလာေလာဆယ္ေျဖရွင္းျပီးျပီဟုသတ္မွတ္ထားသည္" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "ဒီအစီရင္ခံစာကိုယခုေလာေလာဆယ္ဖြင့္ထားသည္" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4848,15 +4929,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "ဒီ web စာမ်က္ႏွာသည္ အသံုးျပဳသူမွရိုက္ထားေသာ ျပႆနာ၏ဓာတ္ပံုတစ္ပံုပါ၀င္သည္" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4880,6 +4964,10 @@ msgstr "" 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 "" @@ -4905,7 +4993,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4930,11 +5018,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4957,16 +5040,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4976,7 +5059,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5006,10 +5089,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5021,13 +5104,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5078,29 +5161,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -5111,7 +5192,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5141,6 +5222,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5154,8 +5243,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5173,7 +5262,7 @@ msgid "User flagged" msgstr "သုုံးစြဲသူက အမွတ္အသား ျပဳလုပ္ျခင္း" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5186,27 +5275,25 @@ msgstr "သုံးစြဲသူရွာေဖြမႈသည္ ၎တိ msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "အသံုးျပဳသူမ်ား" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5214,9 +5301,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5242,7 +5329,7 @@ msgstr "" msgid "View report on site" msgstr "ဆိုက္ေပၚတြင္ အစီရင္ခံစာ ၾကည့္႐ႈျခင္း" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5250,7 +5337,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5268,7 +5355,7 @@ msgstr "ျပႆနာကို စိစစ္ျခင္း" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "ေကာင္စီအဖြဲ႔မ်ား" @@ -5338,7 +5425,7 @@ msgstr "ေပးပို႔ခဲ့သည့္ အခ်ိန္" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5360,7 +5447,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "သင့္အေနျဖင့္ ေလးပတ္အတြင္း အျခားေမးခြန္းမ်ား ရရွိလိုၿပီး အေျခအေနကို သတိရေစရန္ သတိေပးလိုပါသလား။" @@ -5372,7 +5459,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "မက္ေဆ့ခ်္ တစ္ခုလုံးကို စာလုံးအႀကီးမ်ား ျဖင့္ ေရးျခင္းသည္ ဖတ္ရခက္ခဲၿပီး ပုဒ္ျဖတ္ပုဒ္ရပ္ ကိုလည္း ေပ်ာက္ေစသည္။" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5383,12 +5469,12 @@ msgstr "မက္ေဆ့ခ်္ တစ္ခုလုံးကို စာ #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "ဟုတ္သည္။" @@ -5401,7 +5487,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5414,7 +5500,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "သင့္အေနျဖင့္ ေစာ္ကားခံေနရေၾကာင္း ျပန္လည္မြမ္းမံထားသည္ တို႔ကေဖာ္ျပေနၿပီး ထိုထဲတြင္ တစ္ကုိယ္ရည္ အခ်က္အလက္ သို႔မဟုတ္ တူညီသည့္ အခ်က္အလက္မ်ား ပါဝင္သည္။" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5423,7 +5509,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "သင့္အေနျဖင့္ ယခုဆိုက္တြင္ ျပႆနာကို ၾကည့္ရူႏိုင္သည္။" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "သင့္အေနျဖင့္ ယဥ္ေက်းမႈမရွိေသာ သုံးစြဲသူ၏ အီးေမးလ္ကို ၎တို႔ဖန္တီးထားေသာ အလိုအေလ်ာက္ ဖုံးထားေသာ(မေပးပို႔ေသာ) အစီရင္ခံစာမ်ား ျဖစ္သည့္ ယဥ္ေက်းမႈမရွိေသာ စာရင္းတြင္ ထည့္သြင္းထားႏိုင္သည္။" @@ -5453,7 +5539,7 @@ msgstr "သင့္အေနျဖင့္ ကၽြႏု္ပ္တို msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "ဆိုက္ေပၚတြင္ ရွိေနမေစခ်င္လွ်င္ ဖ်က္ထားေသာ အဖြဲ႔ကို အမွတ္အသား ျပဳလုပ္ႏိုင္သည္။" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5463,7 +5549,7 @@ msgid "You declined; please fill in the box above" msgstr "ျငင္းပယ္လိုက္သည္။ ေက်းဇူးျပဳ၍ အေပၚက အကြက္တြင္ ျဖည့္ေပးပါ။" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5474,7 +5560,7 @@ msgstr "" "မွာ သင့္ျပႆနာကို သြားေရာက္ ၾကည့္ရူႏိုင္ပါသည္။ \n" "\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5483,8 +5569,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5550,9 +5635,9 @@ msgstr "သင္၏ အစီရင္ခံစာမ်ား" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5561,13 +5646,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5596,16 +5682,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5625,8 +5711,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5659,7 +5745,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5690,19 +5776,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5710,8 +5796,8 @@ msgstr "" msgid "by %s" msgstr "%s မွ" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "ေကာင္စီ" @@ -5742,6 +5828,10 @@ msgstr "သုံးစြဲသူအား ျပင္ဆင္ျခင္ msgid "from %s different users" msgstr "%s မွ မတူညီေသာ သုံးစြဲသူမ်ား" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5759,7 +5849,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5842,12 +5932,12 @@ msgid "today" msgstr "ယေန႔" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5872,7 +5962,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "အုပ္ခ်ဳပ္ေရးဌာန" @@ -5924,7 +6014,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5942,7 +6032,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5960,19 +6050,19 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "%s ၿပီးခဲ့သည့္လက ျပဳျပင္ထားမႈ" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s ၿပီးခဲ့သည့္ ရက္သတၱပတ္က အစီရင္ခံစာမ်ား" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s လတ္တေလာ တင္ျပထားေသာ အစီရင္ခံစာမ်ား" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6002,18 +6092,27 @@ msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" +#~ msgid "Closed by council" +#~ msgstr "ေကာင္စီမွပိတ္ထားသည္" + +#~ msgid "Filter report list" +#~ msgstr "အစီရင္ခံစာစာရင္းကိုစစ္ထုတ္မည္" + +#~ msgid "Post" +#~ msgstr "တင္မည္" + #~ msgid "OK" #~ msgstr "အိုေက" diff --git a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 5cb55964993..4ebf5577d10 100644 --- a/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " og " @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - oppsummeringsrapporter" @@ -115,7 +115,7 @@ msgstr "%s spørreskjema sendt – %s besvart (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap -bidragsytere" @@ -161,6 +161,8 @@ msgstr "(eksisterer ikke lenger)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -179,8 +181,8 @@ msgstr "(sendt til begge)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(vi har også RSS-strømmer for problemer innenfor %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Velg en kategori --" @@ -207,17 +209,18 @@ msgid "" msgstr "MAPIT_URL er satt (%s) men ingen MAPIT_TYPES.
Dette er antagelig hvorfor \"dekket område\" er tom (under).
Kanskje du skal legge til noen MAPIT_TYPES i konfigurasjonsfilen?" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Rapporter, statistikk og handlinger for

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s rapporter %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s lagret." @@ -247,7 +250,7 @@ msgid "Yes I have a password" msgstr "Ja, jeg har et passord" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -264,7 +267,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Aktiver totrinns pålogging" @@ -284,7 +287,7 @@ msgstr "Legg til en administrasjon for hver administrativ insta 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Legg til ny kategori" @@ -317,7 +320,7 @@ msgstr "" msgid "Add new category" msgstr "Legg til ny kategori" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Legg til valg" @@ -326,8 +329,8 @@ msgstr "Legg til valg" msgid "Add phone number" msgstr "Legg til telefonnummer" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -335,21 +338,20 @@ msgid "Add to shortlist" msgstr "Legg i hurtiglisten" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Legg til bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Legg til / endre problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Legg til / endre responsprioriteter" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Legg til / endre responsmaler" @@ -365,6 +367,12 @@ msgstr "Ved å legge rapporten i hurtiglisten din vil fjerne den fra hurtigliste msgid "Admin" msgstr "Admin" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Gjenta:" @@ -377,8 +385,8 @@ msgstr "Varsel %d opprettet for %s, type %s, parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Varsel %d koblet ut (opprettet %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Send meg varsel ved fremtidige oppdateringer" @@ -390,10 +398,12 @@ msgstr "Varsler:" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Alle" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Alle rapporter" @@ -433,6 +443,11 @@ msgstr "Alle rapporter mellom %s og %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Rapportert i kategorien %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -469,7 +484,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "Anonym bruker" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -482,7 +497,7 @@ msgid "Another user" msgstr "En annen bruker" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Er du sikker på at du vil avbryte opplastingen?" @@ -491,8 +506,8 @@ msgstr "Er du sikker på at du vil avbryte opplastingen?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Er du sikker?" @@ -503,7 +518,7 @@ msgstr "Er du sikker?" msgid "Area covered" msgstr "Dekket område" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Område:" @@ -517,27 +532,32 @@ msgstr "Da dette er en reproduksjonsside og %s er usann, vil meldinger som blir msgid "Assign selected to role:" msgstr "Tilordne brukere til områder" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Tildel til kompetent administrasjon:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Flytt til en annen kategori:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Tildel til ekstern administrasjon:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Tildelt underavdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Tilordne brukere til områder" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Tilgjengelige kategorier" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Tildelt %s" @@ -550,7 +570,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -558,11 +578,11 @@ msgstr "Autorisert personale kan bli assosiert med en kategori hvor de operer." msgid "Auto Response" msgstr "Autorespons" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Auto-svar:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -574,12 +594,13 @@ msgstr "Gjennomsnittlig tid fra et problem rapporteres til det er fikset, de sis msgid "Avoid personal information and vehicle number plates" msgstr "Unngå personlig informasjon og bilnummerskilt" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Avventer moderasjon" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Tilbake" @@ -600,14 +621,12 @@ msgstr "Bannlys bruker" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Administrasjoner" @@ -620,11 +639,13 @@ msgstr "Administrasjoner" msgid "Body" msgstr "Administrasjon" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Administrasjon:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "CSV-fil" @@ -636,8 +657,7 @@ msgstr "Finner du ikke e-posten? Sjekk mappen for uønsket post. Det løser prob msgid "Can't see the map? Skip this step" msgstr "Hvis du ikke kan se kartet, hopp over dette steget." -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -653,15 +673,13 @@ msgstr "Kategorier:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -671,7 +689,7 @@ msgstr "Kategori" msgid "Category and State" msgstr "Kategori og tilstand" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori endret fra '%s' til '%s'" @@ -694,6 +712,11 @@ msgstr "Kategori:" msgid "Change" msgstr "Endre" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Bytt passord" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -710,7 +733,7 @@ msgstr "Bytt passord" msgid "Change phone number" msgstr "Endre telefonnummer" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 #, fuzzy msgid "Change two-factor authentication" msgstr "Aktiver totrinns pålogging" @@ -721,12 +744,12 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Velg et kategorinavn som gir mening for innbyggerne (f.eks. \"Hull i veien\", \"Gatelys\") men som også er nyttig for administrasjonen. Disse vil dukke opp i nedtrekksmenyen på rapporter-et-problem-siden." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Velg en annen" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Nullstill lokalt lagrede data" @@ -763,8 +786,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -774,11 +797,7 @@ msgstr "" msgid "Closed" msgstr "Lukket" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "(ikke rapportert til administrasjonen)" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "Stengt for oppdateringer" @@ -811,13 +830,12 @@ msgid "Code" msgstr "Kode" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Minimer kart" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Oppsett" @@ -934,7 +952,7 @@ msgstr "Lag en rapport" msgid "Create an account" msgstr "Opprett konto" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lag kategori" @@ -944,27 +962,25 @@ msgstr "Lag kategori" msgid "Create priority" msgstr "Opprett prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Opprett rapporter/oppdateringer som myndigheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Opprett rapporter/oppdateringer på vegne av en bruker" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Lag mal" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Opprettet" @@ -973,6 +989,17 @@ msgstr "Opprettet" msgid "Created %d new users" msgstr "Opprettet %d nye brukere" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Opprettet" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Opprettet" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -984,10 +1011,6 @@ msgstr "Opprettet:" msgid "Current password:" msgstr "Gjeldende passord:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "Gjeldende nøkkel:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -997,19 +1020,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "I øyeblikket er ikke laget noen instanser." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Kunden kan ikke kontaktes" #: 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 "Oversikt" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Slå av totrinns pålogging" @@ -1021,7 +1046,7 @@ msgstr "Behandlet av underavdeling innen 5 arbeidsdager" msgid "Default" msgstr "Standard" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1031,7 +1056,7 @@ msgid "Delete" msgstr "Slett" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Slett mal" @@ -1053,9 +1078,7 @@ msgid "Describe why you are moderating this" msgstr "Beskriv hvorfor du moderer dette" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Beskrivelse" @@ -1064,7 +1087,7 @@ msgstr "Beskrivelse" msgid "Destination" msgstr "Beskrivelse" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "Detaljert informasjon er begrenset til %d tegn." @@ -1100,7 +1123,7 @@ msgid "Disable" msgstr "Slå av" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1108,6 +1131,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Rapportert i kategorien %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Rapportert i kategorien %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "Slått av:" @@ -1142,25 +1175,25 @@ msgstr "Vet ikke" msgid "Don't like forms?" msgstr "Liker ikke skjemaer?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "Én ned" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Dra og slipp bilder hit eller klikk for å laste opp" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Duplikat av" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Duplikater" @@ -1175,7 +1208,7 @@ msgstr "" "Ulike kategorier kan ha same kontakt
(e-postadresse).\n" "Dette betyr at du kan legge til mange grupper/kategorier selv om du bare har en kontakt for administrasjonen." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Øst/Nord:" @@ -1187,7 +1220,7 @@ msgstr "Øst/Nord:" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Rediger" @@ -1198,12 +1231,11 @@ msgstr "Rediger" msgid "Edit body details" msgstr "Rediger detaljer for administrasjon" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Endre andre brukeres rettigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Endre rapportkategori" @@ -1211,17 +1243,15 @@ msgstr "Endre rapportkategori" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Endre rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Endre rapporter" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1258,8 +1288,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1268,15 +1299,14 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Epostadresse" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "Epostadresse (valgfritt)" @@ -1296,12 +1326,13 @@ msgstr "Send meg en lenke eller kode via epost/SMS for å logge inn" msgid "Email me a link to sign in" msgstr "Send meg ei lenke på epost for å logge inn" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Epost bekreftet:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-post:" @@ -1370,12 +1401,12 @@ msgstr "Sluttdato" msgid "Endpoint" msgstr "Endepunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Skriv inn et veinavn i Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Skriv inn et britisk postnummer i nærheten, eller veinavn og sted" @@ -1402,10 +1433,10 @@ msgstr "Legg inn detaljer om problemet" msgid "Error" msgstr "Feil" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Alt" @@ -1418,7 +1449,7 @@ msgstr "Eksempel-postnummer %s" msgid "Examples:" msgstr "Eksempler:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Eksisterende kategori" @@ -1427,7 +1458,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1452,7 +1483,7 @@ msgid "External body" msgstr "Ekstern administrasjon" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1464,20 +1495,20 @@ msgstr "" msgid "External team" msgstr "Eksternt lag" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Ekstra data:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1510,20 +1541,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtrer rapportliste" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nye 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 "Fiks dette ved å velge en area covered i Edit body details-skjemaet nedenfor." @@ -1553,7 +1589,7 @@ msgstr "Merk som slettet" msgid "Flag user" msgstr "Flag bruker" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Flagget" @@ -1562,7 +1598,7 @@ msgstr "Flagget" msgid "Flagged reports and users" msgstr "Flaggede rapporter og brukere" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Flaggede brukere er listet opp på flaggede-siden." @@ -1570,8 +1606,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Flagget:" @@ -1597,11 +1633,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Glemt passordet ditt?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Tildelt til ekstern administrasjon" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Ønsket er sendt videre til ekstern administrasjon" @@ -1611,12 +1647,20 @@ msgstr "Ønsket er sendt videre til ekstern administrasjon" msgid "Frequently Asked Questions" msgstr "Ofte spurte spørsmål" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1638,7 +1682,7 @@ msgstr "Få oppdateringer for problemer i denne %s" msgid "Get updates of problems in this %s" msgstr "Få oppdateringer for problemer i denne %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Gi meg en RSS-strøm" @@ -1654,15 +1698,15 @@ msgstr "Glad for å høre at det er i orden!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1672,7 +1716,7 @@ msgstr "Fortsett" msgid "Going to send questionnaire?" msgstr "Skal det sendes spørreskjema?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Gi tilgang til administratoren" @@ -1698,6 +1742,7 @@ msgstr "Har du rapportert et problem til en administrasjon før, eller er dette #: 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 "" @@ -1732,7 +1777,8 @@ msgstr "Skjul" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1760,7 +1806,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Skjul nåler" @@ -1814,11 +1860,9 @@ msgstr "Jeg er redd vi ikke klarte å finne ditt problem i databasen.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1837,15 +1881,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1859,7 +1903,7 @@ msgstr "Hvis to eller flere instanser er lokalisert på samme sted, kombinerer 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1883,7 +1927,7 @@ msgstr "Hvis du vil at denne malen skal være et valg for spesielle kategorier, msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Hvis du legger inn en rapport her vil ikke rapporten bli sendt til administrasjonen." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1920,7 +1964,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1944,6 +1988,17 @@ msgstr "I misbrukstabell?" 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 "I tillegg er følgende attributter som ikke er del av Open311 v2-spesifikasjonen returnert: agency_sent_datetime, title (også returnert som del av description), interface_used, comment_count, requestor_name (kun tilstede hvis innsender tillot at navnet kunne vises på dette nettstedet)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "bydel" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1953,20 +2008,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Tom innboks, her kommer vi!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Inkluder rapportørens personlige detaljer" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Feil has_photo-verdi \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Instruer underleverandør til å fikse problemer" @@ -1983,16 +2038,12 @@ msgstr "Interne notater" msgid "Internal notes" msgstr "Interne notater" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Ugyldig agency_responsible-verdi %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgitt." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Ugyldig plassering. Ny plassering må være dekket av den samme administrasjonen." @@ -2044,13 +2095,13 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Minst nylig oppdatert" @@ -2067,7 +2118,7 @@ msgstr "List alle rapporterte problemer" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laster..." @@ -2105,17 +2156,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2133,19 +2185,20 @@ msgstr "" msgid "MAP" msgstr "KART" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Administrer hurtigliste" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2159,24 +2212,24 @@ msgstr "Kart" msgid "Mark as sent" msgstr "Marker som sendt" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Merk brukere hvis adferd du ønsker å ha en sjekk på som flagget." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Melding" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Melding til kompetent administrasjon:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Melding til ekstern administrasjon:" @@ -2189,7 +2242,7 @@ msgstr "" msgid "Missing bodies:" msgstr "Manglende administrasjoner:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Mangler jurisdiction_id" @@ -2197,8 +2250,7 @@ msgstr "Mangler jurisdiction_id" msgid "Moderate" msgstr "Moderer" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Moderer detaljer i rapprten" @@ -2221,7 +2273,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Moderert av avdeling innen en arbeidsdag" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2231,14 +2283,14 @@ msgstr "" msgid "Month" msgstr "Måned" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Mest kommentert" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2266,9 +2318,10 @@ msgstr "" msgid "Name" msgstr "Navn" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Navn:" @@ -2286,7 +2339,7 @@ msgstr "Naviger til dette problemet" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nærmeste navngitte vei til nålen plassert på kartet (automatisk generert ved hjelp av OpenStreetMap): %s%s" @@ -2294,12 +2347,12 @@ msgstr "Nærmeste navngitte vei 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ærmeste postnummer til nålen plassert på kartet (automatisk generert): %s (%sm unna)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Nærmeste vei til nålen plassert på kartet (automatisk generert ved hjelp av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2324,7 +2377,7 @@ msgstr "" msgid "New body added" msgstr "Ny administrasjon lagt til" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2338,8 +2391,8 @@ msgstr "Ny epostadresse:" msgid "New field" msgstr "Legg til felt" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nytt internt notat:" @@ -2347,13 +2400,13 @@ msgstr "Nytt internt notat:" msgid "New local problems on FixMyStreet" msgstr "Nye lokale problemer på FiksGataMi" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 msgid "New note to DM:" msgstr "Nytt notat til 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nytt passord:" @@ -2430,7 +2483,7 @@ msgstr "Ny mal" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Nyeste" @@ -2443,7 +2496,6 @@ msgstr "Neste" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2452,11 +2504,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Nei" @@ -2468,11 +2520,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Ingen administrasjon" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Ingen administrasjon er valgt" @@ -2488,8 +2541,8 @@ msgstr "Fant ingen flaggede problemer." msgid "No flagged users found." msgstr "Fant ingen flaggede brukere." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Ingen flere oppdateringer" @@ -2528,8 +2581,8 @@ msgstr "Ingen støttespillere" msgid "None" msgstr "Ingen" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2537,8 +2590,8 @@ msgstr "" "Vanlige (offentlige) brukere bør ikke være tilknyttet noen områder.
\n" "Autorisert personale kan være assosiert med området de operer i." -#: templates/web/base/admin/users/form.html:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2550,10 +2603,14 @@ msgstr "" "Avhengig av implementeringen, kan ansatte brukere ha tilgang til dashbordet (sammendrag av \n" "aktivitet for hele instansen), mulighet å skjule meldinger eller sette status for spesialrapporter." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Ikke for min underavdeling" +#: 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 "Ikke rapportert tidligere" @@ -2601,12 +2658,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2614,12 +2671,12 @@ msgstr "" msgid "Old state" msgstr "Gammel tilstand" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Eldste" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2628,7 +2685,7 @@ 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:156 +#: 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 @@ -2659,7 +2716,7 @@ msgstr "Open311-initiativets nettside" msgid "Open311 specification" msgstr "Open311-spesifikasjon" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2671,7 +2728,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2679,16 +2736,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2720,7 +2777,7 @@ msgstr "Fant ikke siden" msgid "Parent" msgstr "Forelder" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Alle kategorier" @@ -2729,13 +2786,13 @@ msgstr "Alle kategorier" msgid "Partial" msgstr "Delvis" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Passord (valgfritt)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Ditt passord har blitt endret" @@ -2750,7 +2807,7 @@ msgstr "Passord (valgfritt)" msgid "Permissions" msgstr "Rettigheter:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Rettigheter:" @@ -2758,19 +2815,24 @@ msgstr "Rettigheter:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefon:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefonnummer (valgfritt)" @@ -2778,30 +2840,26 @@ msgstr "Telefonnummer (valgfritt)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2821,9 +2879,8 @@ msgstr "Foto kreves" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Bilder" @@ -2832,7 +2889,7 @@ msgstr "Bilder" msgid "Photos of recent nearby reports" msgstr "Bilder av nye problemer i nærheten" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2846,6 +2903,11 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Plasser tegnestiften på kartet" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2873,27 +2935,26 @@ msgid "Please check your email address is correct" msgstr "Vennligst sjekk at du har skrevet en gyldig e-postadresse" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Velg en kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2915,27 +2976,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Ikke vær ufin — å kjefte på din administrasjon skader verdien av tjenesten for alle brukerne." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Vennligst legg til en melding" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Vennligst skriv et navn" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Vennligst legg inn et navn for administrasjonen" @@ -2948,16 +3009,16 @@ msgstr "Skriv inn et passord" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Vennligst legg inn et emne" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2968,20 +3029,20 @@ msgstr "Legg til en gyldig e-post" msgid "Please enter a valid email address" msgstr "Legg inn din e-post" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Legg inn opplysninger om problemet" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2997,7 +3058,7 @@ msgid "Please enter your first name" msgstr "Vennligst tast inn ditt fornavn" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Vennligst legg inn ditt fulle navn, administrasjoner som mottar ditt problem trenger dette - hvis du ikke ønsker at ditt navn skal vises, fjern haken under" @@ -3009,9 +3070,9 @@ msgstr "Legg inn ditt navn" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Legg inn ditt navn" @@ -3054,19 +3115,19 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Vennligst indiker om du ønsker å motta et nytt spørreskjema" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Legg inn din e-post" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3093,24 +3154,28 @@ msgstr "Merk at din oppdatering enda ikke har blitt sendt." msgid "Please note:" msgstr "Vennligst merk deg:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "Vennligst bidra med en offentlig oppdatering for denne rapporten." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Vennligst bidra med en forklaring for hvorfor du gjenåpner denne problemrapporten" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Vennligst bidra med litt tekst i tillegg til et bilde" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Vennligst opplys om du har rapportert et problem til din administrasjon tidligere" @@ -3118,7 +3183,7 @@ msgstr "Vennligst opplys om du har rapportert et problem til din administrasjon 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Velg en administrasjon." @@ -3130,7 +3195,7 @@ msgstr "Velg den kilden du ønsker" msgid "Please select the type of alert you want" msgstr "Vennligst velg hvilken type varsel du ønsker" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Vennligs oppgi om dette problemet er blitt fikset eller ikke" @@ -3138,12 +3203,12 @@ msgstr "Vennligs oppgi om dette problemet er blitt fikset eller ikke" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Vennligst last opp kun bilder" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3151,27 +3216,23 @@ msgstr "" msgid "Please write a message" msgstr "Skriv inn en melding" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Send inn" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Publisert anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Sendt inn av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Lagt inn av %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Lagt inn av %s %s" @@ -3187,7 +3248,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3195,11 +3256,11 @@ msgstr "" msgid "Previous" msgstr "Forrige" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioriteter" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritet" @@ -3215,9 +3276,9 @@ msgid "Privacy and cookies" msgstr "Personvern og cookies" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privat" @@ -3267,7 +3328,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problemer" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problem markert som åpent." @@ -3275,8 +3336,7 @@ msgstr "Problem markert som åpent." msgid "Problem state change based on survey results" msgstr "Problemtilstandsendring basert på spørreundersøkelsesresultater" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemer" @@ -3301,18 +3361,18 @@ msgstr "Problemer nylig rapportert fikset på FiksGataMi" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemer innenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemer innenfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3320,7 +3380,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Problemer innenfor %s, %s" @@ -3328,11 +3388,15 @@ msgstr "Problemer innenfor %s, %s" msgid "Property address:" msgstr "Eiendomsadresse:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3346,11 +3410,11 @@ msgstr "Bidra med en oppdatering" msgid "Provide update as" msgstr "Legg inn oppdatering som" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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 valgfritt å oppgi et passord, men hvis du gjør det vil det bli enklere for deg å rapportere problemer, legge inn oppdateringer og holde oversikt over dine rapporter" @@ -3358,12 +3422,12 @@ msgstr "Det er valgfritt å oppgi et passord, men hvis du gjør det vil det bli msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Offentlig respons:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Offentlig oppdatering:" @@ -3406,11 +3470,11 @@ msgstr "Spørreskjema fylt inn av feilrapportøren" msgid "RSS feed" msgstr "RSS-strøm" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS-strøm for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS-strøm for %s bydel, %s" @@ -3418,11 +3482,11 @@ msgstr "RSS-strøm for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS-strøm fra %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS-strøm av %s, innenfor %s bydel" @@ -3430,13 +3494,13 @@ msgstr "RSS-strøm av %s, innenfor %s bydel" msgid "RSS feed of nearby problems" msgstr "RSS-strøm med problemer i nærheten" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS-strøm for problemer innenfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS-strøm for problemer innenfor %s bydel" @@ -3450,11 +3514,11 @@ msgstr "RSS-strøm med nylige lokale problemer" msgid "RSS feed of updates to this problem" msgstr "RSS-strøm med oppdateringer for dette problemet" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3467,7 +3531,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Motta e-post når det er oppdateringer på dette problemet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Mottatt av %s øyeblikk senere" @@ -3481,7 +3545,7 @@ msgstr "Nylige lokale problemer, %s" msgid "Recently reported problems" msgstr "Nylig meldte problemer" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Nylig oppdatert" @@ -3494,7 +3558,8 @@ 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 "Husk at FiksGataMi primert er laget for å rapportere fysiske problemer som kan bli fikset. Hvis ditt problem ikke er egnet for å sende inn via denne tjenesten, så husk at du kan kontakte administrasjonen direkte via deres egen nettside." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3506,8 +3571,8 @@ msgstr "" msgid "Remove flag" msgstr "Fjern flagg" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3523,17 +3588,22 @@ msgstr "Fjern fra nettsiden" msgid "Remove option" msgstr "Fjern fra nettsiden" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Fjern bilde (kan ikke gjøres om!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Endre andre brukeres rettigheter" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Svar til bruker:" @@ -3541,14 +3611,14 @@ msgstr "Svar til bruker:" msgid "Report" msgstr "Rapport" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "Rapport-ID:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3557,7 +3627,7 @@ msgid "Report a problem" msgstr "Rapporter et problem" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3573,7 +3643,7 @@ msgid "Report anonymously" msgstr "Rapportert anonymt %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3609,7 +3679,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problemer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" @@ -3620,7 +3690,7 @@ msgstr "Rapportert anonymt %s" msgid "Reported before" msgstr "Rapportert tidligere" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" @@ -3634,27 +3704,27 @@ msgstr "Rapportert av:" msgid "Reported in the %s category" msgstr "Rapportert i kategorien %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" @@ -3673,17 +3743,15 @@ msgstr "Rapportert:" msgid "Reporting a problem" msgstr "Legger til et problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Rapporter" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3711,15 +3779,15 @@ msgid "Reports published" msgstr "Publiserte rapporter" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3732,7 +3800,7 @@ msgstr "Usendte rapporter" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3785,39 +3853,45 @@ msgstr "" msgid "Right place?" msgstr "Riktig sted?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Veioperatør for denne navngitte veien (utledet fra veiens referansenummer og type) %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Veioperatør for denne navngitte veien (fra OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Roter til venstre" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3833,20 +3907,20 @@ msgstr "Hvis du roterer dette bildet, mister du ikke lagrede endringer til rappo msgid "Satellite" msgstr "Satelitt" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3863,13 +3937,12 @@ msgid "Save with a public update" msgstr "Lagre med en offentlig oppdatering" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Søk i rapporter" @@ -3882,7 +3955,7 @@ msgstr "Søk i brukere" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Søk i rapporter" @@ -3897,12 +3970,12 @@ msgstr "Søk:" msgid "Searching found no reports." msgstr "Søket fant ingen rapporter." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Søket fant ingen brukere." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3912,8 +3985,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Se personvernreglene våre" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3923,7 +3995,7 @@ msgid "Select a body" msgstr "Velg en administrasjon" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Velg et område" @@ -3944,7 +4016,7 @@ msgstr "" msgid "Select:" msgstr "Velg:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3957,7 +4029,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3966,11 +4038,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Rapport sendt tilbake" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Sendt til %s %s senere" @@ -4008,7 +4080,7 @@ msgstr "" msgid "Shortlist" msgstr "Hurtigliste" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4019,7 +4091,7 @@ msgstr "" msgid "Shortlisted" msgstr "I hurtiglisten" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "I hurtiglisten til %s" @@ -4044,8 +4116,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4056,7 +4128,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Vis nåler" @@ -4119,7 +4191,7 @@ msgid "Some photos of recent reports" msgstr "Noen bilder av nylig meldte problemer" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Noe tekst å oversette" @@ -4128,12 +4200,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Beklager det ser ut til å være et \"Crown dependency\"-postnummer, som vi ikke dekker." @@ -4151,9 +4222,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Beklager, men det oppsto et problem når vi forsøkte å bekrefte problemrapporten din" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Beklager, vi kunne ikke finne det stedet." @@ -4163,13 +4234,13 @@ msgstr "Beklager, vi kunne ikke finne det stedet." 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Beklager, vi kunne ikke tolke den posisjonen. Vennligst prøv på nytt." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4184,11 +4255,11 @@ msgstr "" 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:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sorter etter" @@ -4198,11 +4269,11 @@ msgstr "Sorter etter" msgid "Staff only" msgstr "Personale:" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Personale:" @@ -4226,18 +4297,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Tilstand" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4246,31 +4317,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistikk" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4288,7 +4356,7 @@ msgstr "Gatevisning" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Underavdeling/administrasjon" @@ -4307,50 +4375,48 @@ msgstr "Emne:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Send inn endringer" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Send inn spørreskjema" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Sendt inn" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4363,7 +4429,7 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4377,20 +4443,19 @@ msgstr "" msgid "Summarise the problem" msgstr "Oppsummer problemet" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Oppsummer dine endringer" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Oppsummering" @@ -4401,14 +4466,20 @@ msgstr "Oppsummeringsrapporter" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Superbruker:" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Superbruker:" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "Superbrukere har tilgang til å utføre alle handlinger i admingrensesnittet." @@ -4426,13 +4497,18 @@ msgstr "" msgid "Template «%s»" msgstr "Mal «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Maler" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Minst nylig oppdatert" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" @@ -4454,6 +4530,11 @@ msgstr "Tekst-versjon" msgid "Text:" msgstr "Tekst:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Tekst" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Takk for at du rapporterte dette problemet!" @@ -4483,7 +4564,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever 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?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4495,27 +4576,29 @@ msgstr "Bildet ser ikke ut til å ha blitt lastet opp riktig (%s), prøv på nyt msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Det stedet dekkes ikke av noen administrasjon, kanskje det er til havs eller utenfor landet - vennligst forsøk et annet sted." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Det stedet virker ikke å være i Storbritannia. Vennligst prøv igjen." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret ble ikke gjenkjent, beklager." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Det problemer har blitt markert som sendt." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Det problemet vil nå bli sendt på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har blitt fjernet fra FiksGataMi." @@ -4565,8 +4648,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4629,7 +4712,7 @@ msgstr "Feilen var: %s" 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 "De følgende Open311 v2-atributtene blir returnert for hver forespørsel: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code og service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Følgende informasjon om nærmeste vei kan være unøyaktig eller irrelevant, hvis problemet er nær flere veier eller nær en vei uten navn registrert i OpenStreetmap." @@ -4691,8 +4774,8 @@ msgstr "Brukeren kunne ikke plassere problemet på et kart, men sjekk området r msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4727,7 +4810,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4745,12 +4828,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Det var problemer med din oppdatering. Vær så snill å forsøke igjen." @@ -4758,7 +4841,7 @@ msgstr "Det var problemer med din oppdatering. Vær så snill å forsøke igjen msgid "There were problems with your report. Please see below." msgstr "Det var problemer med din rapport. Vennligst se under." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Det var problemer med din oppdatering. Vennligst se under." @@ -4843,10 +4926,10 @@ msgstr "Denne e-posten har blitt sendt til begge administrasjonene som dekker st 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Denne informasjonen er påkrevd" @@ -4863,19 +4946,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Dette problemet er løst" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Dette problemet har ikke blitt løst" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4888,26 +4975,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Denne rapporten avventer moderasjon" -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tiden markert som lukket." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tiden markert som fikset." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Denne rapporten er for tiden markert som åpen." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4915,15 +5002,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Tid brukt (i minutter):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4947,6 +5037,10 @@ msgstr "Tittel" msgid "Title:" msgstr "Tittel:" +#: 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 "Du finner lokale problemer ved å søke på ditt postnummer eller veinavn og sted" @@ -4972,7 +5066,7 @@ 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." #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4997,11 +5091,6 @@ msgstr "" msgid "Total" msgstr "Totalt" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "Trafikkstyring kreves?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5024,17 +5113,17 @@ msgstr "Forsøk å sende epost direkte til oss:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5044,7 +5133,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5074,10 +5163,10 @@ msgstr "Ukjent feil" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Ukjent problem-Id" @@ -5089,13 +5178,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Oppdatering" @@ -5146,29 +5235,27 @@ msgstr "En oppdatering gjennåpnet problemet" msgid "Update statuses" msgstr "Oppdater tilstanden" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Oppdatert" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Oppdatert!" @@ -5179,7 +5266,7 @@ msgstr "Oppdatert!" msgid "Updates" msgstr "Oppdateringer" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Oppdateringer er begrenset til %s tegn i lengde. Vennligst skriv en kortere tekst." @@ -5209,6 +5296,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5222,8 +5317,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5241,7 +5336,7 @@ msgid "User flagged" msgstr "Bruker flagget" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5254,27 +5349,25 @@ msgstr "Brukersøk leter etter treff gjennom brukernavn og epostadresser. " msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Brukere" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 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" @@ -5283,9 +5376,9 @@ msgstr "Brukere kan gjøre følgende handlinger innenfor deres tildelte administ 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" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Verdier oppdatert" @@ -5311,7 +5404,7 @@ msgstr "" msgid "View report on site" msgstr "Se rapport på nettstedet" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Se rapport per bydel" @@ -5319,7 +5412,7 @@ msgstr "Se rapport per bydel" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5337,7 +5430,7 @@ msgstr "Ser på et problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Bydeler innenfor denne administrasjonen" @@ -5407,7 +5500,7 @@ msgstr "Når sendt" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5427,7 +5520,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5439,7 +5532,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5450,12 +5542,12 @@ msgstr "Når du skriver meldingen din med kun store bokstaver blir den vanskelig #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ja" @@ -5468,7 +5560,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5481,7 +5573,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Du rapporterer at følgende oppdatering er støtende, inneholder personlig informasjon, eller lignende:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5490,7 +5582,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5522,7 +5614,7 @@ msgstr "Du kan hjelpe oss ved å finne en kontakt-e-post for lokale problemer i msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Du kan markere en administrasjon som slettet hvis du ikke vil at den skal være aktiv på dette nettstedet." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5532,7 +5624,7 @@ msgid "You declined; please fill in the box above" msgstr "Du avviste; vennligst fyll inn boksen ovenfor" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5540,7 +5632,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" 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:58 +#: 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)." @@ -5550,8 +5642,7 @@ msgstr "Du har allerede lagt ved bilder til denne rapporten. Merk at du kan maks 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 "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)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "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)." @@ -5617,9 +5708,9 @@ msgstr "Dine rapporter" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Din konto" @@ -5629,13 +5720,14 @@ msgstr "Din konto" msgid "Your account requires two-factor authentication to be set up." msgstr "Slå av totrinns pålogging" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5664,16 +5756,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5694,8 +5786,8 @@ msgid "Your password has expired, please create a new one below. When you click 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." #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5728,7 +5820,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5759,19 +5851,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "alle" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5779,8 +5871,8 @@ msgstr "" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "administrasjon" @@ -5811,6 +5903,10 @@ msgstr "rediger bruker" msgid "from %s different users" msgstr "fra %s forskjellige brukere" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5828,7 +5924,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "ingen" @@ -5911,12 +6007,12 @@ msgid "today" msgstr "idag" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5941,7 +6037,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "bydel" @@ -6001,7 +6097,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6022,7 +6118,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6043,21 +6139,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s fikset siste måned" msgstr[1] "%s fikset siste måned" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s rapport siste uke" msgstr[1] "%s rapporter siste uke" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s rapportert
nylig" msgstr[1] "%s rapportert
nylig" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6092,20 +6188,38 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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\")" @@ -6118,9 +6232,6 @@ msgstr[1] "" #~ msgid "Automated" #~ msgstr "Automatisk" -#~ msgid "Available categories" -#~ msgstr "Tilgjengelige kategorier" - #~ 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" diff --git a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po index f77b8b7a078..90d483bd567 100644 --- a/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nl_NL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "en" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Overzichtsverslagen" @@ -111,7 +111,7 @@ msgstr "%s vragenlijsten verzonden – %s beantwoord (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "&Rechten; OpenStreetMap bijdragende partijen" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(verstuurd naar beide)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Kies een categorie --" @@ -205,17 +207,18 @@ msgstr "" "Misschien moeten er MAPIT_TYPES toegevoegd worden aan het configuratie bestand?" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -245,7 +248,7 @@ msgid "Yes I have a password" msgstr "JaTake or choose existing photo
" msgstr "" @@ -262,7 +265,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -284,7 +287,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Voeg een contactpersoon toe" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Voeg een nieuwe categorie toe" @@ -317,7 +320,7 @@ msgstr "" msgid "Add new category" msgstr "Voeg een nieuwe categorie toe" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -326,8 +329,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -335,21 +338,20 @@ msgid "Add to shortlist" msgstr "Voeg aan favorieten toe" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Gebruiker toevoegen" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Voeg toe/wijzig categoriën" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Voeg toe/wijzig beantwoordingsprioriteiten" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Voeg toe/wijzig antwoordstramien" @@ -365,6 +367,12 @@ msgstr "Als dit rapport aan jouw favorieten toevoegd wordt het verwijderd van %s msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Nogmaals:" @@ -377,8 +385,8 @@ msgstr "Melding %d gemaakt voor %s, type %s, parameters %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Melding %d inactief gemaakt (gemaakt %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Meld het me als er updates zijn" @@ -390,10 +398,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Alle meldingen" @@ -433,6 +443,11 @@ msgstr "Alle rapporten tussen %s en %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Toegewezen aan categorie %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -469,7 +484,7 @@ msgstr "Anoniem" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -482,7 +497,7 @@ msgid "Another user" msgstr "Andere gebruiker" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Weet je zeker dat je de bestandsoverdracht wil afbreken?" @@ -491,8 +506,8 @@ msgstr "Weet je zeker dat je de bestandsoverdracht wil afbreken?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Weet je het zeker?" @@ -503,7 +518,7 @@ msgstr "Weet je het zeker?" msgid "Area covered" msgstr "Bestreken gebied" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Gebied:" @@ -517,27 +532,32 @@ msgstr "Dit is een website in opbouw! %s is false. Rapportages op deze site word msgid "Assign selected to role:" msgstr "Toegewezen aan %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Toewijzen aan categorie:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Toegewezen aan:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Toegewezen aan afdeling:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Beschikbare categoriën" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Toegewezen aan %s" @@ -550,7 +570,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:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -558,11 +578,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Automatisch antwoord:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -574,12 +594,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Zet hier geen persoonlijke informatie of nummerborden van autos neer" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Wacht op controle" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Vorige" @@ -600,14 +621,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Openbare lichamen" @@ -620,11 +639,13 @@ msgstr "Openbare lichamen" msgid "Body" msgstr "Openbaar lichaam" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Openbaar lichaam:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -636,8 +657,7 @@ msgstr "Kun je onze email niet vinden? Check je spamfolder. Dat is oplossing in msgid "Can't see the map? Skip this step" msgstr "Kan je de kaart niet zien? Sla deze stap over" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -653,15 +673,13 @@ msgstr "Categoriën:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -671,7 +689,7 @@ msgstr "Categorie" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categorie veranderd van '%s' in '%s'" @@ -694,6 +712,11 @@ msgstr "Categorie:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Verander Wachtwoord" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -710,7 +733,7 @@ msgstr "Verander Wachtwoord" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -720,12 +743,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -762,8 +785,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -773,11 +796,7 @@ msgstr "" msgid "Closed" msgstr "Gesloten" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Gesloten door gemeente" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -810,13 +829,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuratie" @@ -933,7 +951,7 @@ msgstr "Maak een melding" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Maak een categorie" @@ -943,27 +961,25 @@ msgstr "Maak een categorie" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Maak een sjabloon" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Aangemaakt" @@ -972,6 +988,17 @@ msgstr "Aangemaakt" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Aangemaakt" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Aangemaakt" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -983,10 +1010,6 @@ msgstr "Aangemaakt:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -996,19 +1019,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Klant kan niet bereikt worden" #: 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 "Dashboard" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1020,7 +1045,7 @@ msgstr "Door een afdeling behandeld binnen 5 werkdagen" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1030,7 +1055,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Verwijder sjabloon" @@ -1052,9 +1077,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Beschrijving" @@ -1063,7 +1086,7 @@ msgstr "Beschrijving" msgid "Destination" msgstr "Beschrijving" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1099,7 +1122,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1107,6 +1130,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Toegewezen aan categorie %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Toegewezen aan categorie %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1141,25 +1174,25 @@ msgstr "Geen idee" msgid "Don't like forms?" msgstr "Hou je niet van formulieren?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Plaats de fotos hier om ze te verzenden" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1171,7 +1204,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Oostwaarde/Noordwaarde" @@ -1183,7 +1216,7 @@ msgstr "Oostwaarde/Noordwaarde" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Bewerk" @@ -1194,12 +1227,11 @@ msgstr "Bewerk" msgid "Edit body details" msgstr "Wijzig openbaar lichaam details" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1207,17 +1239,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1254,8 +1284,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1264,15 +1295,14 @@ msgstr "Redacteur" msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1292,12 +1322,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Email:" @@ -1360,12 +1391,12 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Geef dichtstbijzijnde straatnaam en plaats" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Vul een dichtstbijzijnde UK postcode, of straatnaam en plaats in" @@ -1392,10 +1423,10 @@ msgstr "Geef details van het probleem" msgid "Error" msgstr "Foutmelding" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1408,7 +1439,7 @@ msgstr "Voorbeeld van postcode %s" msgid "Examples:" msgstr "Voorbeelden:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1417,7 +1448,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1442,7 +1473,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1454,20 +1485,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Extra info:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1500,20 +1531,24 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: 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 "" @@ -1543,7 +1578,7 @@ msgstr "" msgid "Flag user" msgstr "Gemarkeerde gebruikr" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Gemarkeerd" @@ -1552,7 +1587,7 @@ msgstr "Gemarkeerd" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1560,8 +1595,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Gemarkeerd:" @@ -1587,11 +1622,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Wachtwoord vergeten?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1601,12 +1636,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Veelgestelde Vragen" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1628,7 +1671,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:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Geef me een RSS feed" @@ -1644,15 +1687,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1662,7 +1705,7 @@ msgstr "Gaan" msgid "Going to send questionnaire?" msgstr "Vragenlijst versturen?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1688,6 +1731,7 @@ msgstr "Heb je al eens eerder een probleem aan de gemeente gemeld, of is dit jou #: 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 "" @@ -1722,7 +1766,8 @@ msgstr "Verborgen" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1750,7 +1795,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Verberg spelden" @@ -1804,11 +1849,9 @@ msgstr "Ik ben bang dat we je melding niet kunnen vinden in onze database.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1827,15 +1870,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1849,7 +1892,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1873,7 +1916,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1910,7 +1953,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1934,6 +1977,16 @@ msgstr "" 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 "Daarnaast worden de volgende attributen, die niet onderdeel zijn van de Open311 v2 specificatie meegestuurd: agency_sent_datetime, title (ook meegestuurd als onderdeel van de description), interface_used, comment_count, requestor_name (alleen aanwezig als deze getoond mag worden op de site)." +#. ("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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1943,20 +1996,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Ongeldige has_photo waarde \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1973,16 +2026,12 @@ msgstr "Interne notities" msgid "Internal notes" msgstr "Interne notities" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Ongeldige agency_responsible waarde %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Ongeldig formaat %s gespecifieerd" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2034,13 +2083,13 @@ msgstr "Laatste update:" msgid "Last update:" msgstr "Laatste update:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2057,7 +2106,7 @@ msgstr "Toon alle meldingen" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laden..." @@ -2095,17 +2144,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2123,19 +2173,20 @@ msgstr "" msgid "MAP" msgstr "Kaart" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2149,24 +2200,24 @@ msgstr "Kaart" msgid "Mark as sent" msgstr "Markeren als verzonden" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Bericht" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2179,7 +2230,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Vermiste jurisdiction_id" @@ -2187,8 +2238,7 @@ msgstr "Vermiste jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2211,7 +2261,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2221,14 +2271,14 @@ msgstr "" msgid "Month" msgstr "Maand" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2256,9 +2306,10 @@ msgstr "" msgid "Name" msgstr "Naam" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Naam:" @@ -2276,7 +2327,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Dichtstbijzijnde straat met naam voor lokatie op de kaart (automatisch gegenereerd via OpenStreetMap): %s%s" @@ -2284,12 +2335,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:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2314,7 +2365,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Nieuw contactpersonen voor categorie toegevoegd" @@ -2327,8 +2378,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2336,13 +2387,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nieuwe lokale problemen op FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2419,7 +2470,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2432,7 +2483,6 @@ msgstr "Volgende" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2441,11 +2491,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Nee" @@ -2457,11 +2507,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Geen gemeente geselecteerd" @@ -2477,8 +2528,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "" @@ -2514,15 +2565,15 @@ msgstr "Geen medestanders" msgid "None" msgstr "Geen" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2530,10 +2581,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "Nog niet gemeld" @@ -2581,12 +2636,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2594,12 +2649,12 @@ msgstr "" msgid "Old state" msgstr "Oude status" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2608,7 +2663,7 @@ 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:156 +#: 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 @@ -2639,7 +2694,7 @@ msgstr "Open311 initiatief website" msgid "Open311 specification" msgstr "Open311 specificatie" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2651,7 +2706,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2659,16 +2714,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2700,7 +2755,7 @@ msgstr "Pagina Niet Gevonden" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Alle categoriën" @@ -2709,13 +2764,13 @@ msgstr "Alle categoriën" msgid "Partial" msgstr "Gedeeltelijk" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Wachtwoord (optioneel)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Je wachtwoord is gewijzigd" @@ -2729,7 +2784,7 @@ msgstr "Wachtwoord (optioneel)" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2737,19 +2792,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefoonnummer:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefoonnummer (optioneel)" @@ -2757,30 +2817,26 @@ msgstr "Telefoonnummer (optioneel)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefoonnummer:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2800,9 +2856,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2811,7 +2866,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Foto's van recente meldingen dichtbij" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2825,6 +2880,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2852,27 +2911,26 @@ msgid "Please check your email address is correct" msgstr "Controleer of je e-mailadres klopt" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Kies een categorie" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2891,27 +2949,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Geef bericht in" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2924,16 +2982,16 @@ msgstr "Geef wachtwoord" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Geef onderwerp" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2944,20 +3002,20 @@ msgstr "Geef een geldig e-mailadres" msgid "Please enter a valid email address" msgstr "Geef een geldig e-mailadres" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Geef details" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2973,7 +3031,7 @@ msgid "Please enter your first name" msgstr "Geef je voornaam" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "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." @@ -2985,9 +3043,9 @@ msgstr "Geef je naam" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Geef je naam" @@ -3028,19 +3086,19 @@ msgstr "Vul zoveel mogelijk details in het veld beneden in. Vermeld ook de locat msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Geef aan of je een vragenlijst wilt ontvangen" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3067,24 +3125,28 @@ msgstr "" msgid "Please note:" msgstr "Let op:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Geef een reden op waarom je deze melding heropent" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Vermeld wat tekst en een foto" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Geef aan of je het probleem al eerder hebt doorgegeven aan de gemeente" @@ -3092,7 +3154,7 @@ msgstr "Geef aan of je het probleem al eerder hebt doorgegeven aan de gemeente" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3104,7 +3166,7 @@ msgstr "Kies de feed die je wilt" msgid "Please select the type of alert you want" msgstr "Kies de melding die je wilt" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Geef aan of het probleem is verholpen" @@ -3112,12 +3174,12 @@ msgstr "Geef aan of het probleem is verholpen" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3125,27 +3187,23 @@ msgstr "" msgid "Please write a message" msgstr "Schrijf een bericht" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Bericht" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Anoniem geplaatst bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Geplaatst door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Geplaatst door %s (%s) bij %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Geplaatst door %s bij %s" @@ -3161,7 +3219,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3169,11 +3227,11 @@ msgstr "" msgid "Previous" msgstr "Vorige" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3189,9 +3247,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privé" @@ -3240,7 +3298,7 @@ msgstr "Probleem %s verzonden naar gemeente %s" msgid "Problem breakdown by state" msgstr "Probleem verdeeld per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Probleem gemarkeerd als open" @@ -3248,8 +3306,7 @@ 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:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemen" @@ -3274,18 +3331,18 @@ msgstr "Recent gemelde problemen op FixMyStreet" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemen binnen %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemen binnen wijk %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3293,7 +3350,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3301,11 +3358,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3319,11 +3380,11 @@ msgstr "Geef een update" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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." @@ -3331,12 +3392,12 @@ msgstr "Het is optioneel om een wachtwoord op de geven, maar hiermee is het makk msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3379,11 +3440,11 @@ msgstr "Vragenlijst ingevuld door melder" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS feed voor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS feed voor wijk %s, %s" @@ -3391,11 +3452,11 @@ msgstr "RSS feed voor wijk %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS feed van %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed van %s, binnen wijk %s" @@ -3403,13 +3464,13 @@ msgstr "RSS feed van %s, binnen wijk %s" msgid "RSS feed of nearby problems" msgstr "RSS feed van nabije problemen" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS feed van problemen binnen %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS feed van problemen in wijk %s" @@ -3423,11 +3484,11 @@ msgstr "RSS feed van recente lokale problemen" msgid "RSS feed of updates to this problem" msgstr "RSS feed van updates voor dit probleem" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3440,7 +3501,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Ontvang een e-mail als updates worden achtergelaten bij dit probleem." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3454,7 +3515,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Recent gemelde problemen" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3467,7 +3528,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3479,8 +3541,8 @@ msgstr "" msgid "Remove flag" msgstr "Verwijder markering" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3495,17 +3557,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Verwijder foto (kan niet ongedaan worden!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Beantwoord" @@ -3513,14 +3579,14 @@ msgstr "Beantwoord" msgid "Report" msgstr "Melding" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3529,7 +3595,7 @@ msgid "Report a problem" msgstr "Meld een probleem" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3545,7 +3611,7 @@ msgid "Report anonymously" msgstr "Anoniem gemeld bij %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3581,7 +3647,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Meld, bekijk of discussier over lokale problemen" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Anoniem gemeld bij %s" @@ -3592,7 +3658,7 @@ msgstr "Anoniem gemeld bij %s" msgid "Reported before" msgstr "Eerder gemeld" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Gemeld door %s bij %s" @@ -3606,27 +3672,27 @@ msgstr "Gemeld door:" msgid "Reported in the %s category" msgstr "Toegewezen aan categorie %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Anoniem gemeld in de categorie %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 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:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Anoniem door %s gemeld bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Gemeld door %s door %s bij %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Gemeld door %s in de categorie %s door %s bij %s" @@ -3645,17 +3711,15 @@ msgstr "Gemeld:" msgid "Reporting a problem" msgstr "Meld een probleem" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Meldingen" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3683,15 +3747,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3704,7 +3768,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3757,39 +3821,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Wegbeheerder voor deze straat (afgeleid van wegnummer en type): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Wegbeheerder voor deze straat (uit OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Linksom roteren" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3805,20 +3875,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3835,13 +3905,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Zoek Meldingen" @@ -3854,7 +3923,7 @@ msgstr "Zoek Gebruikers" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Meldingen zoeken" @@ -3869,12 +3938,12 @@ msgstr "Zoek:" msgid "Searching found no reports." msgstr "Geen meldingen gevonden." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Geen gebruikers gevonden." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3884,8 +3953,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3895,7 +3963,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecteer een gebied" @@ -3916,7 +3984,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3929,7 +3997,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3938,11 +4006,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Verzonden aan %s %s later" @@ -3980,7 +4048,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3991,7 +4059,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4016,8 +4084,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4028,7 +4096,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Toon spelden" @@ -4088,7 +4156,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4097,12 +4165,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4120,9 +4187,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4132,13 +4199,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4152,11 +4219,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4165,11 +4232,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4193,18 +4260,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Staat" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4213,31 +4280,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Staat:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistieken" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4255,7 +4319,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4274,50 +4338,48 @@ msgstr "Onderwerp:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Opslaan" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Wijzigingen opslaan" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Vragenlijst opslaan" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Opgeslagen" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4329,7 +4391,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4343,20 +4405,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Samenvatting" @@ -4367,14 +4428,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4392,13 +4458,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "" @@ -4419,6 +4489,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4448,7 +4522,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4460,27 +4534,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "De postcode is niet geldig." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Het probleem is gemarkeerd als verzonden." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Het probleem wordt opnieuw verzonden." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4526,8 +4602,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4582,7 +4658,7 @@ msgstr "De foutmelding was: %s" 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 "De volgende Open311 v2 attributen worden teruggegeven voor elke aanvraag: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code en service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "De volgende informatie over de dichtstbijzijnde weg kan onjuist of niet relevant zijn als het probleem zich dichtbij verschillende wegen, of dichtbij een weg zonder naam bevind." @@ -4644,8 +4720,8 @@ msgstr "The gebruiker kon het probleem niet vinden op de kaart, maar het gebied msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4678,7 +4754,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4696,12 +4772,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Er was een probleem met je update. Probeer het later nog eens." @@ -4709,7 +4785,7 @@ msgstr "Er was een probleem met je update. Probeer het later nog eens." msgid "There were problems with your report. Please see below." msgstr "Er was een probleem met je melding. Zie beneden." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Er was een probleem met je update. Zie beneden." @@ -4785,10 +4861,10 @@ msgstr "Deze e-mail is naar meerdere contactpersonen gestuurd die mogelijk geïn 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Deze informatie is verplicht" @@ -4805,19 +4881,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Dit probleem is opgelost" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Dit probleem is niet opgelost" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4830,26 +4910,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Deze melding is momenteel gemarkeerd als gesloten." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Deze melding is momenteel gemarkeerd als opgelost." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Deze melding is momenteel gemarkeerd als openstaand." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4857,15 +4937,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Gespendeerde tijd (in minuten):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4889,6 +4972,10 @@ msgstr "Titel" msgid "Title:" msgstr "Titel:" +#: 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 "" @@ -4914,7 +5001,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4939,11 +5026,6 @@ msgstr "" msgid "Total" msgstr "Totaal" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4966,16 +5048,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4985,7 +5067,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5015,10 +5097,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5030,13 +5112,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5087,29 +5169,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -5120,7 +5200,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5150,6 +5230,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5163,8 +5251,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5182,7 +5270,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5195,27 +5283,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Gebruikers" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5223,9 +5309,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5251,7 +5337,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5259,7 +5345,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5277,7 +5363,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5347,7 +5433,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5367,7 +5453,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5379,7 +5465,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5390,12 +5475,12 @@ msgstr "Je bericht is moeilijk leesbaar als deze alleen uit hoofdletters bestaat #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ja" @@ -5408,7 +5493,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5421,7 +5506,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Je meld het volgende update als beledigend, persoonlijke informatie bevattend of gelijkend aan:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5430,7 +5515,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5460,7 +5545,7 @@ msgstr "Je kan ons helpen met het vinden van een e-mailadres voor lokale problem msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5470,7 +5555,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5478,7 +5563,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Je hebt deze vragenlijst al ingevuld. Als je vragen hebt kan je contact opnemen of je probleem bekijken.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5487,8 +5572,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5552,9 +5636,9 @@ msgstr "Jouw meldingen" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5563,13 +5647,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5598,16 +5683,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5627,8 +5712,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5661,7 +5746,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5692,19 +5777,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5712,8 +5797,8 @@ msgstr "" msgid "by %s" msgstr "door %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "gemeente" @@ -5744,6 +5829,10 @@ msgstr "" msgid "from %s different users" msgstr "door %s verschillende gebruikers" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5761,7 +5850,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5843,12 +5932,12 @@ msgid "today" msgstr "vandaag" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5873,7 +5962,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5933,7 +6022,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5954,7 +6043,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5975,21 +6064,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "" msgstr[1] "" -#: templates/web/westminster/front/stats.html:8 +#: 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] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "" msgstr[1] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6024,29 +6113,35 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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 "Available categories" -#~ msgstr "Beschikbare categoriën" - #~ msgid "Description:" #~ msgstr "Beschrijving:" diff --git a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po index 5bed755a82f..3c078bb2d70 100644 --- a/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " og " @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s – oppsummeringsrapportar" @@ -111,7 +111,7 @@ msgstr "%s spørjeskjema sendt – %s svart (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(sendt til begge)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Vel ein kategori --" @@ -202,17 +204,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -242,7 +245,7 @@ msgid "Yes I have a password" msgstr "Ja, eg har eit passord" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -259,7 +262,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -279,7 +282,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Legg til ny kategori" @@ -312,7 +315,7 @@ msgstr "" msgid "Add new category" msgstr "Legg til ny kategori" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -321,8 +324,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -330,21 +333,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -360,6 +362,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Gjenta:" @@ -372,8 +380,8 @@ msgstr "Varsel %d oppretta for %s, type %s, parameter %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Varsel %d kobla ut (oppretta %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Send meg varsel ved framtidige oppdateringar" @@ -385,10 +393,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "" @@ -428,6 +438,11 @@ msgstr "" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Rapportert i kategorien %s av %s %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -463,7 +478,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -476,7 +491,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -485,8 +500,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -497,7 +512,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -510,27 +525,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Legg til ny kategori" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -543,7 +563,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:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -551,11 +571,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -567,12 +587,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "" @@ -593,14 +614,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "" @@ -613,11 +632,13 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -629,8 +650,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -646,15 +666,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -664,7 +682,7 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -687,6 +705,11 @@ msgstr "Kategori:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Byt passord" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -703,7 +726,7 @@ msgstr "Byt passord" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -713,12 +736,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -755,8 +778,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -766,11 +789,7 @@ msgstr "" msgid "Closed" msgstr "Lukka" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "(ikkje rapportert til administrasjonen)" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -803,13 +822,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -926,7 +944,7 @@ msgstr "Lag ein rapport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Lag kategori" @@ -936,27 +954,25 @@ msgstr "Lag kategori" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Oppretta" @@ -965,6 +981,17 @@ msgstr "Oppretta" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Oppretta" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Oppretta" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -976,10 +1003,6 @@ msgstr "Oppretta:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -989,19 +1012,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1013,7 +1038,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1023,7 +1048,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1045,9 +1070,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "" @@ -1055,7 +1078,7 @@ msgstr "" msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1091,7 +1114,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1099,6 +1122,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Rapportert i kategorien %s av %s %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Rapportert i kategorien %s av %s %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1133,24 +1166,24 @@ msgstr "Veit ikkje" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1162,7 +1195,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1174,7 +1207,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Rediger" @@ -1185,12 +1218,11 @@ msgstr "Rediger" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1198,17 +1230,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1245,8 +1275,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1255,15 +1286,14 @@ msgstr "Oppdatert av" msgid "Email" msgstr "E-post" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1283,12 +1313,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-post:" @@ -1351,11 +1382,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1382,10 +1413,10 @@ msgstr "Legg inn detaljar om problemet" msgid "Error" msgstr "Feil" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1398,7 +1429,7 @@ msgstr "Postnummerdøme %s" msgid "Examples:" msgstr "Døme:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1407,7 +1438,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1432,7 +1463,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1444,20 +1475,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1490,20 +1521,24 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: 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 "" @@ -1533,7 +1568,7 @@ msgstr "" msgid "Flag user" msgstr "Flagg brukar" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Flagga:" @@ -1542,7 +1577,7 @@ msgstr "Flagga:" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1550,8 +1585,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Flagga:" @@ -1577,11 +1612,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1591,12 +1626,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Ofte spurde spurnader" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1618,7 +1661,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Gje meg ein RSS-straum" @@ -1634,15 +1677,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1652,7 +1695,7 @@ msgstr "Hald fram" msgid "Going to send questionnaire?" msgstr "Skal spørjeskjemaet sendast?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1678,6 +1721,7 @@ msgstr "Har du rapportert eit problem til ein administrasjon før, eller er dett #: 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 "" @@ -1712,7 +1756,8 @@ msgstr "Skjult" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1740,7 +1785,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Skjul nåler" @@ -1794,11 +1839,9 @@ msgstr "Eg er redd vi ikkje klarte å finna problemet ditt i databasen.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1817,15 +1860,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1839,7 +1882,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1863,7 +1906,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1900,7 +1943,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1924,6 +1967,17 @@ msgstr "" 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 "I tillegg er følgjande attributt som ikkje er del av Open311 v2-spesifikasjonen returnert: agency_sent_datetime, title (òg returnert som del av description), interface_used, comment_count, requestor_name (berre tilstades viss innsendar tillét at namnet kunne visast på denne nettstaden)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "bydel" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1933,20 +1987,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Feil has_photo-verdi «%s»" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1962,16 +2016,12 @@ msgstr "" msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Ugyldig agency_responsible-verdi %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Ugyldig format %s oppgjeve." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2023,13 +2073,13 @@ msgstr "Siste oppdatering:" msgid "Last update:" msgstr "Siste oppdatering:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2046,7 +2096,7 @@ msgstr "Vis alle rapporterte problem" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Lastar …" @@ -2084,17 +2134,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2112,19 +2163,20 @@ msgstr "" msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2138,24 +2190,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2168,7 +2220,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Manglar jurisdiction_id" @@ -2176,8 +2228,7 @@ msgstr "Manglar jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2200,7 +2251,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2210,14 +2261,14 @@ msgstr "" msgid "Month" msgstr "Månad" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2245,9 +2296,10 @@ msgstr "" msgid "Name" msgstr "Namn" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Namn:" @@ -2265,7 +2317,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Næraste namngjevne veg til nålen plassert på kartet (automatisk generert ved hjelp av OpenStreetMap): %s%s" @@ -2273,12 +2325,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:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2301,7 +2353,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Ny kategorikontakt lagt til" @@ -2314,8 +2366,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2323,13 +2375,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "Nye lokale problem på FiksGataMi" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2406,7 +2458,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2419,7 +2471,6 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2428,11 +2479,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Nei" @@ -2444,11 +2495,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Ingen administrasjon er vald" @@ -2464,8 +2516,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "" @@ -2501,15 +2553,15 @@ msgstr "" msgid "None" msgstr "Ingen" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2517,10 +2569,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "Ikkje rapportert tidlegare" @@ -2568,12 +2624,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2581,12 +2637,12 @@ msgstr "" msgid "Old state" msgstr "Gammal tilstand" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2595,7 +2651,7 @@ 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:156 +#: 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 @@ -2626,7 +2682,7 @@ msgstr "Nettsida til Open311-initiativet" msgid "Open311 specification" msgstr "Open311-spesifikasjon" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2638,7 +2694,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2646,16 +2702,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2687,7 +2743,7 @@ msgstr "Fann ikkje sida" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Lag kategori" @@ -2696,13 +2752,13 @@ msgstr "Lag kategori" msgid "Partial" msgstr "Delvis" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Passordet ditt har vorte endra" @@ -2715,7 +2771,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2723,19 +2779,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefon:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "" @@ -2743,30 +2804,26 @@ msgstr "" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2786,9 +2843,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2797,7 +2853,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Bilete av nye problem i nærleiken" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2811,6 +2867,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2838,27 +2898,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:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Vel ein kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2877,27 +2936,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: 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:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2910,16 +2969,16 @@ msgstr "Skriv inn eit passord" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Ver venleg og legg inn eit emne" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2930,20 +2989,20 @@ msgstr "Ver venleg og legg til ein gyldig e-post" msgid "Please enter a valid email address" msgstr "Ver venleg og legg inn e-postadressa di" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Ver venleg og legg inn opplysningar om problemet" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2959,7 +3018,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2971,9 +3030,9 @@ msgstr "Ver venleg og legg inn namnet ditt" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Ver venleg og legg inn namnet ditt" @@ -3016,19 +3075,19 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Ver venleg og indiker om du ynskjer å motta eit nytt spørjeskjema" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3055,24 +3114,28 @@ msgstr "" msgid "Please note:" msgstr "Merk:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Ver venleg og bidra med ei forklaring på kvifor du gjenopnar denne problemrapporten" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Ver venleg og bidra med litt tekst i tillegg til eit bilete" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Ver venleg og opplys om du har rapportert eit problem til administrasjonen din tidlegare" @@ -3080,7 +3143,7 @@ msgstr "Ver venleg og opplys om du har rapportert eit problem til administrasjon 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3092,7 +3155,7 @@ msgstr "Vel den kjelda du ynskjer" msgid "Please select the type of alert you want" msgstr "Ver venleg og vel kva for ein type varsel du ynskjer" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Ver venleg og oppgje om dette problemet har vorte fiksa eller ikkje" @@ -3100,12 +3163,12 @@ msgstr "Ver venleg og oppgje om dette problemet har vorte fiksa eller ikkje" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3113,27 +3176,23 @@ msgstr "" msgid "Please write a message" msgstr "Skriv inn ei melding" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Send inn" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Publisert anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Sendt inn av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Lagt inn av %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Lagt inn av %s %s" @@ -3149,7 +3208,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3157,11 +3216,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3177,9 +3236,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -3228,7 +3287,7 @@ msgstr "Problem %s sendt til administrasjon %s" msgid "Problem breakdown by state" msgstr "Tilstandsfordeling av problem" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problem markert som ope." @@ -3236,8 +3295,7 @@ 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:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" @@ -3262,18 +3320,18 @@ msgstr "Problem nyleg rapportert fiksa på FiksGataMi" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problem innanfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problem innanfor %s bydel" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3281,7 +3339,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3289,11 +3347,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3307,11 +3369,11 @@ msgstr "Bidra med ei oppdatering" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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" @@ -3319,12 +3381,12 @@ msgstr "Det er valfritt å oppgje eit passord, men om du gjer det vil det verta msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3367,11 +3429,11 @@ msgstr "Spørjeskjema fylt inn av feilrapportøren" msgid "RSS feed" msgstr "RSS-straum" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS-straum for %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS-straum for %s bydel, %s" @@ -3379,11 +3441,11 @@ msgstr "RSS-straum for %s bydel, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS-straum frå %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS-straum av %s, innanfor %s bydel" @@ -3391,13 +3453,13 @@ msgstr "RSS-straum av %s, innanfor %s bydel" msgid "RSS feed of nearby problems" msgstr "RSS-straum med problem i nærleiken" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS-straum for problem innanfor %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS-straum for problem innanfor %s bydel" @@ -3411,11 +3473,11 @@ msgstr "RSS-straum med nye lokale problem" msgid "RSS feed of updates to this problem" msgstr "RSS-straum med oppdateringar for dette problemet" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3428,7 +3490,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Motta e-post når det er oppdateringar på dette problemet" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3442,7 +3504,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Nyleg melde problem" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3455,7 +3517,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3467,8 +3530,8 @@ msgstr "" msgid "Remove flag" msgstr "Fjern flagg" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3483,17 +3546,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Fjern bilete (kan ikkje gjerast om!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3501,14 +3568,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3517,7 +3584,7 @@ msgid "Report a problem" msgstr "Rapporter eit problem" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3533,7 +3600,7 @@ msgid "Report anonymously" msgstr "Rapportert anonymt %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3569,7 +3636,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Rapporter, finn eller diskuter lokale problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Rapportert anonymt %s" @@ -3580,7 +3647,7 @@ msgstr "Rapportert anonymt %s" msgid "Reported before" msgstr "Rapportert tidlegare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Publisert av %s %s" @@ -3594,27 +3661,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Rapportert i kategorien %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Rapportert i kategorien %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Publisert av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Rapportert av %s av %s %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapportert av %s i kategorien %s av %s %s" @@ -3633,17 +3700,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Legger til eit problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3671,15 +3736,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3692,7 +3757,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3745,39 +3810,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Vegoperatør for denne namngjevne vegen (utleia frå vegreferansenummer og type): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vegoperatør for denne namngjevne vegen (frå OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3793,20 +3864,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3823,13 +3894,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Søk i rapportar" @@ -3842,7 +3912,7 @@ msgstr "Søk i brukarar" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3857,12 +3927,12 @@ msgstr "Søk:" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3872,8 +3942,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3883,7 +3952,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3904,7 +3973,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3917,7 +3986,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3926,11 +3995,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Sendt til %s %s seinare" @@ -3968,7 +4037,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3979,7 +4048,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4004,8 +4073,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4016,7 +4085,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Vis nåler" @@ -4076,7 +4145,7 @@ msgid "Some photos of recent reports" msgstr "Nokre bilete av nyleg melde problem" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Noko tekst å omsetja" @@ -4085,12 +4154,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Orsak, det ser ut til å vera eit «Crown dependency»-postnummer, som vi ikkje dekkjer." @@ -4108,9 +4176,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Orsak, men det oppstod eit problem når vi freista å stadfesta problemrapporten din" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Orsak, vi kunne ikkje finna den staden." @@ -4120,13 +4188,13 @@ msgstr "Orsak, vi kunne ikkje finna den staden." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Orsak, vi kunne ikkje tolka den posisjonen. Ver venleg og prøv på nytt." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4141,11 +4209,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4154,11 +4222,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4182,18 +4250,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Tilstand" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4202,31 +4270,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Tilstand:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistikk" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4244,7 +4309,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4263,50 +4328,48 @@ msgstr "Emne:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Send inn" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Send inn endringar" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Send inn spørjeskjema" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Abonner" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4318,7 +4381,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4332,20 +4395,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Oppsummering" @@ -4356,14 +4418,19 @@ msgstr "Oppsummeringsrapportar" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4381,13 +4448,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Tekst" @@ -4408,6 +4479,11 @@ msgstr "Tekst-utgåve" msgid "Text:" msgstr "Tekst:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Tekst" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4440,7 +4516,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever 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?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4452,27 +4528,29 @@ msgstr "Biletet ser ikkje ut til å ha vorte lasta opp riktig (%s), prøv på ny 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Det postnummeret vart ikkje gjenkjent, orsak." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Det problemet vil no sendast på nytt." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Den rapporten har vorte fjerna frå FiksGataMi." @@ -4518,8 +4596,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4573,7 +4651,7 @@ msgstr "Feilen var: %s" 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 "Dei følgjande Open311 v2-attributtene vert returnerte for kvar førespurnad: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code og service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Følgjande informasjon om næraste veg kan vera unøyaktig eller irrelevant, viss problemet er nær fleire vegar eller nær ein veg utan namn registrert i OpenStreetmap." @@ -4635,8 +4713,8 @@ msgstr "Brukaren kunne ikkje plassera problemet på eit kart, men sjekk områdde msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4669,7 +4747,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4687,12 +4765,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." @@ -4700,7 +4778,7 @@ msgstr "Det var problem med oppdateringa di. Ver venleg og prøv igjen." msgid "There were problems with your report. Please see below." msgstr "Det var problem med rapporten din. Ver venleg og sjå under." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Det var problem med oppdateringa di. Ver venleg og sjå under." @@ -4776,10 +4854,10 @@ msgstr "Denne e-posten er sendt til begge administrasjonane som dekkjer staden f 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Denne informasjonen er påkravd" @@ -4796,19 +4874,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Dette problemet er løyst" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Dette problemet har ikkje vorte løyst" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4821,26 +4903,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Denne rapporten er for tida markert som lukka." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Denne rapporten er for tida markert som fiksa." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Denne rapporten er for tida markert som open." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4848,15 +4930,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4880,6 +4965,10 @@ msgstr "Tittel" 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 "" @@ -4905,7 +4994,7 @@ 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" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4930,11 +5019,6 @@ msgstr "" msgid "Total" msgstr "Totalt" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4957,16 +5041,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4976,7 +5060,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5006,10 +5090,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Ukjend problem-ID" @@ -5021,13 +5105,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5078,29 +5162,27 @@ msgstr "Ei oppdatering gjenopna problemet" msgid "Update statuses" msgstr "Oppdater tilstanden" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Oppdatert!" @@ -5111,7 +5193,7 @@ msgstr "Oppdatert!" msgid "Updates" msgstr "Oppdateringar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5141,6 +5223,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5154,8 +5244,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5173,7 +5263,7 @@ msgid "User flagged" msgstr "Brukar flagga" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5186,27 +5276,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Brukarar" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5214,9 +5302,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Verdi oppdatert" @@ -5242,7 +5330,7 @@ msgstr "" msgid "View report on site" msgstr "Sjå rapport på nettstaden" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5250,7 +5338,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5268,7 +5356,7 @@ msgstr "Ser på eit problem" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Bydelar innanfor denne administrasjonen" @@ -5338,7 +5426,7 @@ msgstr "Når sendt" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5358,7 +5446,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5370,7 +5458,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5381,12 +5468,12 @@ msgstr "Når du skriv meldinga di med berre store bokstavar vert ho vanskeleg å #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ja" @@ -5399,7 +5486,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5412,7 +5499,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Du rapporterer at følgjande oppdatering er støytande, inneheld personleg informasjon, eller liknande:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5421,7 +5508,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5451,7 +5538,7 @@ msgstr "Du kan hjelpa oss ved å finna ein kontakt-e-post for lokale problem i % msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5461,7 +5548,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5469,7 +5556,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Du har allereie svart på dette spørjeskjemaet. Viss du har spurnader, ver venleg og ta kontakt, eller sjå på problemet ditt.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5478,8 +5565,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5543,9 +5629,9 @@ msgstr "Rapportane dine" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5554,13 +5640,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5589,16 +5676,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5618,8 +5705,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5652,7 +5739,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5683,19 +5770,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5703,8 +5790,8 @@ msgstr "" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "administrasjon" @@ -5735,6 +5822,10 @@ msgstr "" msgid "from %s different users" msgstr "frå %s ulike brukarar" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5752,7 +5843,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5835,12 +5926,12 @@ msgid "today" msgstr "i dag" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5865,7 +5956,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "bydel" @@ -5925,7 +6016,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5946,7 +6037,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5967,21 +6058,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s løyst siste månad" msgstr[1] "%s løyst siste månad" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s rapport siste veke" msgstr[1] "%s rapportar siste veke" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s rapport nyleg" msgstr[1] "%s rapportar nyleg" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6016,20 +6107,29 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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." diff --git a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po index c6397bd58d2..af33d46fdbe 100644 --- a/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pl_PL.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -4,15 +4,17 @@ # Matthew Somerville , 2011-06-03. # # Translators: -# mySociety , 2019 +# mySociety , 2020 +# Wrobel Wroblasty , 2020 # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" -"PO-Revision-Date: 2019-04-29 18:03+0000\n" -"Last-Translator: mySociety , 2019\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" "Language: pl_PL\n" "MIME-Version: 1.0\n" @@ -20,11 +22,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " -msgstr "" +msgstr "i" #. ("JS") #: templates/web/base/js/translation_strings.html:52 @@ -35,19 +37,19 @@ msgstr "" #: templates/web/base/report/new/top_message_some.html:10 #: templates/web/base/report/new/top_message_some.html:12 msgid " or " -msgstr "" +msgstr "lub" #: templates/web/base/report/inspect/_extra_details_field.html:5 msgid "%d characters maximum" -msgstr "" +msgstr "%d maksymalnych znaków" #: templates/web/base/admin/bodies/edit-league.html:12 msgid "%d edits by %s" -msgstr "" +msgstr "%dedytowane przez %s" #: templates/web/base/pagination.html:7 msgid "%d to %d of %d" -msgstr "" +msgstr "%ddo %d z %d" #: templates/web/base/admin/users/import.html:42 msgid "%d users already existed" @@ -56,22 +58,22 @@ 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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "" #. ("%s here is the site name") #: templates/web/base/admin/navigation.html:3 msgid "%s admin:" -msgstr "" +msgstr "%s administrator:" #: templates/web/base/status/stats.html:26 msgid "%s bodies" -msgstr "" +msgstr "%sciała" #: templates/web/base/status/stats.html:24 msgid "%s confirmed alerts, %s unconfirmed" -msgstr "" +msgstr "%s potwierdzone alerty, %s niepotwierdzone" #: templates/web/base/status/stats.html:27 #: templates/web/zurich/admin/index.html:6 @@ -101,7 +103,7 @@ msgstr "" #: templates/web/base/dashboard/index.html:166 #: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" -msgstr "" +msgstr "%s otwarte, %s zamknięte, %s naprawione" #: templates/web/base/status/stats.html:25 msgid "%s questionnaires sent – %s answered (%s%%)" @@ -109,11 +111,11 @@ msgstr "" #: templates/web/base/report/_council_sent_info.html:8 msgid "%s ref: %s" -msgstr "" +msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" -msgstr "" +msgstr "© OpenStreetMap współtwórcy" #: templates/web/zurich/report/new/fill_in_details_form.html:21 msgid "(Defect & location of defect)" @@ -122,12 +124,12 @@ msgstr "" #: templates/web/zurich/admin/report_edit-sdm.html:50 #: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" -msgstr "" +msgstr "(Nie ma nazwy)" #: templates/web/zurich/admin/report_edit-sdm.html:57 #: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" -msgstr "" +msgstr "(Nie ma numeru telefonu)" #: templates/web/base/admin/states/index.html:95 msgid "(a-z and space only)" @@ -135,7 +137,7 @@ msgstr "" #: templates/web/zurich/report/_item.html:21 msgid "(closed)" -msgstr "" +msgstr "(zamknięte)" #: templates/web/base/alert/_list_rss_local.html:8 msgid "(covers roughly 200,000 people)" @@ -143,7 +145,7 @@ msgstr "" #: templates/web/zurich/report/_item.html:19 msgid "(fixed)" -msgstr "" +msgstr "(naprawione)" #: templates/web/base/around/intro.html:2 msgid "(like graffiti, fly tipping, broken paving slabs, or street lighting)" @@ -157,14 +159,16 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" -msgstr "" +msgstr "(opcjonalnie)" #: templates/web/base/report/_item_small.html:28 msgid "(sent to all)" -msgstr "" +msgstr "(wyślij do wszystkich)" #: templates/web/base/report/_item_small.html:29 msgid "(sent to both)" @@ -175,19 +179,19 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" -msgstr "" +msgstr "-- Wybierz Kategorie --" #: templates/web/base/report/new/category_extras_fields.html:19 msgid "-- Pick an option --" -msgstr "" +msgstr "-- Wybierz jakąś opcję --" #: templates/web/base/contact/enquiry/index.html:35 msgid "-- Please select --" -msgstr "" +msgstr "-- Proszę wybrać --" #: templates/web/base/admin/response_templates_select.html:3 msgid "--Choose a template--" @@ -202,19 +206,20 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." -msgstr "" +msgstr "%szapisane." #: templates/web/base/status/stats.html:17 #: templates/web/zurich/admin/index.html:4 @@ -223,7 +228,7 @@ msgstr "" #: templates/web/base/report/form/user_loggedout_by_email_heading.html:11 msgid "No Let me confirm my report by email" -msgstr "" +msgstr "Nie Poinformuj mnie o moim zgłoszeniu przez maila " #: templates/web/base/report/form/user_loggedout_by_email_heading.html:5 msgid "No Let me confirm my report by email/text" @@ -235,14 +240,14 @@ msgstr "" #: templates/web/base/report/form/user_loggedout_by_email_heading.html:3 msgid "No Let me confirm my update by email/text" -msgstr "" +msgstr "NieDaj mi potwierdzić moją aktualizacje przez emaila" #: templates/web/base/report/form/user_loggedout_password.html:4 msgid "Yes I have a password" -msgstr "" +msgstr "TakPosiadam hasło" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -252,20 +257,20 @@ msgstr "" #: templates/web/base/report/new/form_user.html:8 msgid "About the problem" -msgstr "" +msgstr "O problemie" #: perllib/FixMyStreet/App/Controller/Root.pm:128 msgid "Access denied" -msgstr "" +msgstr "Dostęp odrzucony" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" #: templates/web/base/my/my.html:39 templates/web/base/my/my.html:50 msgid "Add" -msgstr "" +msgstr "Dodaj" #: templates/web/base/admin/bodies/form.html:3 #: templates/web/base/admin/bodies/form.html:4 @@ -279,7 +284,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" msgstr "" @@ -287,12 +292,12 @@ msgstr "" #: templates/web/base/admin/bodies/index.html:78 #: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" -msgstr "" +msgstr "Dodaj ciało" #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:7 msgid "Add email address" -msgstr "" +msgstr "Dodaj adres email" #: templates/web/base/admin/reportextrafields/index.html:24 msgid "Add extra fields" @@ -309,19 +314,19 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:146 #: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" -msgstr "" +msgstr "Dodaj nową kategorie " -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" -msgstr "" +msgstr "Dodaj opcje" #: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" -msgstr "" +msgstr "Dodaj numer telefonu" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -329,27 +334,26 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" -msgstr "" +msgstr "Dodaj użytkownika" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" -msgstr "" +msgstr "Dodaj/edytuj kategorię problemu" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" #: templates/web/base/my/my.html:119 msgid "Added %s" -msgstr "" +msgstr "Dodano %s" #: templates/web/base/report/_main.html:158 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." @@ -357,11 +361,17 @@ msgstr "" #: templates/web/base/main_nav_items.html:31 msgid "Admin" +msgstr "Administrator" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" msgstr "" #: templates/web/base/auth/change_password.html:51 msgid "Again:" -msgstr "" +msgstr "Znów:" #: templates/web/base/admin/timeline.html:35 msgid "Alert %d created for %s, type %s, parameters %s / %s" @@ -371,26 +381,28 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "" #: templates/web/base/admin/reports/edit.html:96 msgid "Alerts:" -msgstr "" +msgstr "Alerty:" #: templates/web/base/dashboard/index.html:40 #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" -msgstr "" +msgstr "Wszystko" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" -msgstr "" +msgstr "Wszystkie Zgłoszenia" #: templates/web/zurich/admin/stats/index.html:47 msgid "All Reports as CSV" @@ -400,7 +412,7 @@ msgstr "" #: templates/web/base/admin/responsepriorities/index.html:26 #: templates/web/base/admin/templates/view.html:19 msgid "All categories" -msgstr "" +msgstr "Wszystkie kategorie" #: templates/web/base/admin/reportextrafields/edit.html:26 msgid "All cobrands" @@ -408,7 +420,7 @@ msgstr "" #: templates/web/base/admin/reportextrafields/edit.html:47 msgid "All languages" -msgstr "" +msgstr "Wszystkie języki" #: templates/web/base/navigation/_all_reports.html:0 #: templates/web/base/navigation/_all_reports.html:12 @@ -417,14 +429,18 @@ msgstr "" #: templates/web/zurich/footer.html:20 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" -msgstr "" +msgstr "Wszystkie zgłoszenia" #: templates/web/zurich/admin/stats/index.html:45 msgid "All reports between %s and %s" -msgstr "" +msgstr "Wszystkie reporty " #: templates/web/base/reports/index.html:25 msgid "All time" +msgstr "Cały czas" + +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:7 @@ -455,40 +471,40 @@ msgstr "" #: templates/web/base/admin/list_updates.html:33 #: templates/web/base/admin/problem_row.html:20 msgid "Anonymous" -msgstr "" +msgstr "Anonimowy" #: templates/web/base/report/new/form_user_loggedin.html:22 #: templates/web/base/report/update/form_user_loggedin.html:19 msgid "Anonymous user" -msgstr "" +msgstr "Anonimowy użytkownik" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 msgid "Anonymous:" -msgstr "" +msgstr "Anonimowy:" #: templates/web/base/report/new/form_user_loggedin.html:25 #: templates/web/base/report/update/form_user_loggedin.html:16 msgid "Another user" -msgstr "" +msgstr "Inny użytkownik" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" -msgstr "" +msgstr "Czy jesteś pewien, chcesz cofnąć wgrywanie?" #. ("JS") #: templates/web/base/admin/manifesttheme/form.html:62 #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" -msgstr "" +msgstr "Czy jesteś pewien?" #: templates/web/base/admin/bodies/body.html:21 #: templates/web/base/admin/bodies/form.html:77 @@ -496,9 +512,9 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" -msgstr "" +msgstr "Arena:" #: templates/web/base/admin/bodies/body.html:65 #: templates/web/base/admin/bodies/index.html:19 @@ -509,27 +525,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Wszystkie kategorie" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -542,7 +563,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -550,11 +571,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -566,19 +587,20 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" -msgstr "" +msgstr "Cofnij" #: templates/web/base/report/_main.html:8 msgid "Back to all reports" -msgstr "" +msgstr "Cofnij do wszystkich zgłoszeń" #: templates/web/base/admin/manifesttheme/index.html:9 msgid "Background Colour" @@ -586,20 +608,18 @@ msgstr "" #: templates/web/base/admin/report_blocks.html:18 msgid "Ban user" -msgstr "" +msgstr "Blokada użytkownika" #: templates/web/base/admin/extra-metadata-item.html:35 msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "" @@ -610,15 +630,17 @@ msgstr "" #: templates/web/base/admin/users/import.html:48 #: templates/web/base/admin/users/index.html:45 msgid "Body" -msgstr "" +msgstr "Ciało" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" -msgstr "" +msgstr "Ciało:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" -msgstr "" +msgstr "Plik CSV" #: 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." @@ -626,46 +648,43 @@ msgstr "" #: templates/web/base/around/_report_banner.html:5 msgid "Can't see the map? Skip this step" -msgstr "" +msgstr "Nie możesz zobaczyć mapy? Pomiń ten krok" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" -msgstr "" +msgstr "Kategorie" #: 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 "" +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:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" -msgstr "" +msgstr "Kategoria" #: templates/web/base/dashboard/index.html:104 msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" -msgstr "" +msgstr "Kategoria zmieniona z '%s' do '%s'" #: templates/web/base/admin/stats/fix_rate.html:1 #: templates/web/base/admin/stats/index.html:14 @@ -686,23 +705,28 @@ msgstr "" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Wybierz hasło" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" -msgstr "" +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:64 templates/web/base/my/my.html:68 msgid "Change password" -msgstr "" +msgstr "Wybierz hasło" #: templates/web/base/auth/change_phone.html:2 #: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" -msgstr "" +msgstr "Wybierz numer telefonu" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -712,34 +736,34 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" -msgstr "" +msgstr "Wybierz inne" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" #: templates/web/base/around/_report_banner.html:2 msgid "Click map to report a problem" -msgstr "" +msgstr "Kliknij mapę aby zgłosić problem" #: templates/web/base/email_sent.html:13 msgid "Click the link in our confirmation email to activate your alert." -msgstr "" +msgstr "Kliknij link w wiadomości na mailu aby aktywować swój alert." #: templates/web/base/email_sent.html:9 msgid "Click the link in our confirmation email to publish your problem." -msgstr "" +msgstr "Kliknij link w wiadomości na mailu aby opublikować swój problem." #: templates/web/base/email_sent.html:11 msgid "Click the link in our confirmation email to publish your update." -msgstr "" +msgstr "Kliknij link w wiadomości na mailu aby opublikować swoją aktualizację." #: templates/web/base/auth/token.html:23 msgid "Click the link in our confirmation email to sign in." -msgstr "" +msgstr "Kliknij link w wiadomości na mailu aby się zarejestrować." #: templates/web/base/auth/token.html:20 msgid "Click the link in that email to sign in." @@ -751,11 +775,11 @@ msgstr "" #: templates/web/base/report/new/duplicate_suggestions.html:6 msgid "Close" -msgstr "" +msgstr "Zamknij" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -763,13 +787,9 @@ msgstr "" #: templates/web/base/dashboard/index.html:118 #: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" -msgstr "" +msgstr "Zamknięte" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -799,28 +819,27 @@ msgstr "" #: templates/web/base/auth/2fa/form.html:17 #: templates/web/base/auth/smsform.html:24 msgid "Code" -msgstr "" +msgstr "Kod" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" -msgstr "" +msgstr "Konfiguracja" #: templates/web/base/admin/bodies/body.html:78 msgid "Confirm" -msgstr "" +msgstr "Potwierdź" #: 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 "" +msgstr "Potwierdź konto" #: 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." @@ -839,13 +858,13 @@ msgstr "" #: templates/web/zurich/admin/bodies/contact-form.html:39 #: templates/web/zurich/admin/stats/index.html:61 msgid "Confirmed" -msgstr "" +msgstr "Potwierdzone" #: templates/web/base/admin/list_updates.html:40 #: templates/web/base/admin/problem_row.html:36 #: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" -msgstr "" +msgstr "Potwierdzone:" #. ("%s is the site name") #: templates/web/base/about/_sidebar.html:6 @@ -856,21 +875,21 @@ msgstr "" #: templates/web/base/contact/index.html:5 #: templates/web/base/contact/submit.html:1 msgid "Contact Us" -msgstr "" +msgstr "Skontaktuj Się Z Nami" #: templates/web/base/contact/index.html:18 msgid "Contact the team" -msgstr "" +msgstr "Skontaktuj się z zespołem" #. ("JS") #: templates/web/base/js/translation_strings.html:62 #: templates/web/base/report/form/user.html:8 msgid "Continue" -msgstr "" +msgstr "Kontynuuj" #: templates/web/base/report/new/duplicate_suggestions.html:17 msgid "Continue – report a new problem" -msgstr "" +msgstr "Kontynuuj -- zgłoś nowy problem" #: templates/web/base/admin/bodies/open311-form-fields.html:151 msgid "Convert location from Easting/Northing" @@ -879,7 +898,7 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" -msgstr "" +msgstr "Nie można znaleźć użytkownika" #. ("JS") #: templates/web/base/js/translation_strings.html:55 @@ -915,69 +934,74 @@ msgstr "" #: templates/web/base/admin/roles/index.html:32 #: templates/web/base/admin/states/index.html:114 msgid "Create" -msgstr "" +msgstr "Stwórz" #: templates/web/base/email_sent.html:1 msgid "Create a report" -msgstr "" +msgstr "Stwórz zgłoszenie" #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:7 msgid "Create an account" -msgstr "" +msgstr "Stwórz konto" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" -msgstr "" +msgstr "Stwórz kategorie" #: 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:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" -msgstr "" +msgstr "Stworzone" #: templates/web/base/admin/users/import.html:20 msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Stworzone" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Stworzone" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 #: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" -msgstr "" +msgstr "Stworzone:" #: templates/web/base/auth/change_password.html:40 msgid "Current password:" -msgstr "" - -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" +msgstr "Obecne hasło:" #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" @@ -988,19 +1012,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1012,17 +1038,17 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/users/alerts.html:15 msgid "Delete" -msgstr "" +msgstr "Usuń" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1035,7 +1061,7 @@ msgstr "" #: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" -msgstr "" +msgstr "Usunięte" #: templates/web/base/report/_main.html:125 #: templates/web/base/report/update.html:56 @@ -1043,17 +1069,15 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" -msgstr "" +msgstr "Opis" #: templates/web/base/admin/bodies/contact-form.html:7 msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1089,7 +1113,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1097,6 +1121,14 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +msgid "Disable updates on reports in this category" +msgstr "" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1131,24 +1163,24 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1160,7 +1192,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1172,7 +1204,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" @@ -1183,12 +1215,11 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1196,17 +1227,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1235,7 +1264,7 @@ msgstr "" #: templates/web/base/admin/bodies/category.html:31 msgid "Editor" -msgstr "" +msgstr "Edytor" #: templates/web/base/admin/bodies/category.html:29 #: templates/web/base/admin/bodies/index.html:27 @@ -1243,27 +1272,27 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: 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 msgid "Email" -msgstr "" +msgstr "Email" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" -msgstr "" +msgstr "Adres email" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" -msgstr "" +msgstr "Adres email (opcjonalnie)" #: templates/web/base/tokens/confirm_alert.html:6 msgid "Email alert created" @@ -1281,19 +1310,20 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" -msgstr "" +msgstr "Weryfikacja emaila:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" -msgstr "" +msgstr "Email:" #: templates/web/base/admin/users/alerts.html:13 msgid "Enable" -msgstr "" +msgstr "Włącz" #: templates/web/base/admin/bodies/open311-form-fields.html:156 #: templates/web/base/admin/bodies/open311-form-fields.html:157 @@ -1349,12 +1379,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 -#, fuzzy +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" -msgstr "Wpisz nazwę ulicy lub dzielnicy" +msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1379,12 +1408,12 @@ msgstr "Opisz problem" #: templates/web/base/tokens/error.html:1 #: templates/web/base/tokens/error.html:5 msgid "Error" -msgstr "" +msgstr "Błąd" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1397,7 +1426,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1406,7 +1435,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1431,7 +1460,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1443,20 +1472,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1489,20 +1518,24 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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 +#, fuzzy +msgid "Five newest reports" +msgstr "Nowe zgłoszenia" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1532,7 +1565,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1541,7 +1574,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1549,8 +1582,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "" @@ -1576,11 +1609,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1590,12 +1623,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1617,7 +1658,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "" @@ -1633,25 +1674,25 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" -msgstr "" +msgstr "Idź" #: templates/web/base/admin/reports/edit.html:101 msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1677,6 +1718,7 @@ 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 "" @@ -1698,20 +1740,21 @@ msgstr "" #: templates/web/zurich/footer.html:11 msgid "Hi %s" -msgstr "" +msgstr "Cześć %s" #: perllib/FixMyStreet/DB/ResultSet/State.pm:65 #: templates/web/base/admin/update_edit.html:30 #: templates/web/zurich/admin/stats/index.html:53 #: templates/web/zurich/admin/update_edit.html:18 msgid "Hidden" -msgstr "" +msgstr "Ukryte" #: templates/web/base/admin/extra-metadata-item.html:46 msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1739,7 +1782,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "" @@ -1754,15 +1797,15 @@ msgstr "" #: templates/web/base/report/_report_meta_info.html:3 #: templates/web/base/report/_update_state.html:16 msgid "Hide your name?" -msgstr "" +msgstr "Ukryć twoją nazwę?" #: templates/web/base/admin/bodies/category.html:25 msgid "History" -msgstr "" +msgstr "Historia" #: templates/web/base/around/display_location.html:78 msgid "Home" -msgstr "" +msgstr "Główna" #: templates/web/base/index-steps.html:1 msgid "How to report a problem" @@ -1776,12 +1819,12 @@ msgstr "" #: templates/web/base/tokens/confirm_problem.html:46 #: templates/web/base/tokens/confirm_problem.html:51 msgid "I just reported a problem on @fixmystreet" -msgstr "" +msgstr "Po prostu zgłosiłem problem na @fixmystreet" #: 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 "" +msgstr "Po prostu zaktualizowałem problem na @fixmystreet" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:86 msgid "I'm afraid we couldn't locate your problem in the database.\n" @@ -1792,11 +1835,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "" @@ -1815,15 +1856,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1837,7 +1878,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1861,7 +1902,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1898,7 +1939,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1922,6 +1963,16 @@ msgstr "" 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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1931,20 +1982,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1960,16 +2011,12 @@ msgstr "" msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -1989,20 +2036,20 @@ msgstr "" #: templates/web/base/admin/bodies/_translations.html:6 #: templates/web/base/admin/reportextrafields/edit.html:45 msgid "Language" -msgstr "" +msgstr "Język" #: templates/web/base/admin/reportextrafields/index.html:8 msgid "Languages" -msgstr "" +msgstr "Języki" #: templates/web/base/reports/index.html:40 msgid "Last 7 days" -msgstr "" +msgstr "Ostatnie 7 dni" #: templates/web/base/admin/bodies/body.html:75 #: templates/web/zurich/admin/bodies/body.html:16 msgid "Last editor" -msgstr "" +msgstr "Ostatni edytor" #: templates/web/base/admin/reports/edit.html:92 msgid "Last failure:" @@ -2020,13 +2067,13 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2041,12 +2088,12 @@ msgstr "" #: templates/web/base/around/on_map_list_items.html:18 msgid "Loading reports…" -msgstr "" +msgstr "Ładowanie zgłoszeń..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." -msgstr "" +msgstr "Ładowanie..." #: templates/web/base/alert/choose.html:2 #: templates/web/base/alert/choose.html:4 templates/web/base/alert/index.html:2 @@ -2073,32 +2120,33 @@ msgstr "Oznacz problem na mapie" #: templates/web/base/auth/general.html:29 #: templates/web/base/report/form/user.html:13 msgid "Log in with Facebook" -msgstr "" +msgstr "Zaloguj przez Facebook" #: templates/web/base/auth/general.html:44 #: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" -msgstr "" +msgstr "Zaloguj przez Twitter" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" -msgstr "" +msgstr "Zaloguj przez email" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: 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:18 msgid "Login with %s" -msgstr "" +msgstr "Zaloguj przez %s" #: templates/web/base/dashboard/index.html:83 msgid "Look up" @@ -2107,21 +2155,22 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:63 msgid "MAP" -msgstr "" +msgstr "MAPA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2129,30 +2178,30 @@ msgstr "" #. ("JS") #: templates/web/base/js/translation_strings.html:65 msgid "Map" -msgstr "" +msgstr "Mapa" #: templates/web/base/admin/reports/edit.html:87 msgid "Mark as sent" -msgstr "" +msgstr "Oznacz jako przeczytane" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" -msgstr "" +msgstr "Wiadomość" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2165,7 +2214,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2173,8 +2222,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2197,7 +2245,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2205,16 +2253,16 @@ msgstr "" #: templates/web/base/dashboard/index.html:103 #: templates/web/zurich/admin/stats/index.html:9 msgid "Month" -msgstr "" +msgstr "Miesiąc" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2242,12 +2290,13 @@ msgstr "" msgid "Name" msgstr "" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" -msgstr "" +msgstr "Nazwa:" #: perllib/FixMyStreet/Cobrand/Rutland.pm:20 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:26 @@ -2262,7 +2311,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2270,12 +2319,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2298,21 +2347,21 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "" #: templates/web/base/auth/change_email.html:39 msgid "New email address:" -msgstr "" +msgstr "Nowy adres email:" #: 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:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2320,15 +2369,15 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" -msgstr "" +msgstr "Nowe hasło:" #: templates/web/base/auth/change_phone.html:38 msgid "New phone number:" @@ -2385,7 +2434,7 @@ msgstr "" #: templates/web/zurich/admin/index-sdm.html:4 msgid "New reports" -msgstr "" +msgstr "Nowe zgłoszenia" #: templates/web/base/admin/states/index.html:91 #: templates/web/base/admin/stats/questionnaire.html:24 @@ -2403,20 +2452,19 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: 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 "" +msgstr "Następne" #: templates/web/base/report/form/user.html:5 msgid "Next:" -msgstr "" +msgstr "Następne:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2425,13 +2473,13 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" -msgstr "" +msgstr "Nie" #: templates/web/base/admin/category-checkboxes.html:31 msgid "No Group" @@ -2441,11 +2489,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2461,8 +2510,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "" @@ -2498,15 +2547,15 @@ msgstr "" msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2514,10 +2563,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "" @@ -2565,12 +2618,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2578,12 +2631,12 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2592,7 +2645,7 @@ 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:156 +#: 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 @@ -2623,7 +2676,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2635,7 +2688,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2643,16 +2696,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2684,7 +2737,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" msgstr "" @@ -2692,13 +2745,13 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2710,7 +2763,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2718,19 +2771,23 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +msgid "Phone" +msgstr "" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "" @@ -2738,30 +2795,26 @@ msgstr "" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2781,9 +2834,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2792,7 +2844,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2806,6 +2858,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2833,27 +2889,26 @@ msgid "Please check your email address is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2872,27 +2927,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2905,16 +2960,16 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2925,20 +2980,20 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2954,7 +3009,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2965,9 +3020,9 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "" @@ -3008,18 +3063,18 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3046,24 +3101,28 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "" @@ -3071,7 +3130,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3083,7 +3142,7 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "" @@ -3091,12 +3150,12 @@ msgstr "" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3104,27 +3163,23 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -3140,7 +3195,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3148,11 +3203,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3168,9 +3223,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -3216,7 +3271,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "" @@ -3224,8 +3279,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3250,18 +3304,18 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3269,7 +3323,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3277,11 +3331,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3295,11 +3353,11 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3307,12 +3365,12 @@ msgstr "" msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3354,11 +3412,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3366,11 +3424,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3378,13 +3436,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3398,11 +3456,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3415,7 +3473,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3429,7 +3487,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3442,7 +3500,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3454,8 +3513,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3470,17 +3529,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3488,14 +3551,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3504,7 +3567,7 @@ msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3519,7 +3582,7 @@ msgid "Report anonymously" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3554,7 +3617,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Raportuj, przeglądaj i dyskutuj o lokalnych problemach" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3565,7 +3628,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3579,27 +3642,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3618,17 +3681,15 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3656,15 +3717,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3677,7 +3738,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3730,39 +3791,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3778,20 +3845,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3808,13 +3875,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" @@ -3827,7 +3893,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3842,12 +3908,12 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3857,8 +3923,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3868,7 +3933,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3889,7 +3954,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3902,7 +3967,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3911,11 +3976,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3953,7 +4018,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3964,7 +4029,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -3989,8 +4054,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4001,7 +4066,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -4061,7 +4126,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4070,12 +4135,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4093,9 +4157,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4105,13 +4169,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4125,11 +4189,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4138,11 +4202,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4166,18 +4230,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4186,31 +4250,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4228,7 +4289,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4247,50 +4308,48 @@ msgstr "" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4302,7 +4361,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4316,20 +4375,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "" @@ -4340,14 +4398,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4365,13 +4428,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "" @@ -4392,6 +4459,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4421,7 +4492,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4433,27 +4504,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4499,8 +4572,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4554,7 +4627,7 @@ msgstr "" 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:153 +#: 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 "" @@ -4616,8 +4689,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4650,7 +4723,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4668,12 +4741,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4681,7 +4754,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4757,10 +4830,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "" @@ -4777,19 +4850,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4802,26 +4879,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4829,15 +4906,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4861,6 +4941,10 @@ msgstr "" 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 "" @@ -4886,7 +4970,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4911,11 +4995,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4938,16 +5017,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4957,7 +5036,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -4987,10 +5066,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5002,13 +5081,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5058,29 +5137,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -5091,7 +5168,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5121,6 +5198,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5134,8 +5219,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5153,7 +5238,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5166,27 +5251,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5194,9 +5277,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5222,7 +5305,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5230,7 +5313,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5248,7 +5331,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5318,7 +5401,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5338,7 +5421,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5350,7 +5433,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5361,12 +5443,12 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "" @@ -5379,7 +5461,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5392,7 +5474,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5401,7 +5483,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5431,7 +5513,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5441,7 +5523,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5449,7 +5531,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5458,8 +5540,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5523,9 +5604,9 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5534,13 +5615,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5569,16 +5651,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5598,8 +5680,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5632,7 +5714,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5663,19 +5745,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5683,8 +5765,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5715,6 +5797,10 @@ msgstr "" 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:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5732,7 +5818,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5812,12 +5898,12 @@ msgid "today" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5842,7 +5928,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5918,7 +6004,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5945,7 +6031,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5972,7 +6058,7 @@ 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" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5981,7 +6067,7 @@ msgstr[1] "%s raportów w zeszłym tygodniu" msgstr[2] "%sraportów w zeszłym tygodniu" msgstr[3] "%s raportów w ubiegłym tygodniu" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5990,7 +6076,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6035,7 +6121,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6044,7 +6130,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" diff --git a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po index 44bcc9718f9..ef400bf6722 100644 --- a/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -22,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "e" @@ -58,7 +58,7 @@ msgstr "%d utilizador já existe" #: 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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - relatórios resumidos" @@ -119,7 +119,7 @@ msgstr "%s questionários enviados - %s respondeu (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "&copiar; OpenStreetMap contribuidores" @@ -165,6 +165,8 @@ msgstr "(não existe mais)" msgid "(not sent to council)" msgstr "(Não reportar ao município)" +#: 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -183,8 +185,8 @@ msgstr "(remeter para ambos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(também temos feeds RSS para problemas dentro 1%s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -214,17 +216,18 @@ msgstr "" "              Talvez possa adicionar alguns MAPIT_TYPES ao seu ficheiro de configuração?" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Relatórios, Estatísticas e Ações para

1%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s relatórios %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s gravado." @@ -254,7 +257,7 @@ msgid "Yes I have a password" msgstr " Sim Eu tenho uma password" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -271,7 +274,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Ativar a autenticação dois-factores" @@ -293,7 +296,7 @@ msgstr "" 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Adicionar nova categoria" @@ -326,7 +329,7 @@ msgstr "Adicionar estado fixo" msgid "Add new category" msgstr "Adicionar nova categoria" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Adicionar opção" @@ -335,8 +338,8 @@ msgstr "Adicionar opção" msgid "Add phone number" msgstr "Adicionar numero de telefone" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -344,21 +347,20 @@ msgid "Add to shortlist" msgstr "Adicionar a lista sumário" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Adicionar user" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Adicionar/editar categoria de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Adicionar/editar prioridades de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Adicionar/editar templates de resposta" @@ -374,6 +376,12 @@ msgstr "Adicionar este relatório à sua lista de favoritos irá removê-lo da l msgid "Admin" msgstr "Admin" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Novamente:" @@ -386,8 +394,8 @@ msgstr "Alerta %d criado por %s, tipo %s, os parâmetros %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alerta %d desativada (criado %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Avise-me de atualizações futuras" @@ -399,10 +407,12 @@ msgstr "Alertas:" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Todo" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Todos os Relatórios" @@ -442,6 +452,11 @@ msgstr "Todos os relatórios entre %s e %s" msgid "All time" msgstr "Tempo todo" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Relatado na categoria %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "Já foi reportado" @@ -478,7 +493,7 @@ msgstr "Anonimo" msgid "Anonymous user" msgstr "Utilizador anonimo" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -491,7 +506,7 @@ msgid "Another user" msgstr "Outro Utilizador" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Tem certeza que deseja cancelar este upload?" @@ -500,8 +515,8 @@ msgstr "Tem certeza que deseja cancelar este upload?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Tem a certeza?" @@ -512,7 +527,7 @@ msgstr "Tem a certeza?" msgid "Area covered" msgstr "Área coberta" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Área:" @@ -526,27 +541,32 @@ msgstr "Como este é um site de preparação e %s é falso, os relatórios feito msgid "Assign selected to role:" msgstr "Atribuir utilizadores a áreas" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Atribuir a um corpo competente:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Atribuir a categoria diferente:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Atribuir ao órgão externo:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Atribuir utilizadores a áreas" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Categorias disponíveis" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Designado para %s" @@ -559,7 +579,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -567,11 +587,11 @@ msgstr "Utilizadores autorizados da equipa podem ser associados às categorias e msgid "Auto Response" msgstr "Resposta Automatica" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Resposta-Automatica:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "Preencher automaticamente o assunto / detalhe do relatório" @@ -583,12 +603,13 @@ msgstr "Tempo médio entre um problema ser reportado e corrigido, nos últimos 1 msgid "Avoid personal information and vehicle number plates" msgstr "Evite informações pessoais e matrículas de veículos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Aguardando moderação" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Voltar" @@ -609,14 +630,12 @@ msgstr "Banir utilizador" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Organismos" @@ -629,11 +648,13 @@ msgstr "Organismos" msgid "Body" msgstr "Corpo" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Corpo:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "Ficheiro CSV" @@ -645,8 +666,7 @@ msgstr "Não recebeu o email de confirmação? Verifique o SPAM da sua caixa de msgid "Can't see the map? Skip this step" msgstr "Não pode ver a localizaçao no mapa Salte esta etapa " -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -662,15 +682,13 @@ msgstr "Categorias:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -680,7 +698,7 @@ msgstr "Categoria" msgid "Category and State" msgstr "Categoria e estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria alterada de '%s' para '%s'" @@ -703,6 +721,11 @@ msgstr "Categoria:" msgid "Change" msgstr "Alterar" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Mudar password" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -719,7 +742,7 @@ msgstr "Mudar password" msgid "Change phone number" msgstr "Alterar o numero de telefone" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 #, fuzzy msgid "Change two-factor authentication" msgstr "Ativar a autenticação dois-factores" @@ -730,12 +753,12 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Escolha um nome de categoria que faça sentido para o público (por exemplo, \"Buraco\", \"Iluminação pública\"), mas também ajude o organismo. Eles aparecerão no menu suspenso na página Informar um problema." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Escolher outra" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Limpar dados offline" @@ -772,8 +795,8 @@ msgid "Close" msgstr "Fechar" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -783,11 +806,7 @@ msgstr "Fechar" msgid "Closed" msgstr "Fechado" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Fechado pelo Município" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "Fechado para atualizações" @@ -820,13 +839,12 @@ msgid "Code" msgstr "Codigo" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Fechar mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuração" @@ -943,7 +961,7 @@ msgstr "Criar um report" msgid "Create an account" msgstr "Criar uma conta" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Criar uma categoria" @@ -953,27 +971,25 @@ msgstr "Criar uma categoria" msgid "Create priority" msgstr "Criar prioridade" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "Criar relatório/atualizar como um utilizador anónimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Crie relatórios / atualizações como município" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Criar relatórios / atualizações em nome de um utilizador" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Criar template" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Criado" @@ -982,6 +998,17 @@ msgstr "Criado" msgid "Created %d new users" msgstr "Criado %d novo utilizador" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Criado" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Criado" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -993,10 +1020,6 @@ msgstr "Criado:" msgid "Current password:" msgstr "Passowrd atual:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "Token atual:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Atualmente agrupados por %s" @@ -1006,19 +1029,21 @@ msgstr "Atualmente agrupados por %s" msgid "Currently no bodies have been created." msgstr "Atualmente, não existe nenhum organismo." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Cliente não está contactável" #: 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 "Painel de instrumentos" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Desactivar autenticação de dois fatores" @@ -1030,7 +1055,7 @@ msgstr "Tratadas pelas subdivisões dentro de 5 dias úteis" msgid "Default" msgstr "Defeito" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "Padrão para criar relatórios / atualizações como município" @@ -1040,7 +1065,7 @@ msgid "Delete" msgstr "Apagar" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Apagar template" @@ -1062,9 +1087,7 @@ msgid "Describe why you are moderating this" msgstr "Descreva por que você está moderando isto" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Descrição detalhada do problema" @@ -1073,7 +1096,7 @@ msgstr "Descrição detalhada do problema" msgid "Destination" msgstr "Descrição detalhada do problema" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "Informações detalhadas estão limitadas a %d caracteres.." @@ -1109,7 +1132,7 @@ msgid "Disable" msgstr "Desativar" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1117,6 +1140,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Relatado na categoria %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Relatado na categoria %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "Desativar:" @@ -1151,25 +1184,25 @@ msgstr "Não sei" msgid "Don't like forms?" msgstr "Não gosto de formulários" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "Descer um" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Arraste e solte fotos aqui ou clique para upload" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Duplicado de" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Duplicados" @@ -1184,7 +1217,7 @@ msgstr "" " Categorias diferentespodem ter o mesmo contacto (endereço de email).\n" " Isso significa que você pode adicionar muitas categorias, mesmo se você tiver apenas um contato para o corpo." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Leste/Norte" @@ -1196,7 +1229,7 @@ msgstr "Leste/Norte" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Editar" @@ -1207,12 +1240,11 @@ msgstr "Editar" msgid "Edit body details" msgstr "Editar os detalhes do corpo" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Editar permissões de outros utilizadores" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Editar categoria do relatório" @@ -1220,17 +1252,15 @@ msgstr "Editar categoria do relatório" msgid "Edit report details" msgstr "Editar detalhes do relatório" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Editar priorirade do relatório" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Editar relatórios" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "Edite os detalhes dos utilizadores / pesquise os seus relatórios" @@ -1267,8 +1297,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1277,15 +1308,14 @@ msgstr "Editar" msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Endereço de e-mail" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "Endereço de e-mail(opcional)" @@ -1305,12 +1335,13 @@ msgstr "Envie-me um link por email ou envie-me um texto para entrar" msgid "Email me a link to sign in" msgstr "Envie-me um link para entrar" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Email confirmado:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Email:" @@ -1373,12 +1404,12 @@ msgstr "Data final" msgid "Endpoint" msgstr "Endpoint" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Digite um nome de uma rua de Mindelo" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Inserir um código postal de Mindelo nas proximidades da area, zona, rua ou local" @@ -1405,10 +1436,10 @@ msgstr "Escreva de forma detalhada o problema, incluindo uma fotografia" msgid "Error" msgstr "Erro" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Todos" @@ -1421,7 +1452,7 @@ msgstr "Exemplo PostCode %s" msgid "Examples:" msgstr "Exemplos:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Categoria Existente" @@ -1430,7 +1461,7 @@ msgid "Existing users won't be modified." msgstr "Os utilizadores existentes não serão modificados." #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Expandir Mapa" @@ -1455,7 +1486,7 @@ msgid "External body" msgstr "Corpo Externo" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "codigo de estado externo" @@ -1467,20 +1498,20 @@ msgstr "Código status externo" msgid "External team" msgstr "Equipa Externa" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Dados adicionais:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1513,20 +1544,25 @@ msgid "Fill in your details manually." msgstr "Preencha seus dados manualmente." #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtrar relatório" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Novos reports" + #: 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." @@ -1556,7 +1592,7 @@ msgstr "Marcar como apagado" msgid "Flag user" msgstr "Bandeira - Usuario" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1565,7 +1601,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Relatórios e utilizadores sinalizados" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Utilizadores sinalizados são listados na página." @@ -1573,8 +1609,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Marcado:" @@ -1600,11 +1636,11 @@ msgstr "Esqueci a password" msgid "Forgotten your password?" msgstr "Não se lembra da sua password?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Encaminhado para organismo externo" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Desejo de encaminhar para organismo externo" @@ -1614,12 +1650,20 @@ msgstr "Desejo de encaminhar para organismo externo" msgid "Frequently Asked Questions" msgstr "Perguntas mais frequentes" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "Gerar token" @@ -1641,7 +1685,7 @@ msgstr "Receba as atualizações de problemas fix de %s" msgid "Get updates of problems in this %s" msgstr "Receba as atualizações de problemas neste %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Dê-me um feed RSS" @@ -1657,15 +1701,15 @@ msgstr "Ficamos satisfeitos em saber que foi reparado!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1675,7 +1719,7 @@ msgstr " Ir" msgid "Going to send questionnaire?" msgstr "Vai enviar questionário?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Garantir acesso ao admin" @@ -1701,6 +1745,7 @@ msgstr "Alguma vez relatou algum problema ao município, ou é a sua primeira ve #: 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 "" @@ -1735,7 +1780,8 @@ msgstr "Esconder" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "Esconder todos os relatórios e suas atualizações" @@ -1763,7 +1809,7 @@ msgstr "Ocultar o meu nome neste relatório" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Ocultar pins" @@ -1817,11 +1863,9 @@ msgstr "Receio que não foi possível localizar o seu problema no banco de dados #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1840,15 +1884,15 @@ msgstr "Se houver um utilizador associado ao endereço inserido, enviaremos-lhe 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 "Se essa prioridade for passada para um serviço externo, digite o código de prioridade a ser usado com esse serviço aqui." -#: templates/web/base/admin/extra-metadata-item.html:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "Se este modelo for seleccionado será usado para actualizações do Open311 que colocam problemas nesse estado." @@ -1864,7 +1908,7 @@ msgstr "" msgid "If you are contacting us about a specific report or update please include a link to the report in the message." msgstr "Se estiver contatando sobre um relatório ou atualização específicos, inclua um link para o respectivo relatório na mensagem." -#: templates/web/base/auth/generate_token.html:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "Se você gerar um novo token, o token existente deixará de funcionar." @@ -1888,7 +1932,7 @@ msgstr "Se apenas desejar que este modelo seja apenas uma opção para categoria msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Se você submeter um problema aqui, o problema não será relatado ao município." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "Se você deseja usar este modelo para preencher o campo de atualização quando um relatório’s externo (por exemplo, confirmar) alterações no código de status, digite o código de status aqui." @@ -1927,7 +1971,7 @@ msgid "" " when they are shown on the site. Enter the ID (number) of that user." msgstr "Se você ativou o envio de atualizações do Open311 acima, deve identificar qual utilizador do FixMyStreet será atribuído como o criador dessas atualizações quando elas forem mostradas no site. Digite o ID (número) desse utilizador." -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1951,6 +1995,17 @@ msgstr "Na tabela de abuso?" 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 "Além disso, os seguintes atributos que não fazem parte da especificação v2 Open311 são retornados: agency_sent_datetime, título (também retornou como parte da descrição), interface_used, comment_count, requestor_name (presente apenas se solicitante permitido o nome a ser mostrado neste site) ." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "Vizualizar departamentos" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1960,20 +2015,20 @@ msgstr "Inativo" msgid "Inbox zero, here we come!" msgstr "Caixa de entrada zero, aqui vamos nós!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Incluir reports detalhes pessoais" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Foto_has valor incorreto \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "Verificar o relatório" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Instrua os contratados para resolver problemas" @@ -1990,16 +2045,12 @@ msgstr "Notas Internas" msgid "Internal notes" msgstr "Notas Internas" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Agencia_responsavel valor %s inválido" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Formato inválido%s especificado." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Localização inválida. O novo local deve ser coberto pelo mesmo município." @@ -2051,13 +2102,13 @@ msgstr "Última atualização:" msgid "Last update:" msgstr "Última atualização:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Latitude/Longitude\\:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Atualizado recentemente" @@ -2074,7 +2125,7 @@ msgstr "Listar todos os problemas relatados" msgid "Loading reports…" msgstr "Carregar relatórios..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Carregando ..." @@ -2112,17 +2163,18 @@ msgid "Log in with Twitter" msgstr "Login com o Twitter" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Login com o email" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "Login com o email/texto" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Sair de todas as sessões" @@ -2141,19 +2193,20 @@ msgstr "Procurar" msgid "MAP" msgstr "Mapa" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "Tornar anónimo em todos os relatórios e atualizações" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Gerir lista curta" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Pedido manual" @@ -2167,24 +2220,24 @@ msgstr "Mapa" msgid "Mark as sent" msgstr "Marcado como enviado" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Marque os utilizadores cujo comportamento você deseja manter uma verificação com um pisco." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "Detalhes do problema de marcação" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Menssagem" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Mensagem para o organismo competente\\:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Mensagem para um organismo externo\\:" @@ -2197,7 +2250,7 @@ msgstr "" msgid "Missing bodies:" msgstr "Faltam organismos:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Falta informaçao jurisdiction_id" @@ -2205,8 +2258,7 @@ msgstr "Falta informaçao jurisdiction_id" msgid "Moderate" msgstr "Moderado" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Detalhes moderados do relatório" @@ -2229,7 +2281,7 @@ msgstr "Moderado por %s em %s" msgid "Moderated by division within one working day" msgstr "Moderado por divisão dentro de um dia de trabalho" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "Histórico de moderação" @@ -2239,14 +2291,14 @@ msgstr "Histórico de moderação" msgid "Month" msgstr "Mês" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Mais comentado" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2274,9 +2326,10 @@ msgstr "" msgid "Name" msgstr "Nome" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nome:" @@ -2294,7 +2347,7 @@ msgstr "Navegue para este problema" msgid "Nearest calculated address:" msgstr "Endereço calculado mais próximo\\:" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Nomeado rodoviário mais próximo ao pino colocado no mapa (gerado automaticamente usando OpenStreetMap): %s%s" @@ -2302,12 +2355,12 @@ msgstr "Nomeado rodoviário mais próximo ao pino colocado no mapa (gerado autom msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Código postal mais próximo do pino colocado no mapa (gerado automaticamente): %s (%sm distância)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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 para o pino colocado no mapa (gerado automaticamente por Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2333,7 +2386,7 @@ msgstr "Quase pronto! Verifique agora o seu telemóvel;" msgid "New body added" msgstr "Novo corpo adicionado" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Novo contato de categoria adicionado" @@ -2347,8 +2400,8 @@ msgstr "Novo endereço de email:" msgid "New field" msgstr "Salvar novos campos" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nova nota interna:" @@ -2356,13 +2409,13 @@ msgstr "Nova nota interna:" msgid "New local problems on FixMyStreet" msgstr "Novos problemas locais FixMyStreetMindelo" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 msgid "New note to DM:" msgstr "Nova nota:" #: templates/web/base/auth/change_password.html:47 #: templates/web/base/auth/create.html:64 -#: templates/web/base/report/form/user_loggedout_by_email.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nova password:" @@ -2439,7 +2492,7 @@ msgstr "Novo template" msgid "New updates on report %s" msgstr "Novos actualizações no relatório %s" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Recente" @@ -2452,7 +2505,6 @@ msgstr "Proximo" msgid "Next:" msgstr "Próximo:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2461,11 +2513,11 @@ msgstr "Próximo:" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Nao" @@ -2478,11 +2530,12 @@ msgstr "Grupo" msgid "No account?" msgstr "Não tem conta?" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nenhum corpo" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Nenhum município selecionado" @@ -2498,8 +2551,8 @@ msgstr "Nenhum problema sinalizado encontrado." msgid "No flagged users found." msgstr "Nenhum utilizador sinalizado encontrado." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Sem mais atualizações" @@ -2535,15 +2588,15 @@ msgstr "Não apoiantes" msgid "None" msgstr "Nenhum" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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 "Utilizadores normais (públicos) não devem ser associados a nenhuma área .
Utilizadores autorizados da equipe podem ser associados à área em que operam." -#: templates/web/base/admin/users/form.html:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2551,10 +2604,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "Utilizadores normais (públicos) não devem ser associados a nenhum corpo .
Os utilizadores autorizados da equipe podem ser associados ao organismo que representam.
Dependendo da implementação, os utilizadores da equipe podem ter acesso ao painel (resumo da atividade em todo o corpo), a capacidade de ocultar relatórios ou definir status especiais de relatórios." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Nao pertence ao meu sector" +#: 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 "Nao reportado antes" @@ -2603,12 +2660,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "Dados offline limpos" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "Dados de atualização offline gravados" @@ -2616,12 +2673,12 @@ msgstr "Dados de atualização offline gravados" msgid "Old state" msgstr "Estado antigo" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Mais antigo" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "Em nome de %s" @@ -2630,7 +2687,7 @@ 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:156 +#: 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 @@ -2661,7 +2718,7 @@ msgstr "Open311 página web iniciativa" msgid "Open311 specification" msgstr "Especificação Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "Opções" @@ -2673,7 +2730,7 @@ msgstr "Ou pequise por uma localização diferentes" msgid "Or sign in with password to prefill this information." msgstr "Ou faça login com password para preencher esses campos." -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "Ou subscreve por feed RSS" @@ -2681,16 +2738,16 @@ msgstr "Ou subscreve por feed RSS" msgid "Order" msgstr "Ordem" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2722,7 +2779,7 @@ msgstr "Pagina nao encontrada" msgid "Parent" msgstr "Parente" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Outras categorias" @@ -2731,13 +2788,13 @@ msgstr "Outras categorias" msgid "Partial" msgstr "Parcial" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Password (opcional)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Sua password foi alterada" @@ -2752,7 +2809,7 @@ msgstr "Password (opcional)" msgid "Permissions" msgstr "Permissões:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Permissões:" @@ -2760,19 +2817,24 @@ msgstr "Permissões:" msgid "Permit blank updates" msgstr "Permitir atualizações a vazio" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefone:" + #: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Reportado por telefone\\:" #: 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Numero de telefone" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefone (opcional)" @@ -2780,30 +2842,26 @@ msgstr "Telefone (opcional)" msgid "Phone numbers are limited to %s characters in length." msgstr "Os números de telemóvel são limitados a%s caracteres." -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Telefone validado" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefone:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2823,9 +2881,8 @@ msgstr "Foto necessária" msgid "Photo upload failed." msgstr "O envio da foto falhou" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotos" @@ -2834,7 +2891,7 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos de relatórios recentes mais proximos" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2848,6 +2905,11 @@ msgstr "Escolha o seu município " msgid "Pick your ward" msgstr "Seleccione o seu departamento" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Coloque a fix pin no mapa" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2875,27 +2937,26 @@ msgid "Please check your email address is correct" msgstr "Favor verificar se seu email esta correcto" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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 "Por favor verifique se o seu número de telemóvel está correcto" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Escolher uma categoria" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "Por favor escolha uma password menos frequentemente" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2917,27 +2978,27 @@ msgstr "" " ir par a Página Inicial e como SIGA INSTRUÇÕES." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Por favor insira uma mensagem" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" msgstr "Favor introduzir o numero de telemóvel" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Favor introduzir o nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Digite um nome para este corpo" @@ -2950,16 +3011,16 @@ msgstr "Por favor insira uma password" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Por favor insira um assunto" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2970,20 +3031,20 @@ msgstr "Por favor insira um email valido" msgid "Please enter a valid email address" msgstr "Por favor insira um endereço de e-mail válido" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "Digite um email ou número de telefone válido" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Por favor, insira alguns detalhes" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2999,7 +3060,7 @@ msgid "Please enter your first name" msgstr "Digite seu primeiro nome" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Por favor, insira o seu nome completo, os municípios precisam desta informação - se você não quiser que seu nome seja mostrado no site, desmarque a caixa abaixo" @@ -3011,9 +3072,9 @@ msgstr "Digite seu nome" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Digite seu nome" @@ -3054,19 +3115,19 @@ msgstr "Por favor, preencha o formulário abaixo com detalhes do problema e desc msgid "Please generate a two-factor code and enter it below:" msgstr "Gere um código de dois fatores e digite-o abaixo\\:" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Por favor, indique se você gostaria de receber um outro questionário" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Por favor insira um endereço de e-mail válido" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "Por favor certifique-se que a sua password tem no mínimo %d caracteres" @@ -3093,24 +3154,28 @@ msgstr "Atenção que a sua actualização ainda não foi submetida%s (%s) at %s" msgstr "Postado por %s (%s) em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Postado por %s em %s" @@ -3187,7 +3248,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3195,11 +3256,11 @@ msgstr "" msgid "Previous" msgstr "Anterior" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioridade" @@ -3215,9 +3276,9 @@ msgid "Privacy and cookies" msgstr "Privacidade e cookies" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privado" @@ -3267,7 +3328,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:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problema marcado como aberto." @@ -3275,8 +3336,7 @@ 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:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -3301,18 +3361,18 @@ msgstr "Problemas relatados recentemente fixados em FixMyStreetMindelo" msgid "Problems within %.1fkm of %s" msgstr "Problemas em %.1fkm de %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemas dentro de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemas do departamento %s " -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "Problemas do departamento%s, %s" @@ -3320,7 +3380,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Problemas em %s, %s" @@ -3328,11 +3388,15 @@ msgstr "Problemas em %s, %s" msgid "Property address:" msgstr "Endereço do imóvel:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3346,11 +3410,11 @@ 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.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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." -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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." @@ -3358,12 +3422,12 @@ msgstr "Fornecer uma password é opcional, mas isso vai permitir reportar proble msgid "Public details" msgstr "Detalhes Publicos" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Resposta do público:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Atualização pública\\:" @@ -3406,11 +3470,11 @@ msgstr "Questionário preenchido por problema repórter" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS feed para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS feed para %s departamento,%s" @@ -3418,11 +3482,11 @@ msgstr "RSS feed para %s departamento,%s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS feed de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed de %s, %s problemas pendentes" @@ -3430,13 +3494,13 @@ msgstr "RSS feed de %s, %s problemas pendentes" msgid "RSS feed of nearby problems" msgstr "RSS feed dos problemas próximos" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS feed dos Problemas Nesta %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS feed dos problemas dentro de %s ala" @@ -3450,11 +3514,11 @@ msgstr "RSS feed dos problemas locais recentes" msgid "RSS feed of updates to this problem" msgstr "RSS feed de atualizações para este problema" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "Ler menos" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "Ler mais" @@ -3467,7 +3531,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "RSS feed dos problemas locais recentes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Recebido à %satrás" @@ -3481,7 +3545,7 @@ msgstr "Problemas locais recentes, %s" msgid "Recently reported problems" msgstr "Problemas recentemente reportados" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Atualizado recentemente" @@ -3494,7 +3558,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Apagar detalhes da conta" @@ -3506,8 +3571,8 @@ msgstr "Remover campo" msgid "Remove flag" msgstr "Remover bandeira" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3523,17 +3588,22 @@ msgstr "Remover do site" msgid "Remove option" msgstr "Remover campo" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: 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/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Editar permissões de outros utilizadores" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "Substituir token" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Responder ao utilizador\\:" @@ -3541,14 +3611,14 @@ msgstr "Responder ao utilizador\\:" msgid "Report" msgstr "Relatório" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "Relatório ID:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3557,7 +3627,7 @@ msgid "Report a problem" msgstr "Reportar um problema" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Reporte o problema aqui" @@ -3573,7 +3643,7 @@ msgid "Report anonymously" msgstr "Relatado anonimamente em %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3609,7 +3679,7 @@ 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:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Relatado anonimamente em %s" @@ -3620,7 +3690,7 @@ msgstr "Relatado anonimamente em %s" msgid "Reported before" msgstr "Relatado antes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Relatado por %s em %s" @@ -3634,27 +3704,27 @@ msgstr "Reportado por\\:" msgid "Reported in the %s category" msgstr "Relatado na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Relatado na categoria %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 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:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Relatado por %s anonimamente em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Relatado por %s por%s em %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Relatado por %s na categoria %s por %s em %s" @@ -3673,17 +3743,15 @@ msgstr "Reportado\\:" msgid "Reporting a problem" msgstr "Relatando um problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Relatórios" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3711,15 +3779,15 @@ msgid "Reports published" msgstr "Os relatórios publicados" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "Relatórios salvos offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "Relatórios enviados para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "Relatório enviado para %s, do departamento %s" @@ -3732,7 +3800,7 @@ msgstr "Relatórios aguardando envio" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Necessário" @@ -3785,39 +3853,45 @@ msgstr "Reverter para o título original" msgid "Right place?" msgstr "Lugar certo?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Operador de estrada por esta estrada chamada (derivado do número de referência estrada e tipo): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador de estrada por esta estrada chamada (a partir de OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Girar para a esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3833,20 +3907,20 @@ msgstr "Rodar esta foto descartará as alterações não gravadas deste relatór msgid "Satellite" msgstr "Satélite" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "Salvar + fechar como duplicado" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3863,13 +3937,12 @@ msgid "Save with a public update" msgstr "Salvar com uma atualização pública" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "Salvando relatórios offline" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Busca Reports" @@ -3882,7 +3955,7 @@ msgstr "Procurar Usuários" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "elatórios de pesquisa" @@ -3897,12 +3970,12 @@ msgstr "Pesquisar:" msgid "Searching found no reports." msgstr "A pesquisa não encontrou relatórios." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "A pesquisa não encontrou usuários." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "Segurança" @@ -3912,8 +3985,7 @@ msgstr "Segurança" msgid "See our privacy policy" msgstr "Veja nossa política de privacidade" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "Consulte os detalhes do utilizador para relatórios criados como município " @@ -3923,7 +3995,7 @@ msgid "Select a body" msgstr "Selecione um corpo" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecione uma área" @@ -3944,7 +4016,7 @@ msgstr "Seleccionar multiplos departamentos?" msgid "Select:" msgstr "Escolher\\:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Enviar" @@ -3957,7 +4029,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "Envie estadps Open311 estendidos com atualizações de pedidos de serviço" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "Enviar o email de acesso" @@ -3966,11 +4038,11 @@ msgstr "Enviar o email de acesso" msgid "Sending a confirmation text failed: \"%s\"" msgstr "O envio de um texto de confirmação falhou\\:\"%s\" " -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Relatório enviado de volta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Enviado para %s %s mais tarde" @@ -4008,7 +4080,7 @@ msgstr "" msgid "Shortlist" msgstr "Sumário" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "Lista final visível" @@ -4019,7 +4091,7 @@ msgstr "Lista final visível" msgid "Shortlisted" msgstr "Pré-selecionado" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "Selecionado por %s" @@ -4044,8 +4116,8 @@ msgstr "Mostrar nome publicamente?" msgid "Show older" msgstr "Mostrar por antiguidade" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "Mostrar relatórios mais antigos" @@ -4056,7 +4128,7 @@ msgstr "Mostrar a foto" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Mostrar pins" @@ -4116,7 +4188,7 @@ msgid "Some photos of recent reports" msgstr "Fotos de reports recentes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Algum informaçao para localizar" @@ -4125,12 +4197,11 @@ msgid "Someone has moderated this report since you started." msgstr "Alguém moderou este relatório desde que você começou." #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "Desculpe! Você atingiu o limite de imagens que podem ser anexadas a um relatório." -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Desculpe, codigo postal nao coincide. Area nao comprrendida." @@ -4148,9 +4219,9 @@ msgstr "Lamentamos, código incorrecto" msgid "Sorry, there has been an error confirming your problem." msgstr "Desculpe, houve um erro ao confirmar o seu problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Desculpe, não conseguimos encontrar esse local." @@ -4160,13 +4231,13 @@ msgstr "Desculpe, não conseguimos encontrar esse local." 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Desculpe, mas não foi possível analisar esse local. Por favor, tente novamente." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4184,11 +4255,11 @@ msgstr "" 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:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Ordernado por" @@ -4198,11 +4269,11 @@ msgstr "Ordernado por" msgid "Staff only" msgstr "Equipa\\:" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Equipa\\:" @@ -4226,18 +4297,18 @@ msgstr "Data de inicio" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 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:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4246,31 +4317,28 @@ msgstr "Estado alterado para:" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Estado" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "Estados" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Stats" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4288,7 +4356,7 @@ msgstr "vista da rua" msgid "Subcategory" msgstr "Subcategoria" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Zona / Bairro" @@ -4307,50 +4375,48 @@ msgstr "Assunto:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Submeter" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Submeter alteraçoes" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Submeter questionario" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Submitido" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Subscrever" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "Subscrever por e-mail" @@ -4363,7 +4429,7 @@ msgstr "Subscrever\\:" 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" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: 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" @@ -4377,20 +4443,19 @@ msgstr "Os resumos são limitados a {0} caracteres. Reduza seu resumo" msgid "Summarise the problem" msgstr "Resuma o problema" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Resuma suas alterações" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Resumo" @@ -4401,14 +4466,20 @@ msgstr "Resumo reports" #: 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 "Estatísticas resumidas" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "SuperUtilizador\\:" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "SuperUtilizador\\:" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 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." @@ -4426,13 +4497,18 @@ msgstr "Fale nos sobre você" msgid "Template «%s»" msgstr "Modelo «%s»;" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Templates" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Atualizado recentemente" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" @@ -4454,6 +4530,11 @@ msgstr "Somente versao texto" msgid "Text:" msgstr "Texto:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Texto" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Obrigado por reportar este problema!" @@ -4483,7 +4564,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever 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:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4495,27 +4576,29 @@ msgstr "Essa imagem não parece ter sido carregada corretamente (%s), por favor msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Esse local não parece ser coberto por um município, talvez seja no mar ou fora do país. Por favor, tente novamente." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Esse local não parece estar em Mindelo, por favor tente novamente." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Esse código postal não foi reconhecido, me desculpe.Tente novamente." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Esse problema foi marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Esse problema agora será reenviado e reportado ao conselho." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Esse relatório foi removido FixMyStreetMIndelo" @@ -4561,8 +4644,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4617,7 +4700,7 @@ msgstr "O erro foi: %s" 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 "Os seguintes atributos Open311 v2 são devolvidos para cada solicitação: service_request_id, descrição, lat, long, MEDIA_URL, status, requested_datetime, updated_datetime, service_code e service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "As seguintes informações sobre a estrada mais próxima pode ser imprecisas ou irrelevantes, se o problema está perto de várias estradas ou perto de uma estrada sem nome registrado no OpenStreetMap." @@ -4680,8 +4763,8 @@ msgstr "O usuário não conseguiu localizar o problema em um mapa, localizar a a msgid "The user has been sent a login email" msgstr "O utilizador recebeu um email de login" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4715,7 +4798,7 @@ msgstr "Temos conhecimento de que existem problemas semelhantes nas proximidades msgid "There is already a template with that title." msgstr "Já existe um modelo de resposta automática para esta categoria / estado." -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "Já existe um modelo de resposta automática para esta categoria / estado." @@ -4733,13 +4816,13 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." @@ -4747,7 +4830,7 @@ msgstr "Houve um problema com a sua atualização. Por favor, tente novamente." msgid "There were problems with your report. Please see below." msgstr "Houve problemas com o seu relatório. Por favor, veja abaixo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Houve problemas com a sua atualização. Por favor, veja abaixo." @@ -4823,10 +4906,10 @@ msgstr "Este e-mail foi enviado para ambos os municípios que cobrem o local do 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Esta informação é necessária" @@ -4843,19 +4926,23 @@ msgstr "Este é o texto público que será mostrado no site." msgid "This is the problem" msgstr "Este é o problema" +#: templates/web/base/admin/users/form.html:79 +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 "Esta página é uma maneira rápida de criar vários utilizadores novos de uma só vez." -#: templates/web/base/report/update/form_state_checkbox.html:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Este problema foi resolvido" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Este problema não foi corrigido" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "Esse problema ainda está em andamento" @@ -4868,26 +4955,26 @@ msgstr "Este relatório" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Este relatório é um duplicado. Por favor deixe as suas atualizações no relatório original:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Este relatório está aguardando moderação." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Este relatório está marcado como fechado." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Este relatório está marcado como fixo." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Este relatório está marcado como aberto." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "Este relatório agora está fechado para atualizações." @@ -4895,15 +4982,18 @@ msgstr "Este relatório agora está fechado para atualizações." 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Tempo gasto(em minutos)\\:" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4927,6 +5017,10 @@ msgstr "Titulo" msgid "Title:" msgstr "Titúlo\\:" +#: 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 "Para descobrir quais alertas locais que temos para si, digite o seu código postal %s ou o nome da rua e localização:" @@ -4953,7 +5047,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 #, fuzzy msgid "Token" msgstr "Token\\:" @@ -4979,11 +5073,6 @@ msgstr "Top 5 departamentos" msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "Gestão de tráfego é necessária?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "Tradução" @@ -5006,17 +5095,17 @@ msgstr "Tente enviar-nos um e-mail diretamente:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "A autenticação de dois fatores foi ativada" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "A autenticação de dois fatores foi desativada" @@ -5026,7 +5115,7 @@ msgstr "A autenticação de dois fatores foi desativada" msgid "Type" msgstr "Tipo" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "Desbloquear" @@ -5056,10 +5145,10 @@ msgstr "Erro desconhecido" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Desconhecido problema com ID" @@ -5071,13 +5160,13 @@ msgstr "ID de atualização desconhecido" msgid "Unshortlisted" msgstr "Não inscrito na lista" -#: templates/web/base/report/_item.html:26 +#: templates/web/base/report/_item.html:37 msgid "Up one" msgstr "Um" #: templates/web/base/admin/states/index.html:76 #: templates/web/base/admin/users/alerts.html:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Actualizar" @@ -5128,29 +5217,27 @@ msgstr "Reaberto a actualizaçao do problema" msgid "Update statuses" msgstr "Atualizar status" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Atualizado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "Actualizado por %s (%s) em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "Actualizado por %s em %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Actualizado!" @@ -5161,7 +5248,7 @@ msgstr "Actualizado!" msgid "Updates" msgstr "Actualizaçoes" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "As atualizações são limitadas a %s caracteres. Reduza sua atualização" @@ -5191,6 +5278,14 @@ msgstr "Use a extensão de envio de atualização do Open311" 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:102 +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:75 +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 "ID do utilizador para atribuir comentários pesquisados" @@ -5204,8 +5299,8 @@ msgstr "Importar o utilizador" msgid "User added to abuse list" msgstr "Utilizador adicionado à lista de abuso" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "Utilizador já existe" @@ -5223,7 +5318,7 @@ msgid "User flagged" msgstr "Usuário sinalizado" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Utilizador já se encontra na lista de suspensa" @@ -5236,27 +5331,25 @@ 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.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Utilizador:" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Usuários" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 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." @@ -5265,9 +5358,9 @@ msgstr "Os utilizadores podem executar as seguintes ações na sua zona ou área 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Valores atualizados" @@ -5293,7 +5386,7 @@ msgstr "Verificar telemóvel" msgid "View report on site" msgstr "Ver relatório no site" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Exibir relatórios por departamento" @@ -5301,7 +5394,7 @@ msgstr "Exibir relatórios por departamento" msgid "View wards" msgstr "Vizualizar departamentos" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "Ver / marcar relatórios privados" @@ -5319,7 +5412,7 @@ msgstr "Visualizando um problema" msgid "Ward:" msgstr "Departamento:" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Departamentos deste município " @@ -5389,7 +5482,7 @@ msgstr "Quando enviar" msgid "Which problems do you want alerts about?" msgstr "Para quais problemas deseja receber alertas?" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "Que relatório é um duplicado?" @@ -5409,7 +5502,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5421,7 +5514,6 @@ msgstr "Deseja ser notificado quando este problema for atualizado ou corrigido?" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5432,12 +5524,12 @@ msgstr "Escrever a mensagem inteiramente em letras maiúsculas torna difícil de #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Sim" @@ -5450,7 +5542,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Você está desligado" @@ -5463,7 +5555,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Você está reportando a seguinte atualização por ser abusiva, contendo informações pessoais, ou similar:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "Pode criar um novo relatório no mesmo local." @@ -5472,7 +5564,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5505,7 +5597,7 @@ msgstr "Você pode nos ajudar a encontrar um endereço de e-mail de contato para msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Você pode marcar um organismo como excluído se não quiser que ele seja ativo no site." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5515,7 +5607,7 @@ msgid "You declined; please fill in the box above" msgstr "Você recusou, por favor preencha o quadro de cima" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "Tem %s gravados para submeter." @@ -5523,7 +5615,7 @@ msgstr "Tem %s gravados para submeter." msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" 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:58 +#: 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)." @@ -5533,8 +5625,7 @@ msgstr "Já anexou fotos a este relatório. Atenção que pode anexar no máximo 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 "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)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "Você já anexou fotos nesta atualização. Atenção que você pode anexar no máximo 3 fotos a esta atualização (se você tentar carregar mais que 3, a mais antiga será removida)." @@ -5601,9 +5692,9 @@ msgstr "Os meus relatórios" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "A minha conta" @@ -5613,13 +5704,14 @@ msgstr "A minha conta" msgid "Your account requires two-factor authentication to be set up." msgstr "Desactivar autenticação de dois fatores" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5648,16 +5740,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 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:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "Seu nome foi ocultado." #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "Os seus relatórios offline" @@ -5678,8 +5770,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "Faça o login por e-mail, fornecendo uma nova senha. Quando você clica no link do seu email, sua senha será atualizada." #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "A sua password deverá incluir %d ou mais caractéres." @@ -5712,7 +5804,7 @@ msgid "Your update" msgstr "Atualização" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 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." @@ -5743,19 +5835,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "todo" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "um administrador" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "e um defeito gerado" @@ -5763,8 +5855,8 @@ msgstr "e um defeito gerado" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "município" @@ -5795,6 +5887,10 @@ msgstr "editar utilizador" msgid "from %s different users" msgstr "e %s usuários diferentes" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5812,7 +5908,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "nenhuma" @@ -5895,12 +5991,12 @@ msgid "today" msgstr "de hoje" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "atualizar" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "atualizações" @@ -5925,7 +6021,7 @@ 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:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "departamento" @@ -5985,7 +6081,7 @@ msgid_plural "%d years" msgstr[0] "%d ano" msgstr[1] "%d anos" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6006,7 +6102,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problem reportado" msgstr[1] "%s problemas reportados" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6027,21 +6123,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s fixado no mês passado" msgstr[1] "%sArranjado no mês passado" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format 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" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s Relatorio recentemente" msgstr[1] "%s Relatorios recentemente" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6076,20 +6172,38 @@ msgid_plural "last updated %d days ago" msgstr[0] "atualizado %d dia atrás" msgstr[1] "atualizado %d dias atrás" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mes" msgstr[1] "meses" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "relatorio" msgstr[1] "relatorios" +#~ 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\")" @@ -6102,9 +6216,6 @@ msgstr[1] "relatorios" #~ msgid "Automated" #~ msgstr "Automatizada" -#~ msgid "Available categories" -#~ msgstr "Categorias disponíveis" - #~ 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" diff --git a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po index dd50bbcab53..d96a8dc8c50 100644 --- a/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/pt_BR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\n" "PO-Revision-Date: 2020-09-01 17:04-0300\n" "Last-Translator: Kennet Calixto \n" "Language-Team: English \n" @@ -23,15 +23,19 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 2.4.1\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " e " #. ("JS") -#: templates/web/base/js/translation_strings.html:52 templates/web/base/report/new/category_extras.html:17 -#: templates/web/base/report/new/councils_text_all.html:6 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/js/translation_strings.html:52 +#: templates/web/base/report/new/category_extras.html:17 +#: templates/web/base/report/new/councils_text_all.html:6 +#: 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 " ou " @@ -52,8 +56,10 @@ msgstr "%d de %d de %d" msgid "%d users already existed" 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:31 +#: 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:26 msgid "%s - Summary reports" msgstr "Denúncias resumidas" @@ -70,7 +76,8 @@ msgstr "%s órgãos" msgid "%s confirmed alerts, %s unconfirmed" msgstr "%s alertas confirmados,%s não confirmados" -#: templates/web/base/status/stats.html:27 templates/web/zurich/admin/index.html:6 +#: templates/web/base/status/stats.html:27 +#: templates/web/zurich/admin/index.html:6 msgid "%s council contacts – %s confirmed, %s unconfirmed" msgstr "%s contatos de órgãos – %s confirmado, %s não confirmado" @@ -100,7 +107,8 @@ msgstr "" msgid "%s live updates" msgstr "%s atualizações" -#: templates/web/base/dashboard/index.html:166 templates/web/base/dashboard/index.html:169 +#: templates/web/base/dashboard/index.html:166 +#: templates/web/base/dashboard/index.html:169 msgid "%s opened, %s closed, %s fixed" msgstr "%s aberto, %s fechado, %s consertado" @@ -112,7 +120,7 @@ msgstr "%s questionários enviados – %s respondidos (%s%%)" msgid "%s ref: %s" msgstr "%sref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap contribuidores" @@ -120,11 +128,13 @@ msgstr "© OpenStreetMap< msgid "(Defect & location of defect)" msgstr "(Defeito & localização do defeito)" -#: templates/web/zurich/admin/report_edit-sdm.html:50 templates/web/zurich/admin/reports/edit.html:78 +#: templates/web/zurich/admin/report_edit-sdm.html:50 +#: templates/web/zurich/admin/reports/edit.html:78 msgid "(No name)" msgstr "(Sem nome)" -#: templates/web/zurich/admin/report_edit-sdm.html:57 templates/web/zurich/admin/reports/edit.html:85 +#: templates/web/zurich/admin/report_edit-sdm.html:57 +#: templates/web/zurich/admin/reports/edit.html:85 msgid "(No phone number)" msgstr "(Sem número de telefone)" @@ -156,7 +166,10 @@ msgstr "(não existe mais)" msgid "(not sent to council)" msgstr "(não enviado ao órgão)" -#: templates/web/base/report/new/form_user_loggedin.html:39 templates/web/zurich/report/new/fill_in_details_form.html:59 +#: 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:39 +#: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" msgstr "(opcional)" @@ -173,7 +186,8 @@ msgstr "(enviar ambos)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(também temos Feeds RSS para problemas internos %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Escolha uma categoria --" @@ -190,7 +204,8 @@ msgstr "-- Selecione --" msgid "--Choose a template--" msgstr "-- Escolha um modelo --" -#: templates/web/base/admin/bodies/form.html:50 templates/web/base/admin/bodies/form.html:51 +#: 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" @@ -201,20 +216,23 @@ msgstr "" " Talvez você deva adicionarMAPIT_TYPES ao seu arquivo de configuração?" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "Denúncias, Estatísticas e Ações para

%s

" #. ("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:23 templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s denúncias %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s salvo." -#: templates/web/base/status/stats.html:17 templates/web/zurich/admin/index.html:4 +#: templates/web/base/status/stats.html:17 +#: templates/web/zurich/admin/index.html:4 msgid "%s live problems" msgstr "%s problemas ao vivo" @@ -239,7 +257,7 @@ msgid "Yes I have a password" msgstr "Sim Eu tenho uma senha" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "Tire ou escolha uma foto existente" @@ -255,7 +273,8 @@ msgstr "Sobre o problema" msgid "Access denied" msgstr "Acesso negado" -#: templates/web/base/auth/2fa/intro.html:20 templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/2fa/intro.html:20 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Ativar autenticação de duas etapas" @@ -263,7 +282,8 @@ msgstr "Ativar autenticação de duas etapas" msgid "Add" msgstr "Adicionar" -#: templates/web/base/admin/bodies/form.html:3 templates/web/base/admin/bodies/form.html:4 +#: 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" @@ -277,16 +297,18 @@ msgstr "" 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" msgstr "Adicionar nova categoria pai" -#: templates/web/base/admin/bodies/form.html:139 templates/web/base/admin/bodies/index.html:78 +#: templates/web/base/admin/bodies/form.html:139 +#: templates/web/base/admin/bodies/index.html:78 #: templates/web/zurich/admin/bodies/form.html:63 msgid "Add body" msgstr "Adicionar corpo" -#: templates/web/base/auth/change_email.html:2 templates/web/base/auth/change_email.html:7 +#: templates/web/base/auth/change_email.html:2 +#: templates/web/base/auth/change_email.html:7 msgid "Add email address" msgstr "Adicionar endereço de e-mail" @@ -302,36 +324,43 @@ msgstr "Adicionar campo" msgid "Add fixed state" msgstr "Adicionar estado fixo" -#: templates/web/base/admin/bodies/body.html:146 templates/web/zurich/admin/bodies/body.html:33 +#: templates/web/base/admin/bodies/body.html:146 +#: templates/web/zurich/admin/bodies/body.html:33 msgid "Add new category" msgstr "Adicionar nova categoria" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Adicionar opção" -#: templates/web/base/auth/change_phone.html:2 templates/web/base/auth/change_phone.html:7 +#: templates/web/base/auth/change_phone.html:2 +#: templates/web/base/auth/change_phone.html:7 msgid "Add phone number" msgstr "Adicionar número de telefone" -#: templates/web/base/report/_item.html:10 templates/web/base/report/_item.html:16 templates/web/base/report/_main.html:149 -#: templates/web/base/report/_main.html:25 templates/web/base/report/_main.html:36 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_main.html:149 +#: templates/web/base/report/_main.html:25 +#: templates/web/base/report/_main.html:36 msgid "Add to shortlist" msgstr "Adicione para lista de atalhos" -#: templates/web/base/admin/users/edit.html:4 templates/web/base/admin/users/index.html:95 templates/web/base/admin/users/index.html:98 +#: 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 "Adicione usuário" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Adicionar / editar categorias de problemas" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Adicionar / editar prioridades de resposta" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Adicionar / editar modelos de resposta" @@ -347,6 +376,12 @@ msgstr "Adicionar esta denúncia à sua lista de atalhos a removerá da lista de msgid "Admin" msgstr "Administrador" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Novamente:" @@ -359,7 +394,8 @@ msgstr "Alerta %d criado para %s, tipo %s, parâmetros %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Alerta %d desativado (criado %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Alerte me para futuras atualizações" @@ -367,11 +403,16 @@ msgstr "Alerte me para futuras atualizações" msgid "Alerts:" msgstr "Alertas:" -#: templates/web/base/dashboard/index.html:40 templates/web/base/dashboard/index.html:52 templates/web/base/dashboard/index.html:65 -#: templates/web/base/reports/_list-filter-status.html:4 templates/web/zurich/reports/_list-filter-status.html:2 +#: templates/web/base/dashboard/index.html:40 +#: templates/web/base/dashboard/index.html:52 +#: templates/web/base/dashboard/index.html:65 +#: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 +#: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Tudo" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Todos as Denúncias" @@ -380,7 +421,8 @@ msgstr "Todos as Denúncias" msgid "All Reports as CSV" msgstr "Todos as denúncias em CSV" -#: templates/web/base/admin/category-multiselect.html:5 templates/web/base/admin/responsepriorities/index.html:26 +#: 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 "Todas categorias" @@ -393,8 +435,11 @@ msgstr "Todas as cobranças" msgid "All languages" msgstr "Todas as línguas" -#: 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/footer.html:20 +#: 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/footer.html:20 #: templates/web/zurich/nav_over_content.html:6 msgid "All reports" msgstr "Todos as denúncias" @@ -407,6 +452,11 @@ 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:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Esconder denúncias feitas nesta categoria" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "Já foi relatado?" @@ -419,7 +469,8 @@ 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:10 templates/web/base/admin/bodies/contact-form.html:16 +#: templates/web/base/admin/bodies/contact-form.html:10 +#: templates/web/base/admin/bodies/contact-form.html:16 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)." @@ -431,94 +482,102 @@ msgstr "Adicionar e-mail." msgid "An update marked this problem as fixed." msgstr "Uma atualização marcou este problema como solucionado." -#: templates/web/base/admin/list_updates.html:33 templates/web/base/admin/problem_row.html:20 +#: templates/web/base/admin/list_updates.html:33 +#: templates/web/base/admin/problem_row.html:20 msgid "Anonymous" msgstr "Anônimo" -#: templates/web/base/report/new/form_user_loggedin.html:22 templates/web/base/report/update/form_user_loggedin.html:19 +#: templates/web/base/report/new/form_user_loggedin.html:22 +#: templates/web/base/report/update/form_user_loggedin.html:19 msgid "Anonymous user" msgstr "Usuário anônimo" -#: templates/web/base/admin/reports/edit.html:135 templates/web/base/admin/update_edit.html:23 -#: templates/web/base/admin/update_edit.html:96 templates/web/base/report/update/moderation_diff.html:5 +#: templates/web/base/admin/reports/edit.html:148 +#: templates/web/base/admin/update_edit.html:23 +#: templates/web/base/admin/update_edit.html:96 +#: templates/web/base/report/update/moderation_diff.html:5 msgid "Anonymous:" msgstr "Anônimo:" -#: templates/web/base/report/new/form_user_loggedin.html:25 templates/web/base/report/update/form_user_loggedin.html:16 +#: templates/web/base/report/new/form_user_loggedin.html:25 +#: templates/web/base/report/update/form_user_loggedin.html:16 msgid "Another user" msgstr "Outro usuário" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Tem certeza de que deseja cancelar este upload?" #. ("JS") -#: templates/web/base/admin/manifesttheme/form.html:62 templates/web/base/admin/reports/edit.html:85 -#: templates/web/base/admin/roles/form.html:25 templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/manifesttheme/form.html:62 +#: templates/web/base/admin/reports/edit.html:85 +#: templates/web/base/admin/roles/form.html:25 +#: templates/web/base/admin/states/index.html:48 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Você tem certeza?" -#: templates/web/base/admin/bodies/body.html:21 templates/web/base/admin/bodies/form.html:77 +#: 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 "Área coberta" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Área:" -#: 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 "" -"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/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 "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/admin/users/index.html:73 msgid "Assign selected to role:" msgstr "Atribuir usuários à áreas:" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Atribuir ao órgão competente:" -#: templates/web/zurich/admin/reports/edit.html:158 templates/web/zurich/admin/stats/index.html:57 +#: templates/web/zurich/admin/reports/edit.html:162 +#: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Atribuir a uma categoria diferente:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Atribuir a um órgão externo:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Atribuir a subdivisão:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Atribuir usuários à áreas" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Categorias disponíveis" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Atribuído a: %s" #: templates/web/base/open311/index.html:76 -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 "" -"No máximo %d requisições são retornadas em cada consulta. As requisições retornadas são ordenadas por requested_datetime, e para " -"pegar todas as requisições, faça várias consultas com start_date e end_date." +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 "No máximo %d requisições são retornadas em cada consulta. As requisições retornadas são ordenadas por requested_datetime, e para pegar todas as requisições, faça várias consultas com start_date e end_date." #: templates/web/base/open311/index.html:68 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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -526,11 +585,11 @@ msgstr "Usuários autorizados podem ser associados às categorias em que operam. msgid "Auto Response" msgstr "Auto Resposta" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Auto-repsosta:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "Preencher automaticamente o detalhe/assunto da denúncia" @@ -542,11 +601,13 @@ msgstr "Tempo médio entre a denúncia de um problema e a solução das últimas msgid "Avoid personal information and vehicle number plates" msgstr "Evite informações pessoais e números de placa de veículos" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 templates/web/zurich/report/_item.html:11 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 +#: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Aguardando moderação" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Voltar" @@ -567,23 +628,31 @@ msgstr "Banir usuário" msgid "Behaviour" msgstr "Comportamento" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 perllib/FixMyStreet/Cobrand/Default.pm:776 perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 perllib/FixMyStreet/Cobrand/Zurich.pm:418 templates/web/base/admin/bodies/index.html:1 -#: templates/web/base/admin/reports/edit.html:56 templates/web/zurich/header.html:52 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 +#: templates/web/base/admin/bodies/index.html:1 +#: templates/web/base/admin/reports/edit.html:56 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Órgãos" -#: templates/web/base/admin/flagged.html:17 templates/web/base/admin/index.html:69 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/flagged.html:17 +#: templates/web/base/admin/index.html:69 +#: 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 "Órgão" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Órgão:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "Arquivo CSV" @@ -595,23 +664,31 @@ msgstr "Não encontrou nosso e-mail? Cheque sua pasta de spam – esta msgid "Can't see the map? Skip this step" msgstr "Não consegue ver o mapa? Pular este passo" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: templates/web/base/admin/responsepriorities/index.html:8 templates/web/base/admin/templates/view.html:7 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: templates/web/base/admin/responsepriorities/index.html:8 +#: templates/web/base/admin/templates/view.html:7 msgid "Categories" msgstr "Categorias" -#: templates/web/base/admin/category-checkboxes.html:26 templates/web/base/admin/category-multiselect.html:2 +#: 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 "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:101 templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 templates/web/base/report/new/category.html:23 -#: templates/web/base/report/new/category_wrapper.html:3 templates/web/zurich/admin/bodies/body.html:14 -#: templates/web/zurich/admin/bodies/form.html:25 templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 templates/web/zurich/admin/reports/index.html:13 -#: 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:101 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 +#: templates/web/base/report/new/category.html:23 +#: templates/web/base/report/new/category_wrapper.html:3 +#: 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 "Categoria" @@ -619,38 +696,51 @@ msgstr "Categoria" msgid "Category and State" msgstr "Categoria e estado" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Categoria alterada de ‘%s’ para ‘%s’" -#: templates/web/base/admin/stats/fix_rate.html:1 templates/web/base/admin/stats/index.html:14 +#: 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 "Taxa de correção para categoria de problemas > 4 semanas" -#: templates/web/base/admin/reports/edit.html:131 templates/web/base/dashboard/index.html:39 -#: 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 +#: templates/web/base/admin/reports/edit.html:131 +#: templates/web/base/dashboard/index.html:39 +#: 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 "Categoria:" -#: templates/web/base/my/my.html:41 templates/web/base/my/my.html:44 templates/web/base/my/my.html:52 templates/web/base/my/my.html:57 +#: templates/web/base/my/my.html:41 templates/web/base/my/my.html:44 +#: templates/web/base/my/my.html:52 templates/web/base/my/my.html:57 msgid "Change" msgstr "Alterar" -#: templates/web/base/auth/change_email.html:2 templates/web/base/auth/change_email.html:3 +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Alterar senha" + +#: templates/web/base/auth/change_email.html:2 +#: templates/web/base/auth/change_email.html:3 msgid "Change email address" 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:64 -#: templates/web/base/my/my.html:68 +#: templates/web/base/auth/change_password.html:2 +#: templates/web/base/auth/change_password.html:5 +#: templates/web/base/my/my.html:64 templates/web/base/my/my.html:68 msgid "Change password" msgstr "Alterar senha" -#: templates/web/base/auth/change_phone.html:2 templates/web/base/auth/change_phone.html:3 +#: templates/web/base/auth/change_phone.html:2 +#: templates/web/base/auth/change_phone.html:3 msgid "Change phone number" msgstr "Alterar o número do telefone" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "Ativar autenticação de dois fatores" @@ -658,16 +748,14 @@ msgstr "Ativar autenticação de dois fatores" 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 "" -"Escolha o nome de uma categoria que faça sentido para o público (por exemplo, \"Buraco na rua\", \"Iluminação pública" -"\") mas que também seja útil para o órgão. Elas aparecerão no menu suspenso da página de denunciar um problema." +msgstr "Escolha o nome de uma categoria que faça sentido para o público (por exemplo, \"Buraco na rua\", \"Iluminação pública\") mas que também seja útil para o órgão. Elas aparecerão no menu suspenso da página de denunciar um problema." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Escolher outro(a)" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Limpar dados offline" @@ -703,18 +791,19 @@ msgstr "Clique no mapa ou arraste o pino para ajustar a localização" msgid "Close" msgstr "Fechar" -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 perllib/FixMyStreet/Cobrand/Zurich.pm:158 perllib/FixMyStreet/Cobrand/Zurich.pm:161 -#: 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:118 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:118 +#: templates/web/zurich/admin/stats/index.html:52 msgid "Closed" msgstr "Fechado" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Fechado pelo órgão responsável" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "Fechado para atualizações" @@ -722,30 +811,37 @@ msgstr "Fechado para atualizações" msgid "Co-ordinates:" msgstr "Coordenadas:" -#: 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 +#: 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 "Multimarca" -#: templates/web/base/admin/reports/edit.html:99 templates/web/base/admin/update_edit.html:54 +#: templates/web/base/admin/reports/edit.html:99 +#: templates/web/base/admin/update_edit.html:54 msgid "Cobrand data:" msgstr "Dados multimarca:" -#: templates/web/base/admin/reports/edit.html:98 templates/web/base/admin/update_edit.html:53 +#: templates/web/base/admin/reports/edit.html:98 +#: templates/web/base/admin/update_edit.html:53 msgid "Cobrand:" msgstr "Multimarca:" -#: 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 +#: 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 "Código" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Recolher mapa" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 perllib/FixMyStreet/Cobrand/KiitC.pm:321 perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Configuração" @@ -754,7 +850,8 @@ msgstr "Configuração" msgid "Confirm" msgstr "Confirmar" -#: templates/web/base/auth/2fa/form.html:1 templates/web/base/auth/smsform.html:1 templates/web/base/auth/token.html:1 +#: 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 "Confirmar conta" @@ -762,18 +859,23 @@ msgstr "Confirmar conta" msgid "Confirm by email instead, providing a new password at that point. When you confirm, your password will be updated." msgstr "Confirme por e-mail, fornecendo uma nova senha nesse ponto. Quando você confirmar, sua senha será atualizada." -#: 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/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 "Confirmação" -#: templates/web/base/admin/bodies/contact-form.html:30 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:30 +#: 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 "Confirmado" -#: templates/web/base/admin/list_updates.html:40 templates/web/base/admin/problem_row.html:36 +#: templates/web/base/admin/list_updates.html:40 +#: templates/web/base/admin/problem_row.html:36 #: templates/web/base/admin/reports/edit.html:79 msgid "Confirmed:" msgstr "Confirmado:" @@ -783,7 +885,9 @@ msgstr "Confirmado:" msgid "Contact %s" msgstr "Contato" -#: templates/web/base/contact/index.html:4 templates/web/base/contact/index.html:5 templates/web/base/contact/submit.html:1 +#: 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 "Contate-nos" @@ -792,7 +896,8 @@ msgid "Contact the team" msgstr "Contactar o time" #. ("JS") -#: templates/web/base/js/translation_strings.html:62 templates/web/base/report/form/user.html:8 +#: templates/web/base/js/translation_strings.html:62 +#: templates/web/base/report/form/user.html:8 msgid "Continue" msgstr "Continuar" @@ -804,7 +909,8 @@ msgstr "Continuar - denunciar um novo problema" msgid "Convert location from Easting/Northing" msgstr "Converter localização de Leste/Norte" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:723 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:753 msgid "Could not find user" msgstr "Não foi possível encontrar o usuário" @@ -817,8 +923,10 @@ msgstr "Não foi possível encontrar a localização" msgid "Council" msgstr "Órgão" -#: 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/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 "Contratos municipais para %s" @@ -831,11 +939,13 @@ msgstr "Ref municipal: %s" msgid "Council:" msgstr "Órgão responsável:" -#: templates/web/zurich/admin/stats/index.html:66 templates/web/zurich/admin/stats/index.html:71 +#: templates/web/zurich/admin/stats/index.html:66 +#: templates/web/zurich/admin/stats/index.html:71 msgid "Count" msgstr "Contar" -#: templates/web/base/admin/manifesttheme/index.html:31 templates/web/base/admin/roles/index.html:32 +#: 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 "Criar" @@ -848,31 +958,36 @@ msgstr "Criar uma denúncia" msgid "Create an account" msgstr "Criar uma conta" -#: templates/web/base/admin/bodies/contact-form.html:131 templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/base/admin/bodies/contact-form.html:164 +#: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Criar uma categoria" -#: templates/web/base/admin/responsepriorities/edit.html:41 templates/web/base/admin/responsepriorities/index.html:41 +#: 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:765 perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "Criar denúncias/atualizações como usuário anônimo" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Criar denúncias/atualizações como o órgão" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Criar denúncia/atualização em nome de um usuário" -#: templates/web/base/admin/templates/edit.html:84 templates/web/zurich/admin/templates/edit.html:32 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Criar template" -#: templates/web/base/admin/problem_row.html:34 templates/web/zurich/admin/templates/view.html:10 +#: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 +#: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Criado" @@ -880,8 +995,21 @@ msgstr "Criado" msgid "Created %d new users" msgstr "%d novos usuários criados" -#: templates/web/base/admin/list_updates.html:39 templates/web/base/admin/reports/edit.html:78 -#: templates/web/base/admin/update_edit.html:55 templates/web/zurich/admin/update_edit.html:29 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Criado" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Criado" + +#: templates/web/base/admin/list_updates.html:39 +#: templates/web/base/admin/reports/edit.html:78 +#: templates/web/base/admin/update_edit.html:55 +#: templates/web/zurich/admin/update_edit.html:29 msgid "Created:" msgstr "Criado:" @@ -889,28 +1017,30 @@ msgstr "Criado:" msgid "Current password:" msgstr "Senha atual:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "Código de acesso atual:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "Atualmente agrupado por %s" -#: templates/web/base/admin/bodies/index.html:9 templates/web/base/admin/index.html:17 +#: templates/web/base/admin/bodies/index.html:9 +#: templates/web/base/admin/index.html:17 msgid "Currently no bodies have been created." msgstr "Atualmente nenhum corpo foi criado." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Cliente não contatável" -#: templates/web/base/dashboard/index.html:8 templates/web/base/dashboard/index.html:9 templates/web/base/reports/index.html:15 +#: 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 "Painel de Controle" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Desativar autenticação de duas etapas" @@ -922,15 +1052,17 @@ msgstr "Processado por subdivisão em 5 dias úteis" msgid "Default" msgstr "Padrão" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "Padrão para criação de denúncias/atualizações como o: órgão" -#: templates/web/base/admin/roles/form.html:25 templates/web/base/admin/users/alerts.html:15 +#: templates/web/base/admin/roles/form.html:25 +#: templates/web/base/admin/users/alerts.html:15 msgid "Delete" msgstr "Excluír" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 templates/web/base/admin/templates/edit.html:88 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Deletar template" @@ -939,17 +1071,19 @@ msgstr "Deletar template" msgid "Delete theme" msgstr "Deletar tema" -#: templates/web/base/admin/bodies/contact-form.html:40 templates/web/base/admin/bodies/index.html:31 +#: templates/web/base/admin/bodies/contact-form.html:40 +#: templates/web/base/admin/bodies/index.html:31 #: templates/web/zurich/admin/bodies/contact-form.html:41 msgid "Deleted" msgstr "Deletado" -#: templates/web/base/report/_main.html:125 templates/web/base/report/update.html:56 +#: templates/web/base/report/_main.html:125 +#: templates/web/base/report/update.html:56 msgid "Describe why you are moderating this" msgstr "Descreva por que você está moderando isto" -#: templates/web/base/admin/responsepriorities/index.html:7 templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 templates/web/zurich/admin/reports/index.html:12 +#: templates/web/base/admin/responsepriorities/index.html:7 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Descrição" @@ -957,18 +1091,21 @@ msgstr "Descrição" msgid "Destination" msgstr "Destino" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 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/base/admin/users/alerts.html:12 +#: templates/web/base/js/translation_strings.html:47 #: templates/web/zurich/report/new/fill_in_details_form.html:45 msgid "Details" msgstr "Detalhes" -#: templates/web/base/admin/reports/edit.html:124 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/base/admin/reports/edit.html:124 +#: 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 "Detalhes:" @@ -989,7 +1126,8 @@ msgstr "Tabela da liga de prêmios de diligência" msgid "Disable" msgstr "Desabilitar" -#: templates/web/base/admin/bodies/contact-form.html:58 templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/bodies/contact-form.html:58 +#: 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" @@ -997,11 +1135,22 @@ 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:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Esconder denúncias feitas nesta categoria" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Esconder denúncias feitas nesta categoria" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "Desabilitado:" -#: templates/web/base/report/_main.html:130 templates/web/base/report/update.html:59 +#: templates/web/base/report/_main.html:130 +#: templates/web/base/report/update.html:59 msgid "Discard changes" msgstr "Descartar mudanças" @@ -1030,24 +1179,24 @@ msgstr "Não sabe" msgid "Don't like forms?" msgstr "Não gosta de formulários?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "Descer um" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "Arraste e solte as fotos aqui ou clique para enviar" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "Menu Suspenso" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Duplicado de" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Duplicados" @@ -1063,27 +1212,34 @@ msgstr "" " Isso significa que você pode adicionar muitas categorias, mesmo se você tiver apenas um contato para o órgão.\n" " " -#: templates/web/base/report/_item.html:65 templates/web/base/report/inspect/information.html:22 +#: templates/web/base/report/_item.html:78 +#: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Leste/Norte:" -#: templates/web/base/admin/list_updates.html:44 templates/web/base/admin/manifesttheme/index.html:22 -#: templates/web/base/admin/problem_row.html:43 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:49 +#: templates/web/base/admin/list_updates.html:44 +#: templates/web/base/admin/manifesttheme/index.html:22 +#: templates/web/base/admin/problem_row.html:43 +#: 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 "Editar" -#: templates/web/base/admin/bodies/body.html:161 templates/web/base/admin/index.html:43 templates/web/zurich/admin/bodies/body.html:47 +#: templates/web/base/admin/bodies/body.html:161 +#: templates/web/base/admin/index.html:43 +#: templates/web/zurich/admin/bodies/body.html:47 msgid "Edit body details" msgstr "Editar detalhes do órgão" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Editar a permissão de outros usuários" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Editar categoria da denúncia" @@ -1091,15 +1247,15 @@ msgstr "Editar categoria da denúncia" msgid "Edit report details" msgstr "Editar detalhes da denúncia" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Editar prioridade da denúncia" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Editar denúncias" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "Editar os detalhes dos usuários/pesquisas para suas denúncias" @@ -1107,14 +1263,18 @@ msgstr "Editar os detalhes dos usuários/pesquisas para suas denúncias" msgid "Edit your update" msgstr "Editar sua atualização" -#: templates/web/base/admin/reports/edit.html:0 templates/web/base/admin/reports/edit.html:15 -#: templates/web/base/admin/reports/edit.html:6 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/base/admin/reports/edit.html:0 +#: templates/web/base/admin/reports/edit.html:15 +#: templates/web/base/admin/reports/edit.html:6 +#: 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 "Editando problema %d" -#: templates/web/base/admin/update_edit.html:1 templates/web/zurich/admin/update_edit.html:1 +#: templates/web/base/admin/update_edit.html:1 +#: templates/web/zurich/admin/update_edit.html:1 msgid "Editing update %d" msgstr "Editando atualização %d" @@ -1126,20 +1286,31 @@ msgstr "Editando usuário %d" msgid "Editor" msgstr "Editor" -#: 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:21 templates/web/base/report/display_tools.html:50 -#: templates/web/base/report/new/duplicate_suggestions.html:33 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:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 +#: templates/web/base/report/new/duplicate_suggestions.html:33 +#: 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 msgid "Email" msgstr "E-mail" -#: templates/web/base/alert/_list.html:69 templates/web/base/auth/change_email.html:37 -#: templates/web/base/report/new/form_user_loggedin.html:39 templates/web/base/report/update/form_user_loggedin.html:25 +#: templates/web/base/alert/_list.html:70 +#: templates/web/base/auth/change_email.html:37 +#: templates/web/base/report/new/form_user_loggedin.html:39 +#: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Endereço de e-mail" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "Endereço de e-mail (opcional)" @@ -1159,11 +1330,13 @@ msgstr "Me envie um e-mail ou um código por mensagem de texto para entrar" msgid "Email me a link to sign in" msgstr "Me envie um e-mail para entrar" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "E-mail verificado:" -#: templates/web/base/admin/reports/edit.html:151 templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-mail:" @@ -1172,7 +1345,8 @@ msgstr "E-mail:" msgid "Enable" msgstr "Habilitar" -#: templates/web/base/admin/bodies/open311-form-fields.html:156 templates/web/base/admin/bodies/open311-form-fields.html:157 +#: 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" @@ -1182,7 +1356,8 @@ msgstr "" " e o endereço sempre retornará uma lista de todos os problemas. Isso suprimirá mensagens de erro sobre\n" " dados ruins nos problemas buscados." -#: templates/web/base/admin/bodies/open311-form-fields.html:143 templates/web/base/admin/bodies/open311-form-fields.html:144 +#: 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." @@ -1190,7 +1365,8 @@ msgstr "" "Habilite Converter localização de Leste / Norte se você habilitou a busca de problemas do Open311 acima\n" " e os problemas buscados têm a localização em Leste / Norte e não em Latitude / Longitude." -#: templates/web/base/admin/bodies/open311-form-fields.html:127 templates/web/base/admin/bodies/open311-form-fields.html:128 +#: 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" @@ -1202,7 +1378,8 @@ msgstr "" " Para obter mais informações, consulte \n" "
este artigo." -#: templates/web/base/admin/bodies/open311-form-fields.html:66 templates/web/base/admin/bodies/open311-form-fields.html:67 +#: 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" @@ -1210,12 +1387,12 @@ msgid "" " this article." msgstr "" "Habilite o envio de atualizações do Open311 se o caminho envia e recebe\n" -" atualizações para denúncias existentes. Se você não tem certeza, provavelmente não deve habilitar, então deixe isso " -"desmarcado.\n" +" atualizações para denúncias existentes. Se você não tem certeza, provavelmente não deve habilitar, então deixe isso desmarcado.\n" " Para obter mais informações, consulte \n" " este artigo." -#: templates/web/base/admin/bodies/form.html:121 templates/web/base/admin/bodies/form.html:122 +#: templates/web/base/admin/bodies/form.html:121 +#: templates/web/base/admin/bodies/form.html:122 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" @@ -1225,7 +1402,8 @@ msgstr "" " caminho diferente (e método de envio) do órgão. Por exemplo, se as denúncias para algumas categorias de\n" " problema deve ser enviado por e-mail, enquanto outros podem ser enviados pelo Open311." -#: templates/web/base/admin/bodies/open311-form-fields.html:54 templates/web/base/admin/bodies/open311-form-fields.html:55 +#: 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 "Habilitar isto irá suprimir a mensagem de erro que normalmente é mostrada quando uma atualização não tem descrição" @@ -1237,15 +1415,16 @@ msgstr "Data Final" msgid "Endpoint" msgstr "Endereço" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "Digite um nome da rua" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Digite um CEP próximo a sua região, ou nome de rua e bairro" -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:20 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:21 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:20 +#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:21 msgid "Enter a nearby postcode, or street name and area" msgstr "Especifique um CEP, Nome de Rua ou Bairro" @@ -1258,17 +1437,24 @@ msgid "Enter details of the problem" msgstr "Digite detalhes do problema" #. ("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 +#: 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 "Erro" -#: templates/web/base/admin/triage/_list-filters.html:12 templates/web/base/admin/triage/_list-filters.html:3 -#: templates/web/base/reports/_list-filters.html:16 templates/web/base/reports/_list-filters.html:28 +#: 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:30 msgid "Everything" msgstr "Tudo" -#: templates/web/base/admin/bodies/body.html:19 templates/web/base/admin/bodies/category.html:19 +#: templates/web/base/admin/bodies/body.html:19 +#: templates/web/base/admin/bodies/category.html:19 msgid "Example postcode %s" msgstr "CEP exemplo %s" @@ -1276,7 +1462,7 @@ msgstr "CEP exemplo %s" msgid "Examples:" msgstr "Exemplos:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Categoria existente" @@ -1285,7 +1471,7 @@ msgid "Existing users won't be modified." msgstr "Usuários existentes não serão modificados." #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Expandir mapa" @@ -1309,7 +1495,8 @@ msgstr "URL Externa" msgid "External body" msgstr "Corpo externo" -#: templates/web/base/admin/reports/edit.html:112 templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/reports/edit.html:112 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "Código de status externo" @@ -1321,17 +1508,21 @@ msgstr "Código de status externo:" msgid "External team" msgstr "Time externo" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 templates/web/base/admin/reportextrafields/edit.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 +#: 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:114 templates/web/base/admin/reports/edit.html:134 -#: templates/web/base/admin/update_edit.html:97 templates/web/base/report/update/moderation_diff.html:8 +#: templates/web/base/admin/bodies/contact-form.html:146 +#: templates/web/base/admin/reports/edit.html:134 +#: templates/web/base/admin/update_edit.html:97 +#: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Dados extra:" -#: templates/web/base/report/_item.html:90 templates/web/base/report/inspect/_extra_details_field.html:2 +#: templates/web/base/report/_item.html:99 +#: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" msgstr "Detalhes extras" @@ -1348,7 +1539,8 @@ msgstr "Questão extra mostrada ao usuário" msgid "Failed to send message" msgstr "Falhou ao enviar a mensagem" -#: templates/web/base/admin/reportextrafields/edit.html:58 templates/web/base/admin/reportextrafields/index.html:9 +#: templates/web/base/admin/reportextrafields/edit.html:58 +#: templates/web/base/admin/reportextrafields/index.html:9 msgid "Fields" msgstr "Campos" @@ -1356,29 +1548,39 @@ msgstr "Campos" msgid "File type not recognised. Please upload an image." msgstr "Tipo de arquivo não reconhecido. Por favor, carregue uma imagem." -#: templates/web/base/report/form/user_loggedout_password.html:21 templates/web/base/report/form/user_loggedout_password.html:8 +#: 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 "Preencha seus detalhes manualmente." #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "Filtro" -#: templates/web/zurich/admin/index-dm.html:35 templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtrar lista de denúncias" - -#: templates/web/base/questionnaire/creator_fixed.html:16 templates/web/base/questionnaire/index.html:68 +#: templates/web/base/questionnaire/creator_fixed.html:16 +#: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Novas denúncias" + #: 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." -#: 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 +#: 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:119 msgid "Fixed" msgstr "Resolvido" @@ -1391,7 +1593,8 @@ msgstr "Resolvido - Órgão" msgid "Fixed - User" msgstr "Resolvido - Usuário" -#: templates/web/base/admin/bodies/form.html:96 templates/web/zurich/admin/bodies/form.html:47 +#: templates/web/base/admin/bodies/form.html:96 +#: templates/web/zurich/admin/bodies/form.html:47 msgid "Flag as deleted" msgstr "Marcar como deletado" @@ -1399,7 +1602,8 @@ msgstr "Marcar como deletado" msgid "Flag user" msgstr "Marcar usuário" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 templates/web/base/admin/users/index.html:47 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 +#: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Marcado" @@ -1407,7 +1611,7 @@ msgstr "Marcado" msgid "Flagged reports and users" msgstr "Usuários e denúncias marcadas" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Usuários marcados são listados na página de marcação." @@ -1415,7 +1619,8 @@ msgstr "Usuários marcados são listados na página de marcaçãoHow FixMyStreet uses " -"Mapit." -msgstr "" -"Para mais informações, veja Como o " -"AjeitaMinhaRua usa Mapit." +msgid "For more information, see How FixMyStreet uses Mapit." +msgstr "Para mais informações, veja Como o AjeitaMinhaRua usa Mapit." #: templates/web/base/auth/create.html:2 templates/web/base/auth/create.html:3 msgid "Forgot password" msgstr "Esqueceu a senha" -#: templates/web/base/auth/general.html:98 templates/web/base/report/form/user_loggedout_password.html:20 +#: 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 msgid "Forgotten your password?" msgstr "Esqueceu sua senha?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Encaminhado ao órgão externo" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Desejo encaminhado para órgão externo" -#: 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 +#: 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 "Perguntas Frequentes" -#: templates/web/base/contact/enquiry/index.html:1 templates/web/base/contact/enquiry/index.html:3 +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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 "Inquérito geral" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "Gerar token" -#: templates/web/base/around/_updates.html:3 templates/web/base/report/display_tools.html:15 -#: templates/web/base/report/new/duplicate_suggestions.html:36 templates/web/base/report/new/duplicate_suggestions.html:39 +#: templates/web/base/around/_updates.html:3 +#: templates/web/base/report/display_tools.html:15 +#: templates/web/base/report/new/duplicate_suggestions.html:36 +#: templates/web/base/report/new/duplicate_suggestions.html:39 #: templates/web/base/report/new/duplicate_suggestions.html:45 msgid "Get updates" msgstr "Receber atualizações" -#: templates/web/base/reports/_rss.html:12 templates/web/base/reports/_rss.html:4 +#: templates/web/base/reports/_rss.html:12 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of %s problems" msgstr "Receber atualizações de %s problemas" -#: templates/web/base/reports/_rss.html:14 templates/web/base/reports/_rss.html:4 +#: templates/web/base/reports/_rss.html:14 +#: templates/web/base/reports/_rss.html:4 msgid "Get updates of problems in this %s" msgstr "Receber atualizações de problemas em %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Incluir em um Feed RSS" @@ -1490,13 +1707,21 @@ msgstr "Dê um nome a essa coleção de campos. Ela não é mostrado publicament msgid "Glad to hear it’s been fixed!" msgstr "Ficamos felizes em saber que foi solucionado!" -#: templates/web/base/admin/index.html:29 templates/web/base/admin/index.html:37 templates/web/base/admin/index.html:54 -#: templates/web/base/admin/responsepriorities/index.html:48 templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 templates/web/base/admin/triage/_list-filters.html:45 -#: 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:40 templates/web/base/reports/_list-filters.html:49 -#: templates/web/base/reports/index.html:89 templates/web/zurich/admin/stats/index.html:37 +#: templates/web/base/admin/index.html:29 +#: templates/web/base/admin/index.html:37 +#: templates/web/base/admin/index.html:54 +#: 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:42 +#: templates/web/base/reports/_list-filters.html:51 +#: templates/web/base/reports/index.html:89 +#: templates/web/zurich/admin/stats/index.html:37 msgid "Go" msgstr "Ir" @@ -1504,7 +1729,7 @@ msgstr "Ir" msgid "Going to send questionnaire?" msgstr "Vai enviar questionário?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Garantir acesso ao administrador" @@ -1528,22 +1753,23 @@ msgstr "Este problema foi solucionado?" msgid "Have you ever reported a problem to a council before, or is this your first time?" msgstr "Você já denunciou um problema para um município antes, ou esta é sua primeira vez?" -#: templates/web/base/admin/stats/index.html:17 templates/web/base/admin/stats/index.html:23 +#: 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 "Mapa de calor" -#: templates/web/base/main_nav_items.html:24 templates/web/zurich/about/faq-de-ch.html:1 templates/web/zurich/footer.html:22 +#: templates/web/base/main_nav_items.html:24 +#: templates/web/zurich/about/faq-de-ch.html:1 +#: templates/web/zurich/footer.html:22 #: templates/web/zurich/nav_over_content.html:8 msgid "Help" msgstr "Ajuda" -#: templates/web/base/report/new/category_extras.html:17 templates/web/base/report/new/category_extras.html:18 -msgid "" -"Help %s resolve your problem quicker, by providing some extra detail. This extra information will not be published " -"online." -msgstr "" -"Ajude %s a resolver seu problema mais rápido, fornecendo alguns detalhes extras. Estas informações não serão " -"publicadas no site." +#: templates/web/base/report/new/category_extras.html:17 +#: templates/web/base/report/new/category_extras.html:18 +msgid "Help %s resolve your problem quicker, by providing some extra detail. This extra information will not be published online." +msgstr "Ajude %s
a resolver seu problema mais rápido, fornecendo alguns detalhes extras. Estas informações não serão publicadas no site." #: templates/web/base/around/on_map_list_items.html:8 msgid "Here are some other nearby reports:" @@ -1553,8 +1779,10 @@ msgstr "Aqui estão algumas das denúncias nas redondezas:" msgid "Hi %s" msgstr "Oi %s" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 templates/web/base/admin/update_edit.html:30 -#: templates/web/zurich/admin/stats/index.html:53 templates/web/zurich/admin/update_edit.html:18 +#: perllib/FixMyStreet/DB/ResultSet/State.pm:65 +#: templates/web/base/admin/update_edit.html:30 +#: templates/web/zurich/admin/stats/index.html:53 +#: templates/web/zurich/admin/update_edit.html:18 msgid "Hidden" msgstr "Escondido" @@ -1562,7 +1790,8 @@ msgstr "Escondido" msgid "Hidden data in reporting form" msgstr "Dados ocultos no formulário de denúncia" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "Esconder todas as denúncias e atualizações" @@ -1570,7 +1799,8 @@ msgstr "Esconder todas as denúncias e atualizações" msgid "Hide entire report" msgstr "Esconder toda a denúncia" -#: templates/web/base/my/anonymize.html:1 templates/web/base/my/anonymize.html:2 +#: templates/web/base/my/anonymize.html:1 +#: templates/web/base/my/anonymize.html:2 msgid "Hide my name" msgstr "Esconder meu nome" @@ -1587,8 +1817,9 @@ msgid "Hide my name on this report" msgstr "Esconder meu nome nesta denúncia" #. ("JS") -#: templates/web/base/around/display_location.html:65 templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/around/display_location.html:65 +#: templates/web/base/around/display_location.html:73 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Esconder marcadores" @@ -1600,7 +1831,8 @@ msgstr "Esconder denúncias feitas nesta categoria" msgid "Hide update completely?" msgstr "Esconder toda a atualização?" -#: templates/web/base/report/_report_meta_info.html:3 templates/web/base/report/_update_state.html:16 +#: templates/web/base/report/_report_meta_info.html:3 +#: templates/web/base/report/_update_state.html:16 msgid "Hide your name?" msgstr "Esconder seu nome?" @@ -1621,11 +1853,13 @@ msgstr "Como denunciar um problema" msgid "How to send successful reports" msgstr "Como enviar denúncias com sucesso" -#: templates/web/base/tokens/confirm_problem.html:46 templates/web/base/tokens/confirm_problem.html:51 +#: templates/web/base/tokens/confirm_problem.html:46 +#: templates/web/base/tokens/confirm_problem.html:51 msgid "I just reported a problem on @fixmystreet" msgstr "Acabei de denunciar um problema no @ajeitaMinhaRua" -#: templates/web/base/tokens/confirm_update.html:20 templates/web/base/tokens/confirm_update.html:25 +#: 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 "Acabei de atualizar um problema no @ajeitaMinhaRua" @@ -1633,15 +1867,19 @@ msgstr "Acabei de atualizar um problema no @ajeitaMinhaRua" msgid "I'm afraid we couldn't locate your problem in the database.\n" msgstr "Nós não conseguimos localizar seu problema no banco de dados.\n" -#: templates/web/base/admin/flagged.html:14 templates/web/base/admin/index.html:66 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-dm.html:23 templates/web/zurich/admin/index-sdm.html:19 -#: templates/web/zurich/admin/list_updates.html:24 templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 +#: templates/web/base/admin/flagged.html:14 +#: templates/web/base/admin/index.html:66 +#: 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 "ID" -#: templates/web/base/admin/bodies/form.html:32 templates/web/base/admin/bodies/form.html:33 +#: 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." @@ -1657,15 +1895,15 @@ msgstr "Se houver um usuário associado ao endereço inserido, enviaremos um e-m 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 "Se esta prioridade é passada a um serviço externo, especifique aqui o código de prioridade a ser usado neste serviço." -#: templates/web/base/admin/extra-metadata-item.html:100 +#: 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 "Se marcado, o formulário será desativado e o texto de aviso deste item será exibido." -#: templates/web/base/admin/extra-metadata-item.html:106 +#: 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 "Se marcado, esses dados extras não serão editados ou excluídos pelo script do Open311." -#: templates/web/base/admin/templates/edit.html:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "Se selecionado, este modelo será usado para atualizações do Open311 que colocam problemas neste estado." @@ -1681,7 +1919,7 @@ msgstr "" msgid "If you are contacting us about a specific report or update please include a link to the report in the message." msgstr "Se você está nos contatando sobre uma denúncia ou atualização específica, por favor, inclua o link para a denúncia na mensagem." -#: templates/web/base/auth/generate_token.html:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "Se você gerou um novo código de acesso, o código antigo não funcionará mais." @@ -1694,36 +1932,24 @@ msgid "If you let us know your email address, we’ll notify you when this probl msgstr "Se você nos informar seu endereço de e-mail, nós notificaremos você quando este problema for resolvido ou atualizado." #: 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 "" -"Se você deseja que esta prioridade seja uma opção para categorias específicas, escolha elas aqui. Por padrão ela será mostrada para " -"todas as categorias." +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 "Se você deseja que esta prioridade seja uma opção para categorias específicas, escolha elas aqui. Por padrão ela será mostrada para todas as categorias." #: templates/web/base/admin/templates/edit.html:39 -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 "" -"Se você deseja que este modelo seja uma opção para categorias específicas, escolha-os aqui. Por padrão, eles serão exibidos para " -"todas as categorias." +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 "Se você deseja que este modelo seja uma opção para categorias específicas, escolha-os aqui. Por padrão, eles serão exibidos para todas as categorias." #: 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 "Se você enviar um problema aqui, o problema não será denunciado para o órgão." -#: templates/web/base/admin/templates/edit.html:59 -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 "" -"Se você deseja usar este modelo para preencher previamente o campo de atualização quando o código de statusexterno " -"de uma denúncia (ex.: Confirmar) muda, insira o código de status aqui." +#: 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 "Se você deseja usar este modelo para preencher previamente o campo de atualização quando o código de statusexterno de uma denúncia (ex.: Confirmar) muda, insira o código de status aqui." #: templates/web/base/admin/templates/edit.html:46 msgid "If you want to use this template to prefill the update field when changing a report’s state, select the state here." -msgstr "" -"Se você deseja usar este modelo para preencher previamente o campo de atualização ao mudar o estado da denúncia, selecione o estado " -"aqui." +msgstr "Se você deseja usar este modelo para preencher previamente o campo de atualização ao mudar o estado da denúncia, selecione o estado aqui." #: templates/web/base/questionnaire/index.html:72 msgid "" @@ -1733,18 +1959,19 @@ msgstr "" "Se você deseja deixar uma atualização pública no problema, por favor, especifique-a aqui\n" "(note que esta atualização não será enviada ao órgão)." -#: templates/web/base/admin/bodies/open311-form-fields.html:112 templates/web/base/admin/bodies/open311-form-fields.html:113 +#: 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 "" "Se você habilitou o envio de atualizações do Open311 acima, o Open311 geralmente só aceitará status ABERTO ou FECHADO em \n" -" suas atualizações. Habilite os statuses Open311 estendidos se você quiser permitir que estados extras " -"sejam aprovados.\n" +" suas atualizações. Habilite os statuses Open311 estendidos se você quiser permitir que estados extras sejam aprovados.\n" " Verifique se sua multimarca suporta esse recurso antes de ligá-lo." -#: templates/web/base/admin/bodies/open311-form-fields.html:100 templates/web/base/admin/bodies/open311-form-fields.html:99 +#: 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." @@ -1752,7 +1979,8 @@ msgstr "" "Se você habilitou o envio de atualizações do Open311 acima, habilite a supressão de alertas \n" " se você não quiser que esse usuário seja notificado sempre que essas atualizações forem criadas." -#: templates/web/base/admin/bodies/open311-form-fields.html:82 templates/web/base/admin/bodies/open311-form-fields.html:83 +#: 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" @@ -1762,7 +1990,7 @@ msgstr "" " usuá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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 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." @@ -1783,16 +2011,22 @@ msgid "In abuse table?" msgstr "Na tabela de abuso?" #: templates/web/base/open311/index.html:80 -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)." +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 "Além disso, os seguintes atributos que não fazem parte da especificação Open311 v2 são retornados: agency_sent_datetime, título (também retornados como parte da descrição), interface_used, comment_count, requestor_name (só presentes se o solicitante permitisse que o nome fosse mostrado neste site)." + +#. ("JS") +#: templates/web/base/dashboard/status.html:37 +#: templates/web/base/dashboard/status.html:53 +msgid "In progress" msgstr "" -"Além disso, os seguintes atributos que não fazem parte da especificação Open311 v2 são retornados: agency_sent_datetime, título " -"(também retornados como parte da descrição), interface_used, comment_count, requestor_name (só presentes se o solicitante permitisse " -"que o nome fosse mostrado neste site)." -#: templates/web/base/admin/bodies/contact-form.html:35 templates/web/zurich/admin/bodies/contact-form.html:40 +#: templates/web/base/dashboard/heatmap.html:33 +#, fuzzy +msgid "In wards" +msgstr "Ver sinalizadores" + +#: templates/web/base/admin/bodies/contact-form.html:35 +#: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" msgstr "Inativo" @@ -1800,19 +2034,20 @@ msgstr "Inativo" msgid "Inbox zero, here we come!" msgstr "Inbox zero, vamos lá!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Incluir detalhes pessuais de quem fez a denúncia" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Valor %s incorreto para o campo has_photo" -#: templates/web/base/admin/triage/_inspect.html:31 templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "Inspecionar denúncia" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Instruir empreiteiros para corrigir o problema" @@ -1828,15 +2063,12 @@ msgstr "Chave interna" msgid "Internal notes" msgstr "Notas internas" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Valor %s incorreto para o campo agency_responsible" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Fromato inválido % especificado." -#: perllib/FixMyStreet/App/Controller/Moderate.pm:305 perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Moderate.pm:305 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 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." @@ -1848,11 +2080,13 @@ msgstr "Normalmente é bem mais rápido checar nossas Perguntas F msgid "It’s on its way to the council right now." msgstr "Está a caminho do órgão." -#: templates/web/base/admin/states/index.html:9 templates/web/base/admin/states/index.html:95 +#: templates/web/base/admin/states/index.html:9 +#: templates/web/base/admin/states/index.html:95 msgid "Label" msgstr "Etiqueta" -#: templates/web/base/admin/bodies/_translations.html:6 templates/web/base/admin/reportextrafields/edit.html:45 +#: templates/web/base/admin/bodies/_translations.html:6 +#: templates/web/base/admin/reportextrafields/edit.html:45 msgid "Language" msgstr "
" @@ -1864,7 +2098,8 @@ msgstr "Linguagens" msgid "Last 7 days" msgstr "Últimos 7 dias" -#: templates/web/base/admin/bodies/body.html:75 templates/web/zurich/admin/bodies/body.html:16 +#: templates/web/base/admin/bodies/body.html:75 +#: templates/web/zurich/admin/bodies/body.html:16 msgid "Last editor" msgstr "Último editor" @@ -1884,12 +2119,14 @@ msgstr "Última atualização:" msgid "Last update:" msgstr "Última atualização:" -#: templates/web/base/report/_item.html:70 templates/web/base/report/inspect/information.html:26 +#: templates/web/base/report/_item.html:83 +#: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Latitude/Longitude:" -#: templates/web/base/admin/triage/_list-filters.html:36 templates/web/base/reports/_list-filters-sort.html:10 +#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Menos atualizado recentemente" @@ -1905,22 +2142,26 @@ msgstr "Listar todas os problemas denunciados" msgid "Loading reports…" msgstr "Carregando denúncias…" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 templates/web/base/report/new/category_wrapper.html:9 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Carregando..." -#: 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 +#: 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 "Feeds RSS locais e alertas de e-mail" -#: 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 +#: 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 "Feeds RSS locais e alertas de e-mail para ''%s''" -#: templates/web/base/main_nav_items.html:16 templates/web/base/main_nav_items.html:21 +#: templates/web/base/main_nav_items.html:16 +#: templates/web/base/main_nav_items.html:21 msgid "Local alerts" msgstr "Alertas locais" @@ -1928,29 +2169,34 @@ 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/report/form/user.html:13 +#: templates/web/base/auth/general.html:29 +#: templates/web/base/report/form/user.html:13 msgid "Log in with Facebook" msgstr "Entrar com o Facebook" -#: templates/web/base/auth/general.html:44 templates/web/base/report/form/user.html:24 +#: templates/web/base/auth/general.html:44 +#: templates/web/base/report/form/user.html:24 msgid "Log in with Twitter" msgstr "Entrar com o Twitter" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 templates/web/base/report/form/user.html:27 +#: templates/web/base/js/translation_strings.html:87 +#: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Entrar com o e-mail" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "Entrar com e-mail/sms" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: 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/report/form/user.html:18 +#: templates/web/base/auth/general.html:36 +#: templates/web/base/report/form/user.html:18 msgid "Login with %s" msgstr "Logado como %s" @@ -1963,19 +2209,21 @@ msgstr "Procurar" msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: 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:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Gerenciar lista de atalhos" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "Tema de Manifesto" -#: templates/web/base/admin/triage/_list-filters.html:31 templates/web/base/reports/_list-filters-sort.html:5 +#: templates/web/base/admin/triage/_list-filters.html:32 +#: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Ordem manual" @@ -1988,27 +2236,29 @@ msgstr "Mapa" msgid "Mark as sent" msgstr "Marcar como enviado" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 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:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "Detalhes do problema de marcação" -#: templates/web/base/contact/enquiry/index.html:41 templates/web/base/contact/index.html:109 +#: templates/web/base/contact/enquiry/index.html:42 +#: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Mensagem" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Mensagem ao organismo competente:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Mensagem para o corpo externo:" -#: templates/web/base/admin/bodies/contact-form.html:62 templates/web/base/admin/extra-metadata-option.html:21 +#: templates/web/base/admin/bodies/contact-form.html:62 +#: 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)" @@ -2016,7 +2266,7 @@ msgstr "Mensagem a ser mostrada quando o formulário é desabilitado (HTML é pe msgid "Missing bodies:" msgstr "Corpos ausentes:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Ausência do campo: jurisdiction_id" @@ -2024,7 +2274,7 @@ msgstr "Ausência do campo: jurisdiction_id" msgid "Moderate" msgstr "Moderado" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Detalhes moderados da denúncia" @@ -2036,7 +2286,9 @@ msgstr "Moderar esta denúncia" msgid "Moderate this update" msgstr "Moderar esta atualização" -#: templates/web/base/admin/update_edit.html:92 templates/web/base/report/_main.html:85 templates/web/base/report/_update_state.html:19 +#: templates/web/base/admin/update_edit.html:92 +#: templates/web/base/report/_main.html:85 +#: templates/web/base/report/_update_state.html:19 #: templates/web/base/report/update/moderation_meta.html:2 msgid "Moderated by %s at %s" msgstr "Moderado por %s às %s" @@ -2045,41 +2297,61 @@ 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.html:193 templates/web/base/admin/update_edit.html:86 +#: templates/web/base/admin/reports/edit.html:206 +#: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "Histórico de moderação" -#: templates/web/base/dashboard/index.html:103 templates/web/zurich/admin/stats/index.html:9 +#: templates/web/base/dashboard/index.html:103 +#: templates/web/zurich/admin/stats/index.html:9 msgid "Month" msgstr "Mês" -#: templates/web/base/admin/triage/_list-filters.html:37 templates/web/base/reports/_list-filters-sort.html:11 +#: templates/web/base/admin/triage/_list-filters.html:38 +#: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Mais comentados" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 templates/web/base/admin/category-checkboxes.html:32 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 +#: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "Múltiplos Grupos" -#: 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:68 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:59 +#: 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:68 +#: 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:59 msgid "Name" msgstr "Nome" -#: templates/web/base/admin/reports/edit.html:140 templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 templates/web/zurich/admin/stats/index.html:62 +#: templates/web/base/admin/reports/edit.html:153 +#: templates/web/base/admin/update_edit.html:34 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 +#: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Nome:" -#: perllib/FixMyStreet/Cobrand/Rutland.pm:20 perllib/FixMyStreet/Roles/ConfirmValidation.pm:26 +#: perllib/FixMyStreet/Cobrand/Rutland.pm:20 +#: perllib/FixMyStreet/Roles/ConfirmValidation.pm:26 msgid "Names are limited to %d characters in length." msgstr "Os nomes são limitados a %d caracteres de comprimento." @@ -2091,7 +2363,7 @@ msgstr "Navegar para este problema" msgid "Nearest calculated address:" msgstr "Endereço calculado mais próximo:" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Estrada com nome mais próximo do marcador colocado no mapa (gerado automaticamente usando o OpenStreetMap): %s" @@ -2099,11 +2371,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:607 perllib/FixMyStreet/Geocode/Address.pm:17 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 +#: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2119,7 +2392,8 @@ msgstr "Quase pronto!" msgid "Nearly done! Now check your email…" msgstr "Quase pronto! Agora verifique seu e-mail…" -#: templates/web/base/auth/2fa/form.html:8 templates/web/base/auth/smsform.html:19 +#: templates/web/base/auth/2fa/form.html:8 +#: templates/web/base/auth/smsform.html:19 msgid "Nearly done! Now check your phone…" msgstr "Quase pronto! Agora verifique seu telefone…" @@ -2127,7 +2401,7 @@ msgstr "Quase pronto! Agora verifique seu telefone…" msgid "New body added" msgstr "Novo órgão adicionado" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Nova categoria de contato adicionada" @@ -2135,11 +2409,13 @@ msgstr "Nova categoria de contato adicionada" msgid "New email address:" msgstr "Novo endereço de e-mail:" -#: templates/web/base/admin/extra-metadata-item.html:14 templates/web/base/admin/extra-metadata-item.html:20 +#: templates/web/base/admin/extra-metadata-item.html:14 +#: templates/web/base/admin/extra-metadata-item.html:20 msgid "New field" msgstr "Novo campo" -#: templates/web/zurich/admin/report_edit-sdm.html:96 templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nova nota interna:" @@ -2147,12 +2423,13 @@ msgstr "Nova nota interna:" msgid "New local problems on FixMyStreet" msgstr "Novos problemas locais no AjeitaMinhaRua" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/auth/change_password.html:47 +#: templates/web/base/auth/create.html:64 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nova senha:" @@ -2160,7 +2437,8 @@ msgstr "Nova senha:" msgid "New phone number:" msgstr "Novo número de telefone:" -#: templates/web/base/admin/responsepriorities/edit.html:3 templates/web/base/admin/responsepriorities/index.html:52 +#: templates/web/base/admin/responsepriorities/edit.html:3 +#: templates/web/base/admin/responsepriorities/index.html:52 msgid "New priority" msgstr "Nova prioridade" @@ -2212,12 +2490,15 @@ msgstr "Novos problemas nas imediações de {{NAME}} no AjeitaMinhaRua" msgid "New reports" msgstr "Novas denúncias" -#: templates/web/base/admin/states/index.html:91 templates/web/base/admin/stats/questionnaire.html:24 +#: templates/web/base/admin/states/index.html:91 +#: templates/web/base/admin/stats/questionnaire.html:24 msgid "New state" msgstr "Novo estado" -#: 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 +#: 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 "Novo template" @@ -2225,7 +2506,8 @@ msgstr "Novo template" msgid "New updates on report
%s" msgstr "Novas atualizações na denúncia %s" -#: templates/web/base/admin/triage/_list-filters.html:33 templates/web/base/reports/_list-filters-sort.html:7 +#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Mais novo" @@ -2237,13 +2519,19 @@ msgstr "Próximo" msgid "Next:" msgstr "Próximo:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 templates/web/base/admin/bodies/category.html:5 -#: templates/web/base/admin/list_updates.html:33 templates/web/base/admin/list_updates.html:35 -#: templates/web/base/admin/list_updates.html:36 templates/web/base/admin/problem_row.html:20 -#: templates/web/base/admin/reports/edit.html:101 templates/web/base/admin/reports/edit.html:138 -#: templates/web/base/admin/update_edit.html:26 templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 templates/web/base/questionnaire/index.html:41 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 +#: templates/web/base/admin/bodies/category.html:5 +#: templates/web/base/admin/list_updates.html:33 +#: templates/web/base/admin/list_updates.html:35 +#: templates/web/base/admin/list_updates.html:36 +#: templates/web/base/admin/problem_row.html:20 +#: templates/web/base/admin/reports/edit.html:101 +#: templates/web/base/admin/reports/edit.html:151 +#: templates/web/base/admin/update_edit.html:26 +#: templates/web/base/admin/users/alerts.html:21 +#: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Não" @@ -2255,11 +2543,12 @@ msgstr "Sem grupo" msgid "No account?" msgstr "Sem conta?" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nenhum órgão" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Nenhum órgão selecionado" @@ -2275,11 +2564,13 @@ msgstr "Nenhum problema sinalizado foi encontrado." msgid "No flagged users found." msgstr "Nenhum usuário sinalizado foi encontrado." -#: templates/web/zurich/admin/report_edit-sdm.html:112 templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Nenhuma atualização adicional" -#: templates/web/base/report/form/user.html:33 templates/web/base/report/form/user.html:40 +#: templates/web/base/report/form/user.html:33 +#: templates/web/base/report/form/user.html:40 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." @@ -2292,7 +2583,8 @@ msgstr "Não há denúncias para mostrar no mapa, aqui estão alguns nas proximi msgid "No result returned" msgstr "Nenhum resultado retornado" -#: templates/web/base/admin/bodies/form.html:68 templates/web/base/admin/bodies/form.html:69 +#: 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." @@ -2300,16 +2592,19 @@ msgstr "" "Não há áreas específicas disponíveis no momento, porque o noMAPIT_URL no\n" "seu arquivo de configuração não está apontando para um serviço válido no MapIt." -#: templates/web/base/report/_support.html:3 templates/web/base/report/_support.html:4 +#: templates/web/base/report/_support.html:3 +#: templates/web/base/report/_support.html:4 msgid "No supporters" msgstr "Sem apoiadores" -#: templates/web/base/admin/reports/edit.html:67 templates/web/base/admin/reports/edit.html:97 +#: templates/web/base/admin/reports/edit.html:67 +#: templates/web/base/admin/reports/edit.html:97 #: templates/web/base/admin/reports/edit.html:99 msgid "None" msgstr "Nada" -#: templates/web/base/admin/users/form.html:79 templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2317,7 +2612,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:45 templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2329,10 +2625,14 @@ 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." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Não para minha subdivisão" +#: 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 "Não denunciado antes" @@ -2341,7 +2641,8 @@ msgstr "Não denunciado antes" msgid "Not reported to council" msgstr "Não denunciado para o órgão" -#: templates/web/base/admin/bodies/body.html:76 templates/web/base/admin/bodies/category.html:32 +#: 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 "Nota" @@ -2379,12 +2680,12 @@ msgid "Offline" msgstr "Offline" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "Dado offline limpo" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "Dados de atualização off-line salvos" @@ -2392,11 +2693,12 @@ msgstr "Dados de atualização off-line salvos" msgid "Old state" msgstr "Estado antigo" -#: templates/web/base/admin/triage/_list-filters.html:34 templates/web/base/reports/_list-filters-sort.html:8 +#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Mais antigo" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "Em nome de %s" @@ -2404,10 +2706,15 @@ msgstr "Em nome de %s" 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." -#: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:178 perllib/FixMyStreet/Cobrand/Zurich.pm:156 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:30 -#: templates/web/base/dashboard/index.html:117 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:30 +#: templates/web/base/dashboard/index.html:117 +#: templates/web/zurich/admin/update_edit.html:18 msgid "Open" msgstr "Abrir" @@ -2431,7 +2738,7 @@ msgstr "Página web inativa Open311" msgid "Open311 specification" msgstr "Especificação Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "Opções" @@ -2443,7 +2750,7 @@ 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:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "Ou se inscreva pelo RSS" @@ -2451,12 +2758,18 @@ msgstr "Ou se inscreva pelo RSS" msgid "Order" msgstr "Ordem" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 perllib/FixMyStreet/DB/Result/Problem.pm:672 -#: perllib/FixMyStreet/Queue/Item/Report.pm:132 perllib/FixMyStreet/Queue/Item/Report.pm:195 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 +#: perllib/FixMyStreet/Queue/Item/Report.pm:132 +#: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" msgstr "Outro" @@ -2476,15 +2789,17 @@ msgstr "Média geral" msgid "Owner" msgstr "Dono" -#: templates/web/base/errors/page_error_404_not_found.html:1 templates/web/base/errors/page_error_404_not_found.html:4 +#: 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 "Página Não Encontrada" -#: templates/web/base/admin/bodies/form.html:39 templates/web/zurich/admin/bodies/form.html:14 +#: templates/web/base/admin/bodies/form.html:39 +#: templates/web/zurich/admin/bodies/form.html:14 msgid "Parent" msgstr "Pai" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" msgstr "Categoria Pai" @@ -2492,12 +2807,13 @@ msgstr "Categoria Pai" msgid "Partial" msgstr "Parcial" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 templates/web/zurich/auth/general.html:20 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 +#: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Senha (opcional)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "Mudança de senha cancelada." @@ -2509,7 +2825,7 @@ msgstr "Senha expirada" msgid "Permissions" msgstr "Permissões" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Permissões:" @@ -2517,17 +2833,24 @@ msgstr "Permissões:" msgid "Permit blank updates" msgstr "Permitir atualizações em branco" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefone:" + #: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Quem fez a denúncia:" -#: templates/web/base/auth/change_phone.html:36 templates/web/base/report/new/form_user_loggedin.html:34 +#: 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Número de telefone" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Número de telefone (opcional)" @@ -2535,24 +2858,30 @@ msgstr "Número de telefone (opcional)" msgid "Phone numbers are limited to %s characters in length." msgstr "Números de telefone são limitados a %s caracteres." -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Telefone verificado:" -#: templates/web/base/admin/reports/edit.html:148 templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefone:" -#: templates/web/base/admin/update_edit.html:95 templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 templates/web/base/questionnaire/index.html:97 -#: templates/web/base/report/new/form_report.html:41 templates/web/base/report/new/form_report.html:56 -#: templates/web/base/report/new/form_report.html:58 templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 templates/web/base/report/update/form_update.html:7 -#: templates/web/base/report/update/moderation_diff.html:4 templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 templates/web/zurich/admin/reports/index.html:16 -#: templates/web/zurich/admin/stats/index.html:58 templates/web/zurich/report/new/fill_in_details_form.html:20 -#: templates/web/zurich/report/new/fill_in_details_form.html:36 templates/web/zurich/report/new/fill_in_details_form.html:38 +#: templates/web/base/admin/update_edit.html:95 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 +#: templates/web/base/report/new/form_report.html:41 +#: templates/web/base/report/new/form_report.html:56 +#: templates/web/base/report/new/form_report.html:58 +#: 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/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/zurich/report/new/fill_in_details_form.html:36 +#: templates/web/zurich/report/new/fill_in_details_form.html:38 msgid "Photo" msgstr "Foto" @@ -2568,8 +2897,9 @@ msgstr "Foto requerida" msgid "Photo upload failed." msgstr "Falha ao enviar a foto." -#: templates/web/base/questionnaire/index.html:80 templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 templates/web/zurich/report/new/fill_in_details_form.html:20 +#: templates/web/base/report/form/photo_upload.html:4 +#: templates/web/base/report/new/form_report.html:41 +#: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotos" @@ -2577,20 +2907,28 @@ msgstr "Fotos" msgid "Photos of recent nearby reports" msgstr "Fotos das denúncias recentes nas proximidades" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "Fotos/Documentos" -#: templates/web/base/reports/index.html:76 templates/web/base/reports/index.html:79 +#: templates/web/base/reports/index.html:76 +#: templates/web/base/reports/index.html:79 msgid "Pick your council" msgstr "Escolha um órgão" -#: templates/web/base/reports/index.html:66 templates/web/base/reports/index.html:69 +#: templates/web/base/reports/index.html:66 +#: templates/web/base/reports/index.html:69 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:79 templates/web/base/js/translation_strings.html:44 +#: templates/web/base/around/display_location.html:79 +#: templates/web/base/js/translation_strings.html:44 msgid "Place pin on map" msgstr "Coloque o pino no mapa" @@ -2602,33 +2940,42 @@ msgstr "Por favor, cheque as mudanças e resolva qualquer di msgid "Please be polite, concise and to the point." msgstr "Por favor, seja educado, conciso e objetivo." -#: templates/web/base/auth/change_password.html:26 templates/web/base/auth/change_password.html:31 +#: templates/web/base/auth/change_password.html:26 +#: templates/web/base/auth/change_password.html:31 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/_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 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:521 perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 templates/web/base/auth/_username_error.html:1 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 +#: 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 "Por favor, verifique se seu telefone está correto" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 templates/web/base/js/translation_strings.html:21 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 +#: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Por favor escolha uma categoria" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 perllib/FixMyStreet/App/Controller/Auth.pm:497 +#: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "Por favor, escolha uma senha menos comum" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 templates/web/base/admin/bodies/body.html:12 -#: templates/web/base/admin/bodies/index.html:4 templates/web/base/admin/templates/edit.html:13 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 +#: templates/web/base/admin/bodies/body.html:12 +#: templates/web/base/admin/bodies/index.html:4 +#: templates/web/base/admin/templates/edit.html:13 msgid "Please correct the errors below" msgstr "Por favor, corrija os erros abaixo" @@ -2647,62 +2994,79 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Por favor, não seja desrespeitoso — desrespeitar um órgão tira a credibilidade do serviço para todos os usuários." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 templates/web/base/js/translation_strings.html:6 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 +#: 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:519 perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 templates/web/base/auth/_username_error.html:1 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 +#: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" msgstr "Por favor, digite um número de telefone" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Por favor, digite um nome" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 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:26 +#: templates/web/base/auth/change_password.html:29 #: templates/web/base/js/translation_strings.html:31 msgid "Please enter a password" msgstr "Por favor, especifique uma senha" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Contact.pm:147 perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/App/Controller/Contact.pm:147 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Por favor, digite um assunto" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 perllib/FixMyStreet/DB/Result/User.pm:256 -#: templates/web/base/js/translation_strings.html:24 templates/web/base/js/translation_strings.html:28 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 +#: templates/web/base/js/translation_strings.html:24 +#: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" msgstr "Por favor, especifique um e-mail válido" -#: perllib/FixMyStreet/App/Controller/Alert.pm:355 perllib/FixMyStreet/App/Controller/Contact.pm:157 +#: perllib/FixMyStreet/App/Controller/Alert.pm:355 +#: perllib/FixMyStreet/App/Controller/Contact.pm:157 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:139 perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "Por favor, digite um e-mail válido ou número de telefone" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 templates/web/base/js/translation_strings.html:14 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 +#: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Por favor, especifique alguns detalhes" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Contact.pm:146 perllib/FixMyStreet/DB/Result/User.pm:254 -#: 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:259 +#: 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 msgid "Please enter your email" msgstr "Por favor, especifique seu e-mail" @@ -2712,27 +3076,27 @@ msgid "Please enter your first name" msgstr "Por favor, digite seu primeiro nome" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 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 "" -"Por favor, especifique seu nome completo, órgãos precisam desta informação – se você não deseja que seu nome seja mostrado no site, " -"desmarque a caixa abaixo" +#: perllib/FixMyStreet/Cobrand/UK.pm:341 +#: 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 "Por favor, especifique seu nome completo, órgãos precisam desta informação – se você não deseja que seu nome seja mostrado no site, desmarque a caixa abaixo" #: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:35 msgid "Please enter your full name." msgstr "Por favor, digite seu nome." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Contact.pm:145 perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/App/Controller/Contact.pm:145 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Por favor, digite seu nome" #. ("JS") -#: templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:6 +#: 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 "Por favor, digite seu número de telefone" @@ -2747,36 +3111,38 @@ msgstr "Por favor, especifique seu segundo nome" msgid "Please enter your title" msgstr "Por favor, digite seu título" -#: templates/web/base/auth/sign_out.html:5 templates/web/zurich/auth/sign_out.html:5 +#: 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 "Sinta-se a vontade para entrar novamente, ou voltara para a página inicial." -#: templates/web/base/report/new/fill_in_details_text.html:2 templates/web/base/report/new/fill_in_details_text.html:8 +#: templates/web/base/report/new/fill_in_details_text.html:2 +#: templates/web/base/report/new/fill_in_details_text.html:8 msgid "Please fill in details of the problem below." msgstr "Por favor, descreva em detalhes o problema abaiixo." -#: templates/web/base/report/new/sidebar.html:7 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 "" -"Por favor, preencha o formulário abaixo com detalhes do problema, e descreva a localização da forma mais precisa possível na caixa de " -"detalhes." +#: templates/web/base/report/new/sidebar.html:7 +#: 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 "Por favor, preencha o formulário abaixo com detalhes do problema, e descreva a localização da forma mais precisa possível na caixa de detalhes." #: templates/web/base/auth/2fa/form.html:9 msgid "Please generate a two-factor code and enter it below:" msgstr "Por favor, gere um código de duas etapas e digite-o abaixo:" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Por favor, indique se você gostaria de receber outro questionário" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 templates/web/base/js/translation_strings.html:11 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 +#: templates/web/base/js/translation_strings.html:11 msgid "Please make sure you are not including an email address" msgstr "Por favor, certifique-se que não está digitando um endereço de e-mail" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 templates/web/base/js/translation_strings.html:34 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 +#: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "Por favor, certifique-se que sua senha tem pelo menos %d caracteres" @@ -2788,48 +3154,50 @@ 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:23 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." +#: templates/web/base/report/new/fill_in_details_form.html:23 +#: 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." #: templates/web/base/report/display.html:34 msgid "Please note your update has not yet been posted." msgstr "Atenção: sua atualização ainda não foi postada." -#: templates/web/base/report/new/notes.html:1 templates/web/zurich/report/new/notes.html:1 +#: templates/web/base/report/new/notes.html:1 +#: templates/web/zurich/report/new/notes.html:1 msgid "Please note:" msgstr "Atenção:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 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:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "Por favor, forneça uma atualização pública para esta denúncia." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Por favor, explique o motivo pelo qual você está reabrindo esta denúncia" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Por favor, forneça uma descrição e uma foto também" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: 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 "Por favor, nos diga se você já denunciou um problema ao seu órgão antes" #: 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 "" -"Por favor, escaneie esta imagem com seu aplicativo ou insira o código em seu aplicativo e, em seguida, gere um novo código único e " -"insira-o abaixo:" +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 "Por favor, escaneie esta imagem com seu aplicativo ou insira o código em seu aplicativo e, em seguida, gere um novo código único e insira-o abaixo:" -#: templates/web/zurich/admin/reports/edit.html:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Por favor, selecione um órgão." @@ -2841,17 +3209,20 @@ msgstr "Por favor, selecione o feed que você qyer" msgid "Please select the type of alert you want" msgstr "Por favor, selecione o tipo de alerta que você quer" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Por favor, indique se o problema foi corrigido ou não" #. ("JS") -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 perllib/FixMyStreet/App/Model/PhotoSet.pm:138 -#: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 templates/web/base/js/translation_strings.html:80 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 +#: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Por favor, envie apenas uma imagem" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "Por favor, confirme pelo menos um dos e-mail/telefone" @@ -2859,27 +3230,23 @@ msgstr "Por favor, confirme pelo menos um dos e-mail/telefone" msgid "Please write a message" msgstr "Por favor, digite uma mensagem" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Postar" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "CEP ou nome da rua e bairro" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Postado anonimamente às %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Postado por %s às %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Postado por %s (%s) às %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Postado por %s às %s" @@ -2895,7 +3262,7 @@ msgstr "Impede que esta categoria seja usada em novas denúncias, e tam 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." -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "Impede que o usuário envie o formulário sem preencher este campo." @@ -2903,11 +3270,12 @@ msgstr "Impede que o usuário envie o formulário sem preencher este campo." msgid "Previous" msgstr "Anterior" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioridades" -#: templates/web/base/report/_item.html:82 templates/web/base/report/inspect/extra_details.html:2 +#: templates/web/base/report/_item.html:95 +#: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioridade" @@ -2915,12 +3283,16 @@ msgstr "Prioridade" msgid "Privacy" msgstr "Privacidade" -#: templates/web/base/about/_sidebar.html:5 templates/web/base/about/privacy.html:1 templates/web/base/about/privacy.html:2 +#: 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 "Cookies e Privacidade" -#: templates/web/base/admin/bodies/body.html:90 templates/web/base/admin/reports/edit.html:157 -#: templates/web/base/report/inspect/information.html:3 templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/admin/bodies/body.html:90 +#: templates/web/base/admin/reports/edit.html:170 +#: templates/web/base/report/inspect/information.html:3 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privado" @@ -2960,11 +3332,13 @@ msgstr "Problema %s removido da lista de atalhos" msgid "Problem %s sent to council %s" msgstr "Problema % enviado ao órgão %s" -#: templates/web/base/admin/stats/index.html:13 templates/web/base/admin/stats/state.html:12 templates/web/zurich/admin/index.html:9 +#: 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 "Problemas separados por estado" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problema marcado em aberto." @@ -2972,7 +3346,8 @@ 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:754 perllib/FixMyStreet/Cobrand/KiitC.pm:196 templates/web/base/admin/flagged.html:10 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 +#: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemas" @@ -2996,22 +3371,26 @@ msgstr "Problemas recentes resolvidos que foram denúnciados no AjeitaMinhaRua" msgid "Problems within %.1fkm of %s" msgstr "Problemas dentro de %.1fkm de %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 perllib/FixMyStreet/Cobrand/UK.pm:220 -#: perllib/FixMyStreet/Cobrand/UK.pm:265 perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemas em %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemas no sinalizador %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "Problemas no sinalizador %s, %s" #. ("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:32 +#: 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:27 msgid "Problems within %s, %s" msgstr "Problemas em %s, %s" @@ -3019,15 +3398,21 @@ msgstr "Problemas em %s, %s" msgid "Property address:" msgstr "Endereço da propriedade:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "Proteger de mudanças no Open311" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +#, fuzzy +msgid "Protect this category from being re-named" +msgstr "Proteger o nome desta categoria e grupos de mudanças no Open311" + +#: templates/web/base/admin/bodies/contact-form.html:88 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" -#: templates/web/base/report/duplicate-no-updates.html:3 templates/web/base/report/update-form-wrapper.html:9 +#: templates/web/base/report/duplicate-no-updates.html:3 +#: templates/web/base/report/update-form-wrapper.html:9 #: templates/web/base/report/update-form.html:9 msgid "Provide an update" msgstr "Forneça uma atualização" @@ -3036,34 +3421,29 @@ 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.html:57 -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." +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +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." -#: templates/web/base/report/form/user_loggedout_by_email.html:59 -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." +#: templates/web/base/report/form/user_loggedout_by_email.html:82 +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." #: templates/web/base/report/new/form_public_councils_text.html:2 msgid "Public details" msgstr "Detalhes públicos" -#: templates/web/zurich/admin/reports/edit.html:230 templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Resposta pública:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Atualização pública:" -#: templates/web/zurich/admin/reports/edit.html:110 templates/web/zurich/admin/stats/index.html:59 +#: templates/web/zurich/admin/reports/edit.html:110 +#: templates/web/zurich/admin/stats/index.html:59 msgid "Publish photo" msgstr "Publicar foto" @@ -3071,8 +3451,10 @@ msgstr "Publicar foto" msgid "Question text" msgstr "Questionário" -#: 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 +#: 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 "Questionário" @@ -3084,31 +3466,37 @@ msgstr "Questionário %d respondido para o problema %d,%s para %s" msgid "Questionnaire %d sent for problem %d" msgstr "Questionário %s enviado para o problema %d" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 templates/web/base/report/updates.html:20 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:205 +#: templates/web/base/report/updates.html:20 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/updates.html:9 templates/web/base/around/display_location.html:3 +#: 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:9 +#: templates/web/base/around/display_location.html:3 #: templates/web/base/report/display_tools.html:44 msgid "RSS feed" msgstr "Feed RSS" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "Feed RSS para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "Feed RSS para sinalizador %s, %s" -#: 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:292 -#: perllib/FixMyStreet/Cobrand/UK.pm:306 +#: 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:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "Feed RSS de %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "Feed RSS no %s, dentro do sinalizador %s" @@ -3116,27 +3504,31 @@ msgstr "Feed RSS no %s, dentro do sinalizador %s" msgid "RSS feed of nearby problems" msgstr "Feed RSS de problemas próximos" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 +#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "Feed RSS de problemas em %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "Feed RSS de problemas no sinalizador %s" -#: templates/web/base/around/display_location.html:3 templates/web/base/around/display_location.html:4 +#: templates/web/base/around/display_location.html:3 +#: templates/web/base/around/display_location.html:4 msgid "RSS feed of recent local problems" msgstr "Feed RSS de problemas locais recentes" -#: templates/web/base/alert/updates.html:9 templates/web/base/report/display_tools.html:44 +#: templates/web/base/alert/updates.html:9 +#: templates/web/base/report/display_tools.html:44 msgid "RSS feed of updates to this problem" msgstr "Feed RSS de atualizações deste problema" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "Ler menos" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "Ler mais" @@ -3144,16 +3536,18 @@ msgstr "Ler mais" msgid "Reason:" msgstr "Razão:" -#: templates/web/base/alert/updates.html:14 templates/web/base/report/display_tools.html:46 +#: templates/web/base/alert/updates.html:14 +#: templates/web/base/report/display_tools.html:46 msgid "Receive email when updates are left on this problem." msgstr "Receber e-mails quando atualizações forem cadastradas neste problema." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Recebido por %s momentos depois" #. ("%s is the site name") -#: templates/web/base/around/display_location.html:0 templates/web/base/around/display_location.html:35 +#: templates/web/base/around/display_location.html:0 +#: templates/web/base/around/display_location.html:35 msgid "Recent local problems, %s" msgstr "Problemas locais recentes, %s" @@ -3161,7 +3555,8 @@ msgstr "Problemas locais recentes, %s" msgid "Recently reported problems" msgstr "Problemas denunciados recentemente" -#: templates/web/base/admin/triage/_list-filters.html:35 templates/web/base/reports/_list-filters-sort.html:9 +#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Atualizados recentemente" @@ -3170,15 +3565,11 @@ msgid "Reject report" msgstr "Rejeitar denúncia" #: 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 "" -"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." +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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Remover detalhes da conta" @@ -3190,8 +3581,11 @@ msgstr "Remover campo" msgid "Remove flag" msgstr "Remover marcação" -#: templates/web/base/report/_item.html:12 templates/web/base/report/_item.html:9 templates/web/base/report/_main.html:147 -#: templates/web/base/report/_main.html:24 templates/web/base/report/_main.html:32 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 +#: templates/web/base/report/_main.html:147 +#: templates/web/base/report/_main.html:24 +#: templates/web/base/report/_main.html:32 msgid "Remove from shortlist" msgstr "Remover da lista de atalhos" @@ -3203,16 +3597,22 @@ msgstr "Remover do site" msgid "Remove option" msgstr "Remover opção" -#: templates/web/base/admin/reports/edit.html:174 templates/web/base/admin/update_edit.html:74 +#: templates/web/base/admin/reports/edit.html:187 +#: templates/web/base/admin/update_edit.html:74 #: 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/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Editar a permissão de outros usuários" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "Substituir código de acesso" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Responder ao usuário:" @@ -3220,18 +3620,24 @@ msgstr "Responder ao usuário:" msgid "Report" msgstr "Denunciar" -#: templates/web/base/report/_item.html:60 templates/web/base/report/inspect/information.html:7 +#: templates/web/base/report/_item.html:73 +#: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID da Denúncia:" #. ("JS") -#: templates/web/base/header_logo.html:2 templates/web/base/js/translation_strings.html:89 templates/web/base/navigation/_report.html:6 -#: templates/web/base/navigation/_report.html:8 templates/web/zurich/footer.html:18 templates/web/zurich/nav_over_content.html:4 +#: templates/web/base/header_logo.html:2 +#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/navigation/_report.html:6 +#: templates/web/base/navigation/_report.html:8 +#: templates/web/zurich/footer.html:18 +#: templates/web/zurich/nav_over_content.html:4 msgid "Report a problem" msgstr "Denunciar um problema" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 templates/web/base/navigation/_report.html:4 +#: templates/web/base/js/translation_strings.html:92 +#: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Denunciar um problema aqui" @@ -3239,12 +3645,14 @@ msgstr "Denunciar um problema aqui" msgid "Report abuse" msgstr "Denunciar abuso" -#: templates/web/base/report/form/user.html:32 templates/web/base/report/form/user.html:39 +#: templates/web/base/report/form/user.html:32 +#: templates/web/base/report/form/user.html:39 msgid "Report anonymously" msgstr "Denunciado anonimamente" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 templates/web/base/navigation/_report.html:2 +#: templates/web/base/js/translation_strings.html:93 +#: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" msgstr "Denunciar outro problema aqui" @@ -3273,24 +3681,29 @@ msgstr "Denuncie seu problema" msgid "Report, view, and discuss local street-related problems." msgstr "Denuncie, veja e discuta problemas locais." -#: templates/web/base/around/intro.html:1 templates/web/zurich/around/intro.html:1 +#: templates/web/base/around/intro.html:1 +#: templates/web/zurich/around/intro.html:1 msgid "Report, view, or discuss local problems" msgstr "Denuncie, veja ou discuta problemas locais" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 templates/web/base/contact/index.html:64 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 +#: templates/web/base/contact/index.html:64 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/admin/stats/questionnaire.html:5 +#: templates/web/base/questionnaire/creator_fixed.html:14 #: templates/web/base/questionnaire/index.html:66 msgid "Reported before" msgstr "Denunciado antes" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 templates/web/base/contact/index.html:66 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 +#: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Denunciado por %s às %s" -#: templates/web/zurich/admin/report_edit-sdm.html:48 templates/web/zurich/admin/reports/edit.html:76 +#: templates/web/zurich/admin/report_edit-sdm.html:48 +#: templates/web/zurich/admin/reports/edit.html:76 msgid "Reported by:" msgstr "Denunciado por:" @@ -3298,48 +3711,55 @@ msgstr "Denunciado por:" msgid "Reported in the %s category" msgstr "Denunciado na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Denunciado anonimamente às %s na categoria %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 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:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Denunciado anonimamente às %s via %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Denunciado por %s às %s via %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Denunciado via %s na categoria %s por %s as %s" -#: templates/web/zurich/admin/report_edit-sdm.html:38 templates/web/zurich/admin/reports/edit.html:57 +#: templates/web/zurich/admin/report_edit-sdm.html:38 +#: templates/web/zurich/admin/reports/edit.html:57 msgid "Reported:" msgstr "Denunciado:" #. ("JS") -#: templates/web/base/around/index.html:3 templates/web/base/around/lookup_by_ref.html:3 -#: templates/web/base/js/translation_strings.html:61 templates/web/base/report/new/fill_in_details.html:0 -#: templates/web/base/report/new/fill_in_details.html:10 templates/web/zurich/report/new/fill_in_details_form.html:4 +#: templates/web/base/around/index.html:3 +#: templates/web/base/around/lookup_by_ref.html:3 +#: templates/web/base/js/translation_strings.html:61 +#: templates/web/base/report/new/fill_in_details.html:0 +#: templates/web/base/report/new/fill_in_details.html:10 +#: templates/web/zurich/report/new/fill_in_details_form.html:4 msgid "Reporting a problem" msgstr "Denunciando um problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 perllib/FixMyStreet/Cobrand/Default.pm:712 perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 templates/web/base/around/tabbed_lists.html:3 templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 +#: templates/web/base/around/tabbed_lists.html:3 +#: templates/web/base/dashboard/index.html:108 msgid "Reports" msgstr "Denúncias" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 +#: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: 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" @@ -3366,15 +3786,15 @@ msgid "Reports published" msgstr "Denúncias publicadas" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "Denúncias salvas offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "Denúncias enviadas para %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "Denúncia enviada à %s, no sinalizador %s" @@ -3387,7 +3807,7 @@ msgstr "Denúncias aguardando para serem enviadas" msgid "Reposition if needed, then hit Continue" msgstr "Reposicione se necessário e clique em Continuar" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Obrigatório" @@ -3415,8 +3835,10 @@ msgstr "Modelo de Reposta para %s" msgid "Response Templates" msgstr "Modelos de Repostas" -#: 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/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 "Modelos de Repostas para %s" @@ -3438,34 +3860,47 @@ msgstr "Reverter para o título original" msgid "Right place?" msgstr "Lugar certo?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Operador da estrada para esta estrada nomeada (derivado do número e tipo de referência da estrada): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operador rodoviário para esta estrada nomeada (a partir do OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "Função" -#: templates/web/base/admin/users/form.html:143 templates/web/base/admin/users/index.html:29 +#: templates/web/base/admin/users/form.html:128 +#: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "Função:" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 templates/web/base/admin/roles/form.html:1 templates/web/base/admin/roles/index.html:1 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 +#: templates/web/base/admin/roles/form.html:1 +#: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "Funções" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 templates/web/base/admin/update_edit.html:71 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 +#: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Girar Para a Esquerda" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 templates/web/base/admin/reports/edit.html:172 -#: templates/web/base/admin/update_edit.html:72 templates/web/zurich/admin/reports/edit.html:107 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/update_edit.html:72 +#: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" msgstr "Girar Para a Direita" @@ -3474,20 +3909,29 @@ msgid "Rotating this photo will discard unsaved changes to the report." msgstr "Rotacionar esta foto fará com que você perca mudanças não salvas na denúncia." #. ("JS") -#: templates/web/base/js/translation_strings.html:66 templates/web/base/maps/google-ol.html:2 +#: templates/web/base/js/translation_strings.html:66 +#: templates/web/base/maps/google-ol.html:2 msgid "Satellite" msgstr "Satélite" -#: templates/web/base/admin/triage/_inspect.html:69 templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "Salvar + fechar como duplicado" -#: templates/web/base/admin/bodies/contact-form.html:131 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:21 templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 templates/web/base/report/_main.html:129 templates/web/base/report/update.html:58 -#: 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:164 +#: 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:21 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 +#: templates/web/base/report/_main.html:129 +#: templates/web/base/report/update.html:58 +#: templates/web/zurich/admin/bodies/contact-form.html:51 +#: templates/web/zurich/admin/templates/edit.html:32 msgid "Save changes" msgstr "Salvar mudanças" @@ -3500,15 +3944,17 @@ msgid "Save with a public update" msgstr "Salvar como uma atualização pública" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "Salvar denúncias offline" -#: templates/web/base/admin/index.html:26 templates/web/base/admin/reports/index.html:1 templates/web/zurich/admin/reports/index.html:1 +#: templates/web/base/admin/index.html:26 +#: templates/web/base/admin/reports/index.html:1 msgid "Search Reports" msgstr "Buscar Denúncias" -#: templates/web/base/admin/index.html:34 templates/web/base/admin/users/index.html:1 +#: templates/web/base/admin/index.html:34 +#: templates/web/base/admin/users/index.html:1 msgid "Search Users" msgstr "Buscar Usuários" @@ -3516,40 +3962,47 @@ msgstr "Buscar Usuários" msgid "Search for location of email alert or RSS feed" msgstr "Pesquise a localização de alerta de e-mail ou feed RSS" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Buscar denúncias" -#: templates/web/base/admin/reports/index.html:5 templates/web/base/admin/users/index.html:26 +#: 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 "Buscar:" -#: templates/web/base/admin/reports/index.html:27 templates/web/base/around/lookup_by_ref.html:18 +#: templates/web/base/admin/reports/index.html:27 +#: templates/web/base/around/lookup_by_ref.html:18 msgid "Searching found no reports." msgstr "A busca não encontrou nenhuma denúncia." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "A busca não encontrou nenhum usuário." -#: templates/web/base/auth/generate_token.html:2 templates/web/base/auth/generate_token.html:45 templates/web/base/my/my.html:75 +#: templates/web/base/auth/generate_token.html:2 +#: templates/web/base/auth/generate_token.html:49 +#: templates/web/base/my/my.html:75 msgid "Security" msgstr "Segurança" -#: templates/web/base/report/form/private_details.html:14 templates/web/base/report/new/councils_text_private.html:8 +#: 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 "Veja nossa poítica de privacidade" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "Veja detalhes do usuário para dennúncias criadas como: órgão" -#: templates/web/base/admin/bodies/form.html:41 templates/web/zurich/admin/bodies/form.html:16 +#: templates/web/base/admin/bodies/form.html:41 +#: templates/web/zurich/admin/bodies/form.html:16 msgid "Select a body" msgstr "Selecionar um órgão" -#: templates/web/base/admin/bodies/form.html:78 templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/bodies/form.html:78 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Selecionar uma área" @@ -3570,7 +4023,8 @@ msgstr "Selecionar múltiplos sinalizadores?" msgid "Select:" msgstr "Selecionar:" -#: templates/web/base/contact/enquiry/index.html:75 templates/web/base/contact/index.html:120 +#: templates/web/base/contact/enquiry/index.html:76 +#: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Enviar" @@ -3582,19 +4036,20 @@ msgstr "Enviar contagem de falhas:" msgid "Send extended Open311 statuses with service request updates" msgstr "Envie status estendidos do Open311 com atualizações de solicitação de serviço" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "Enviar e-mail de login" -#: templates/web/base/auth/_username_error.html:1 templates/web/base/auth/_username_error.html:5 +#: templates/web/base/auth/_username_error.html:1 +#: templates/web/base/auth/_username_error.html:5 msgid "Sending a confirmation text failed: \"%s\"" msgstr "O envio de um texto de confirmação falhou: \"%s\"" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Enviado denúncia de volta" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Enviar para %s %s depois" @@ -3602,11 +4057,14 @@ msgstr "Enviar para %s %s depois" msgid "Sent:" msgstr "Enviado:" -#: templates/web/base/admin/reports/edit.html:97 templates/web/zurich/admin/stats/index.html:66 +#: templates/web/base/admin/reports/edit.html:97 +#: templates/web/zurich/admin/stats/index.html:66 msgid "Service:" 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:70 +#: templates/web/base/auth/change_password.html:2 +#: templates/web/base/auth/change_password.html:4 +#: templates/web/base/my/my.html:70 msgid "Set password" msgstr "Definir senha" @@ -3622,21 +4080,26 @@ msgstr "Compartilhar" msgid "Short Name" msgstr "Abreviação" -#: templates/web/base/main_nav_items.html:10 templates/web/base/report/_main.html:149 templates/web/base/report/_main.html:27 +#: templates/web/base/main_nav_items.html:10 +#: templates/web/base/report/_main.html:149 +#: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 msgid "Shortlist" msgstr "Lista de atalhos" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "Lista toda visível" -#: templates/web/base/report/_main.html:147 templates/web/base/report/_main.html:26 templates/web/base/report/_main.html:31 +#: templates/web/base/report/_main.html:147 +#: templates/web/base/report/_main.html:26 +#: templates/web/base/report/_main.html:31 #: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" msgstr "Favoritado" -#: templates/web/base/report/_item.html:15 templates/web/base/report/_main.html:157 +#: templates/web/base/report/_item.html:26 +#: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "Listado por %s" @@ -3660,7 +4123,8 @@ msgstr "Mostrar nome publicamente?" msgid "Show older" msgstr "Mostrar antigo" -#: templates/web/base/admin/triage/_list-filters.html:43 templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "Mostrar denúncias antigas" @@ -3669,8 +4133,9 @@ msgid "Show photo" msgstr "Mostrar foto" #. ("JS") -#: templates/web/base/around/display_location.html:63 templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/around/display_location.html:63 +#: templates/web/base/around/display_location.html:71 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Mostrar marcadores" @@ -3682,8 +4147,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/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: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 msgid "Sign in" msgstr "Entrar" @@ -3692,14 +4161,11 @@ msgid "Sign in by email instead, providing a new password. When you click the li msgstr "Entre por email alternativamente, criando uma nova senha. Ao clicar no link em seu e-mail, sua senha será atualizada." #: 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 "" -"Faça login por e-mail ou sms, fornecendo uma nova senha. Quando você clicar no link em seu e-mail ou digitar o código de autenticação " -"do SMS, sua senha será atualizada." +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 "Faça login por e-mail ou sms, fornecendo uma nova senha. Quando você clicar no link em seu e-mail ou digitar o código de autenticação do SMS, sua senha será atualizada." -#: templates/web/base/auth/general.html:1 templates/web/zurich/auth/general.html:1 +#: templates/web/base/auth/general.html:1 +#: templates/web/zurich/auth/general.html:1 msgid "Sign in or create an account" msgstr "Entrar ou criar uma conta" @@ -3707,7 +4173,8 @@ msgstr "Entrar ou criar uma conta" 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:77 +#: templates/web/base/auth/create.html:31 +#: templates/web/base/auth/sign_out.html:1 templates/web/base/my/my.html:77 #: templates/web/zurich/auth/sign_out.html:1 msgid "Sign out" msgstr "Sair" @@ -3716,7 +4183,8 @@ msgstr "Sair" msgid "Some categories may require additional information." msgstr "Algumas categorias podem requerer informação adicional." -#: templates/web/base/admin/bodies/open311-form-fields.html:40 templates/web/base/admin/bodies/open311-form-fields.html:41 +#: 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." @@ -3729,7 +4197,7 @@ msgid "Some photos of recent reports" msgstr "Fotos de denúncias recentes" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Algum texto para localizar" @@ -3738,11 +4206,11 @@ msgid "Someone has moderated this report since you started." msgstr "Alguém moderou esta denúncia desde que você começou." #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "Ops! Você alcançou o limite de imagens que podem ser adicionadas em uma denúncia." -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Desculpe, parece ser um código postal ou uma cidade que ainda não cobrimos." @@ -3750,7 +4218,9 @@ msgstr "Desculpe, parece ser um código postal ou uma cidade que ainda não cobr msgid "Sorry, that wasn’t a valid link" msgstr "Ops! Este não é um link válido" -#: templates/web/base/auth/2fa/form-add.html:7 templates/web/base/auth/2fa/form.html:5 templates/web/base/auth/smsform.html:16 +#: 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 "Ops! Este não é o código correto" @@ -3758,21 +4228,26 @@ msgstr "Ops! Este não é o código correto" msgid "Sorry, there has been an error confirming your problem." msgstr "Desculpe, houve um erro ao confirmar seu problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "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/auth/general.html:16 +#: templates/web/base/report/display.html:29 #: templates/web/base/report/new/fill_in_details_form.html:26 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 perllib/FixMyStreet/Geocode/Google.pm:56 perllib/FixMyStreet/Geocode/Zurich.pm:119 +#: 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 "Desculpe, não foi possível encontrar esta localização. Por favor tente novamente." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 +#: 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." @@ -3785,15 +4260,12 @@ msgstr "Desculpe, não conseguimos abrir a página por problema de conexão." 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:176 -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." +#: perllib/FixMyStreet/App/Controller/Report.pm:195 +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." -#: templates/web/base/admin/triage/_list-filters.html:28 templates/web/base/reports/_list-filters-sort.html:2 +#: templates/web/base/admin/triage/_list-filters.html:29 +#: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Ordenar por" @@ -3801,11 +4273,11 @@ msgstr "Ordenar por" msgid "Staff only" msgstr "Apenas a equipe" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Equipe:" @@ -3817,50 +4289,70 @@ msgstr "Área de teste" msgid "Start Date" 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:22 templates/web/base/admin/flagged.html:18 templates/web/base/admin/index.html:70 -#: templates/web/base/admin/list_updates.html:11 templates/web/base/admin/reports/index.html:16 -#: templates/web/base/admin/templates/edit.html:50 templates/web/base/admin/templates/view.html:8 -#: templates/web/base/admin/users/alerts.html:11 templates/web/base/dashboard/index.html:102 templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 templates/web/base/report/update/form_update.html:41 +#: templates/web/base/admin/bodies/body.html:74 +#: templates/web/base/admin/bodies/category.html:30 +#: templates/web/base/admin/bodies/contact-form.html:22 +#: templates/web/base/admin/flagged.html:18 +#: templates/web/base/admin/index.html:70 +#: templates/web/base/admin/list_updates.html:11 +#: templates/web/base/admin/reports/index.html:16 +#: templates/web/base/admin/templates/edit.html:50 +#: templates/web/base/admin/templates/view.html:8 +#: templates/web/base/admin/users/alerts.html:11 +#: templates/web/base/dashboard/index.html:102 +#: templates/web/base/report/_inspect.html:34 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Estado" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 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:106 templates/web/base/report/_update_state.html:7 templates/web/base/report/updates.html:21 +#: perllib/FixMyStreet/Script/Alerts.pm:107 +#: templates/web/base/report/_update_state.html:7 +#: templates/web/base/report/updates.html:21 msgid "State changed to:" msgstr "Estado modificado para:" -#: templates/web/base/admin/reports/edit.html:128 templates/web/base/admin/update_edit.html:28 -#: templates/web/zurich/admin/report_edit-sdm.html:63 templates/web/zurich/admin/reports/edit.html:139 -#: templates/web/zurich/admin/reports/edit.html:91 templates/web/zurich/admin/update_edit.html:17 +#: templates/web/base/admin/reports/edit.html:128 +#: templates/web/base/admin/update_edit.html:28 +#: 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 "Estado:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 perllib/FixMyStreet/Cobrand/KiitC.pm:320 perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "Estados" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 perllib/FixMyStreet/Cobrand/Zurich.pm:413 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:61 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 +#: 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:70 msgid "Stats" msgstr "Estatísticas" -#: templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" -#: templates/web/base/report/_update_state.html:22 templates/web/base/report/updates.html:25 +#: templates/web/base/report/_update_state.html:22 +#: templates/web/base/report/updates.html:25 msgid "Still open, via questionnaire" msgstr "Ainda aberto, via questionário" -#: templates/web/zurich/admin/report_edit-sdm.html:27 templates/web/zurich/admin/reports/edit.html:28 +#: templates/web/zurich/admin/report_edit-sdm.html:27 +#: templates/web/zurich/admin/reports/edit.html:28 msgid "Street View" msgstr "Visão da Rua" @@ -3868,51 +4360,67 @@ msgstr "Visão da Rua" msgid "Subcategory" msgstr "Subcategoria" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Subdivisão/Órgão" -#: templates/web/base/contact/enquiry/index.html:30 templates/web/base/contact/index.html:103 +#: templates/web/base/contact/enquiry/index.html:30 +#: templates/web/base/contact/index.html:103 msgid "Subject" msgstr "Assunto" -#: templates/web/base/admin/reports/edit.html:122 templates/web/base/report/update/moderation_diff.html:2 +#: templates/web/base/admin/reports/edit.html:122 +#: templates/web/base/report/update/moderation_diff.html:2 #: templates/web/zurich/admin/reports/edit.html:41 msgid "Subject:" 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/report/form/user_loggedout_by_email.html:65 -#: templates/web/base/report/form/user_loggedout_password.html:29 templates/web/base/report/new/form_report.html:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: 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:21 +#: templates/web/base/report/new/report_import.html:103 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Enviar" -#: templates/web/base/admin/reports/edit.html:185 templates/web/base/admin/reports/edit.html:25 -#: templates/web/base/admin/update_edit.html:82 templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/reports/edit.html:198 +#: templates/web/base/admin/reports/edit.html:25 +#: templates/web/base/admin/update_edit.html:82 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Enviar mudanças" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Enviar questionário" -#: templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-dm.html:8 templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 +#: templates/web/zurich/admin/index-dm.html:8 msgid "Submitted" msgstr "Enviado" -#: templates/web/base/alert/_list.html:72 templates/web/base/alert/_list.html:75 templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 templates/web/base/alert/updates.html:34 templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Se inscreva" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "Se inscreva por e-mail" @@ -3924,7 +4432,8 @@ 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:138 perllib/FixMyStreet/Cobrand/Rutland.pm:16 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 +#: 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" @@ -3937,38 +4446,53 @@ msgstr "Resumos são limitados a {0} caracteres. Por favor, seja mais breve" msgid "Summarise the problem" msgstr "Resumir o problema" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Resumir suas mudanças" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 perllib/FixMyStreet/Cobrand/KiitC.pm:314 perllib/FixMyStreet/Cobrand/Zurich.pm:409 -#: 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:45 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 +#: 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:46 msgid "Summary" msgstr "Resumo" -#: templates/web/zurich/reports/index.html:0 templates/web/zurich/reports/index.html:6 +#: templates/web/zurich/reports/index.html:0 +#: templates/web/zurich/reports/index.html:6 msgid "Summary reports" msgstr "Resumo de denúncias" -#: templates/web/base/admin/stats/index.html:15 templates/web/base/dashboard/index.html:21 +#: 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 "Resumo de estatísticas" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Superusuário:" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Superusuário:" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 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." -#: templates/web/base/admin/stats/index.html:12 templates/web/base/admin/stats/questionnaire.html:1 +#: templates/web/base/admin/stats/index.html:12 +#: templates/web/base/admin/stats/questionnaire.html:1 msgid "Survey Results" msgstr "Resultados da Pesquisa" -#: templates/web/base/report/form/private_details.html:2 templates/web/base/report/form/user.html:5 +#: templates/web/base/report/form/private_details.html:2 +#: templates/web/base/report/form/user.html:5 msgid "Tell us about you" msgstr "Nos conte sobre você" @@ -3976,11 +4500,18 @@ msgstr "Nos conte sobre você" msgid "Template «%s»" msgstr "Modelo «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 perllib/FixMyStreet/Cobrand/Zurich.pm:420 templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 +#: templates/web/base/develop/email_list.html:3 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Modelos" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Menos atualizado recentemente" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Texto" @@ -3993,23 +4524,26 @@ msgstr "Campo de texto" msgid "Text only version" msgstr "Versão de texto" -#: templates/web/base/admin/templates/edit.html:35 templates/web/base/admin/update_edit.html:20 -#: templates/web/base/admin/update_edit.html:94 templates/web/zurich/admin/templates/edit.html:27 +#: templates/web/base/admin/templates/edit.html:35 +#: templates/web/base/admin/update_edit.html:20 +#: templates/web/base/admin/update_edit.html:94 +#: templates/web/zurich/admin/templates/edit.html:27 #: templates/web/zurich/admin/update_edit.html:12 msgid "Text:" msgstr "Texto:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Texto" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Obrigado por denunciar este problema!" #: 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 "" -"Obrigado por tentar confirmar sua atualização ou problema. Parece que aconteceu algum erro, então por favor, deixe-" -"nossaber o que aconteceu e nós iremos dar uma olhada." +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 "Obrigado por tentar confirmar sua atualização ou problema. Parece que aconteceu algum erro, então por favor, deixe-nossaber o que aconteceu e nós iremos dar uma olhada." #: templates/web/base/tokens/confirm_update.html:16 msgid "Thank you for updating this issue!" @@ -4024,18 +4558,15 @@ msgid "Thank you for your feedback" msgstr "Obrigado por sua opinião" #: 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 "" -"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:" +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 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?" +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?" -#: templates/web/base/auth/2fa/intro.html:11 templates/web/base/auth/generate_token.html:30 +#: 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 "Obrigado, você habilitou com sucesso a autenticação em duas etapas para sua conta." @@ -4045,28 +4576,31 @@ msgstr "Esta imagem parece não ter sido enviada corretamente (%s), por favor te #: 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 "" -"Esta localização não parece ser coberta por um órgão; talvez seja fora da área que o AjeitaMinhaRua cobre, ou fora do país. Por " -"favor, tente novamente." +msgstr "Esta localização não parece ser coberta por um órgão; talvez seja fora da área que o AjeitaMinhaRua cobre, ou fora do país. Por favor, tente novamente." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Esse local não parece ser no Brasil; Por favor, tente novamente." -#: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:45 perllib/FixMyStreet/Cobrand/FixaMinGata.pm:104 perllib/FixMyStreet/Cobrand/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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:83 msgid "That postcode was not recognised, sorry." msgstr "O CEP não foi encontrado, desculpe." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "O problema foi marcado como enviado." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Este problema será reenviado." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "A denúncia foi removida do AjeitaMinhaRua." @@ -4087,16 +4621,11 @@ msgid "That user’s reports and updates have been hidden." msgstr "As denúncias e atualizações desse usuário foram escondidos." #: 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 "" -"A cor de fundo define uma cor de fundo do espaço reservado para a tela de carregamento do aplicativo antes de ser " -"carregada. As cores devem ser especificadas com sintaxe CSS, por exemplo #ff00ff, ou " -"rgb(255, 0, 255) uma cor nomeada como fuchsia ." +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 "A cor de fundo define uma cor de fundo do espaço reservado para a tela de carregamento do aplicativo antes de ser carregada. As cores devem ser especificadas com sintaxe CSS, por exemplo #ff00ff, ou rgb(255, 0, 255) uma cor nomeada como fuchsia ." -#: templates/web/base/admin/bodies/open311-form-fields.html:14 templates/web/base/admin/bodies/open311-form-fields.html:15 +#: 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." @@ -4105,14 +4634,11 @@ msgstr "" " para enviar denúncias a este órgão." #: 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 "" -"Os ícones são usados quando a aplicação é instalada na tela inicial do usuário. Os ícones precisam ser " -"quadrados, e medirem 512x512px e 192x192px." +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 "Os ícones são usados quando a aplicação é instalada na tela inicial do usuário. Os ícones precisam ser quadrados, e medirem 512x512px e 192x192px." -#: templates/web/base/admin/bodies/open311-form-fields.html:27 templates/web/base/admin/bodies/open311-form-fields.html:28 +#: 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." @@ -4121,15 +4647,13 @@ msgstr "" " de um. Se o órgão têm seu próprio caminho, você pode deixar isto em branco." #: 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 "" -"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)." +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:76 templates/web/base/admin/bodies/contact-form.html:77 -#: templates/web/base/admin/bodies/form.html:101 templates/web/base/admin/bodies/form.html:102 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 +#: templates/web/base/admin/bodies/form.html:101 +#: templates/web/base/admin/bodies/form.html:102 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." @@ -4138,40 +4662,24 @@ msgstr "" " Se você deixar este campo em branco, o método padrão de envio será email." #: 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 "" -"O nome curto é uma string que representa o nome do aplicativo web exibido ao usuário se não houver espaço suficiente " -"para exibir o nome (por exemplo, como um nome para um ícone na tela inicial do telefone)." +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 "O nome curto é uma string que representa o nome do aplicativo web exibido ao usuário se não houver espaço suficiente para exibir o nome (por exemplo, como um nome para um ícone na tela inicial do telefone)." #: 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 "" -"A cor do tema define a cor do tema padrão para a aplicação. Isso às vezes afeta a forma como o SISTEMA OPERACIONAL " -"exibe o site (por exemplo, no gerenciador de tarefas do Android, a cor do tema envolve o site). As cores devem ser especificadas com " -"sintaxe CSS, por exemplo#ff00ff , ou rgb(255, 0, 255) uma cor nomeada " -"como fuchsia ." +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 "A cor do tema define a cor do tema padrão para a aplicação. Isso às vezes afeta a forma como o SISTEMA OPERACIONAL exibe o site (por exemplo, no gerenciador de tarefas do Android, a cor do tema envolve o site). As cores devem ser especificadas com sintaxe CSS, por exemplo#ff00ff , ou rgb(255, 0, 255) uma cor nomeada como fuchsia ." #: templates/web/base/open311/index.html:82 -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 "" -"O atributo Open311 v2 agency_responsible é usado para listar as administrações que receberam a denúncia do problema, que não é bem a " -"maneira como o atributo é definido na especificação Open311 v2." +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 "O atributo Open311 v2 agency_responsible é usado para listar as administrações que receberam a denúncia do problema, que não é bem a maneira como o atributo é definido na especificação Open311 v2." -#: templates/web/base/admin/bodies/form.html:17 templates/web/base/admin/bodies/form.html:18 +#: 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 "" -"O nome do órgão identifica ele (por exemplo, Secretaria Municipal de Segurança Pública de Juazeiro do Norte)\n" +"O nome do órgão identifica ele (por exemplo, Secretaria Municipal de Segurança Pública de Juazeiro do Norte)\n" " e podem ser exibidos publicamente." #: templates/web/base/admin/extra-metadata-item.html:30 @@ -4182,40 +4690,31 @@ msgstr "O código usado para armazenar o valor deste campo no banco de dados." msgid "The contact has been confirmed as correct." msgstr "O contato foi confirmado como correto." -#: templates/web/base/report/new/fill_in_details_text.html:2 templates/web/base/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 "" -"O órgão não será capaz de ajudar a menos que você especifique o máximo de detalhes que puder. Por favor, descreva a localização exata " -"do problema (ex.: em uma parede, perto do poste), o que é, quanto tempo está lá, uma descrição (e uma foto do problema se você tiver " -"uma), etc." +#: templates/web/base/report/new/fill_in_details_text.html:2 +#: templates/web/base/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 "O órgão não será capaz de ajudar a menos que você especifique o máximo de detalhes que puder. Por favor, descreva a localização exata do problema (ex.: em uma parede, perto do poste), o que é, quanto tempo está lá, uma descrição (e uma foto do problema se você tiver uma), etc." -#: templates/web/base/admin/bodies/edit-league.html:3 templates/web/base/admin/bodies/edit-league.html:4 +#: 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 "A tabela da liga do prêmio de diligência mostra a atividade dos editores (quem tem editado a maioria dos registros)." -#: perllib/FixMyStreet/App/Controller/Dashboard.pm:45 perllib/FixMyStreet/App/Controller/Reports.pm:58 +#: perllib/FixMyStreet/App/Controller/Dashboard.pm:45 +#: perllib/FixMyStreet/App/Controller/Reports.pm:58 msgid "The error was: %s" msgstr "O erro foi: %s" #: templates/web/base/open311/index.html:78 -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 "" -"Os seguintes atributos v2 Open311 são retornados em cada requisição: service_request_id, description, lat, long, media_url, status, " -"requested_datetime, updated_datetime, service_code and service_name." +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 "Os seguintes atributos v2 Open311 são retornados em cada requisição: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 -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 "" -"As seguintes informações sobre a estrada mais próxima podem ser imprecisas ou irrelevantes, em caso do problema se encontrar perto de " -"várias estradas ou perto de uma estrada sem um nome registrado no OpenStreetMap." +#: 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 "As seguintes informações sobre a estrada mais próxima podem ser imprecisas ou irrelevantes, em caso do problema se encontrar perto de várias estradas ou perto de uma estrada sem um nome registrado no OpenStreetMap." -#: db/alert_types.pl:19 db/alert_types.pl:23 db/alert_types.pl:27 db/alert_types.pl:31 +#: 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 "Os últimos problemas locais denunciados pelos usuários" @@ -4247,7 +4746,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:26 +#: templates/web/base/auth/change_password.html:30 msgid "The passwords do not match" msgstr "As senhas não são iguais" @@ -4257,8 +4757,7 @@ msgstr "O endereço '%s' não foi encontrado neste servidor" #: 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 "" -"O nome da função name é usado para se referir a este grupo de permissões, em qualquer lugar do painel administrativo." +msgstr "O nome da função name é usado para se referir a este grupo de permissões, em qualquer lugar do painel administrativo." #: 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:" @@ -4272,7 +4771,8 @@ msgstr "O usuário não conseguiu localizar o problema no mapa, apenas a área a msgid "The user has been sent a login email" msgstr "O usuário recebeu um e-mail de login" -#: templates/web/base/admin/users/form.html:13 templates/web/base/admin/users/form.html:14 +#: 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." @@ -4292,8 +4792,10 @@ msgstr "Cor do Tema" msgid "Themes" msgstr "Temas" -#: 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 +#: 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 "Não há denúncias para mostrar." @@ -4305,7 +4807,7 @@ msgstr "Existem problemas semelhantes nas proximidades, e já estamos cientes, a msgid "There is already a template with that title." msgstr "Já existe um modelo com esse título." -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "Já existe um modelo de resposta automática para esta categoria/estado." @@ -4313,23 +4815,22 @@ msgstr "Já existe um modelo de resposta automática para esta categoria/estado. msgid "There was a problem showing the All Reports page. Please try again later." msgstr "Houve um problema ao tentar mostrar a página de Todos as Denúncias. Por favor tente novamente mais tarde." -#: perllib/FixMyStreet/App/Controller/Contact.pm:170 perllib/FixMyStreet/App/Controller/Dashboard.pm:44 +#: 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 "Houve um problema ao tentar mostrar esta página. Por favor tente novamente mais tarde." -#: templates/web/base/auth/_username_error.html:0 templates/web/base/auth/_username_error.html:14 +#: 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 "Houve um problema com sua informação de login." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 perllib/FixMyStreet/App/Controller/Report/Update.pm:161 -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." +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Houve um problema com sua atualização. Por favor tente novamente." @@ -4337,7 +4838,7 @@ msgstr "Houve um problema com sua atualização. Por favor tente novamente." msgid "There were problems with your report. Please see below." msgstr "Houveram problemas com o sua denúncia. Por favor veja abaixo." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Houveram problemas com o sua atualização. Por favor veja abaixo." @@ -4345,7 +4846,8 @@ msgstr "Houveram problemas com o sua atualização. Por favor veja abaixo." msgid "These categories appear in more than one group:" msgstr "Essas categorias aparecem em mais de um grupo:" -#: templates/web/base/report/form/private_details.html:13 templates/web/base/report/new/councils_text_private.html:6 +#: 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 "Estes detalhes serão enviados ao órgão responsável, mas nunca serão mostrados online sem sua permissão." @@ -4353,7 +4855,8 @@ msgstr "Estes detalhes serão enviados ao órgão responsável, mas nunca serão msgid "These details will never be shown online without your permission." msgstr "Estes detalhes nunca serão mostrados online sem sua permissão." -#: templates/web/base/admin/bodies/open311-form-fields.html:3 templates/web/base/admin/bodies/open311-form-fields.html:4 +#: 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" @@ -4371,20 +4874,18 @@ msgstr "" msgid "These users weren't updated." msgstr "Estes usuários não foram atualizados." -#: templates/web/base/report/new/councils_text.html:4 templates/web/base/report/new/councils_text.html:5 +#: 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 "" -"Estas informações serão publicadas online para que outros vejam, de acordo com nossa política de privacidade." +msgstr "Estas informações serão publicadas online para que outros vejam, de acordo com nossa política de privacidade." -#: templates/web/base/report/new/councils_text_all.html:6 templates/web/base/report/new/councils_text_all.html:9 -msgid "" -"These will be sent to %s and also published online for others to see, in accordance with our privacy " -"policy." -msgstr "" -"Estas informações serão enviadas à %s e também serão publicadas online para que outros vejam, de acordo com nossa política de privacidade." +#: templates/web/base/report/new/councils_text_all.html:6 +#: templates/web/base/report/new/councils_text_all.html:9 +msgid "These will be sent to %s and also published online for others to see, in accordance with our privacy policy." +msgstr "Estas informações serão enviadas à %s e também serão publicadas online para que outros vejam, de acordo com nossa política de privacidade." -#: templates/web/base/report/new/councils_text_all.html:16 templates/web/base/report/new/councils_text_all.html:6 +#: templates/web/base/report/new/councils_text_all.html:16 +#: templates/web/base/report/new/councils_text_all.html:6 msgid "These will be sent to %s but not published online." msgstr "Estas informações serão enviadas à %s mas não serão publicadas online." @@ -4399,17 +4900,15 @@ msgid "" " Currently, users cannot report problems to this body." msgstr "" "Este corpo Não cobre nenhuma área. Isto significa que problemas reportados nesta localização não possuem jurisdição.\n" -" Consequentemente, nenhuma destas categorias aparecerão no menu suspenso de categoria quando usuários denunciarem " -"problemas.\n" +" Consequentemente, nenhuma destas categorias aparecerão no menu suspenso de categoria quando usuários denunciarem problemas.\n" " Atualmente, usuários não podem denunciar problemas para este órgão." #: 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 "" -"Este órgão não possui informações de contato. Isto significa que os problemas denúnciados para este órgão não serão enviados." +msgstr "Este órgão não possui informações de contato. Isto significa que os problemas denúnciados para este órgão não serão enviados." -#: templates/web/base/admin/bodies/form.html:60 templates/web/base/admin/bodies/form.html:61 +#: 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." @@ -4418,33 +4917,23 @@ msgstr "" " Um órgão não receberá nenhuma denúncia a menos que cubra pelo menos uma área." #: perllib/FixMyStreet/Queue/Item/Report.pm:196 -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." +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:199 -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." +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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Esta informação é necessária" #: 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 "" -"Este é um nome privado para este modelo, assim você poderá identificá-lo ao atualizar denúncias ou editar, dentro da " -"administração." +msgstr "Este é um nome privado para este modelo, assim você poderá identificá-lo ao atualizar denúncias ou editar, dentro da administração." #: templates/web/base/admin/templates/edit.html:31 msgid "This is the public text that will be shown on the site." @@ -4455,19 +4944,23 @@ msgstr "Este é o texto público que será mostrado no site." msgid "This is the problem" msgstr "Este é o problema" +#: templates/web/base/admin/users/form.html:79 +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 "Esta página é uma forma rápida de criar muitos usuários para administrar de uma vez só." -#: templates/web/base/report/update/form_state_checkbox.html:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Este problema foi solucionado" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Este problema não foi solucionado" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "Esse problema ainda está em andamento" @@ -4480,23 +4973,26 @@ msgstr "Esta denúncia" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Esta denúncia está duplicada. Por favor, deixe atualizações na denúncia original:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 perllib/FixMyStreet/Cobrand/Zurich.pm:143 templates/web/zurich/report/_main.html:14 +#: 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 "Esta denúncia está aguardando moderação." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Esta denúncia está atualmente marcada como fechada." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Esta denúncia está atualmente marcada como resolvida." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Esta denúncia está atualmente marcada como aberta." -#: templates/web/base/report/_updates_disallowed_message.html:1 templates/web/base/report/display.html:58 +#: 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 "Esta denúncia está fechada para atualizações." @@ -4504,13 +5000,21 @@ msgstr "Esta denúncia está fechada para atualizações." 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 templates/web/zurich/admin/report_edit-sdm.html:66 -#: templates/web/zurich/admin/reports/edit.html:132 templates/web/zurich/admin/reports/edit.html:94 +#: 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 "Tempo gasto (em minutos):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 perllib/FixMyStreet/Cobrand/KiitC.pm:315 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:695 +#: 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 "Linha do tempo" @@ -4518,15 +5022,23 @@ msgstr "Linha do tempo" msgid "Tips for perfect photos" msgstr "Dicas para fotos perfeitas" -#: templates/web/base/admin/flagged.html:15 templates/web/base/admin/index.html:67 templates/web/base/admin/reports/index.html:13 -#: templates/web/base/admin/templates/view.html:6 templates/web/zurich/admin/templates/view.html:8 +#: templates/web/base/admin/flagged.html:15 +#: templates/web/base/admin/index.html:67 +#: 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 "Título" -#: templates/web/base/admin/templates/edit.html:25 templates/web/zurich/admin/templates/edit.html:23 +#: templates/web/base/admin/templates/edit.html:25 +#: templates/web/zurich/admin/templates/edit.html:23 msgid "Title:" msgstr "Título:" +#: 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 "Para encontrar quais alertas locais nós temos para você, por favor digite seu %s CEP ou nome da rua e bairro:" @@ -4551,7 +5063,8 @@ msgstr "Para fornecer uma atualização, por favor entre." msgid "To view a map of the precise location of this issue" msgstr "Para ver uma localização precisa deste problema no mapa" -#: templates/web/base/auth/generate_token.html:11 templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:11 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "Código de acesso" @@ -4567,16 +5080,15 @@ msgstr "Top 5 orgãos que mais respondem" msgid "Top 5 wards" 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:120 templates/web/base/dashboard/index.html:125 templates/web/base/dashboard/index.html:149 +#: templates/web/base/admin/stats/fix_rate.html:4 +#: templates/web/base/admin/stats/questionnaire.html:24 +#: templates/web/base/dashboard/index.html:120 +#: templates/web/base/dashboard/index.html:125 +#: templates/web/base/dashboard/index.html:149 #: templates/web/zurich/admin/stats/index.html:51 msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "É necessário gerenciamento de tráfego?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "Tradução" @@ -4586,7 +5098,9 @@ msgid "Translations" msgstr "Traduções" #. ("JS") -#: templates/web/base/auth/2fa/form-add.html:8 templates/web/base/auth/2fa/form.html:6 templates/web/base/auth/smsform.html:17 +#: templates/web/base/auth/2fa/form-add.html:8 +#: templates/web/base/auth/2fa/form.html:6 +#: templates/web/base/auth/smsform.html:17 #: templates/web/base/js/translation_strings.html:43 msgid "Try again" msgstr "Tente novamente" @@ -4595,31 +5109,37 @@ msgstr "Tente novamente" msgid "Try emailing us directly:" msgstr "Experimente enviar um e-mail direto para nós:" -#: templates/web/base/auth/2fa/intro.html:2 templates/web/base/auth/2fa/intro.html:6 templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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 "Autenticação de duas etapas" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "A autenticação de duas etapas foi ativada" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "A autenticação de duas etapas foi desativada" -#: templates/web/base/admin/states/index.html:10 templates/web/base/admin/states/index.html:100 +#: 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 "Tipo" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "Desbanir" -#: perllib/FixMyStreet/DB/ResultSet/State.pm:64 templates/web/base/admin/bodies/contact-form.html:25 -#: templates/web/base/admin/update_edit.html:30 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:25 +#: templates/web/base/admin/update_edit.html:30 +#: 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 "Não confirmado" @@ -4632,14 +5152,18 @@ 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/Photo.pm:136 +#: perllib/FixMyStreet/App/Controller/Root.pm:147 #: templates/web/base/js/translation_strings.html:57 msgid "Unknown error" msgstr "Erro desconhecido" -#: perllib/FixMyStreet/App/Controller/Develop.pm:188 perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/Develop.pm:188 +#: perllib/FixMyStreet/App/Controller/Develop.pm:207 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "ID de problema não encontrado" @@ -4651,12 +5175,13 @@ msgstr "ID de atualização não encontrado" msgid "Unshortlisted" msgstr "Desfavoritado" -#: templates/web/base/report/_item.html:26 +#: templates/web/base/report/_item.html:37 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/report/update/form_update.html:31 +#: templates/web/base/admin/states/index.html:76 +#: templates/web/base/admin/users/alerts.html:58 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Atualização" @@ -4676,7 +5201,8 @@ msgstr "A atualização abaixo foi adicionada anonimamente as %s" msgid "Update below added by %s at %s" msgstr "Atualização abaixo adicionada por %s as %s" -#: templates/web/base/admin/bodies/form.html:139 templates/web/zurich/admin/bodies/form.html:63 +#: templates/web/base/admin/bodies/form.html:139 +#: templates/web/zurich/admin/bodies/form.html:63 msgid "Update body" msgstr "Atualizar órgão" @@ -4688,7 +5214,8 @@ msgstr "Atualizações separados por estado" msgid "Update by {{name}}" msgstr "Atualizado por {{name}}" -#: templates/web/base/admin/update_edit.html:46 templates/web/zurich/admin/update_edit.html:25 +#: templates/web/base/admin/update_edit.html:46 +#: templates/web/zurich/admin/update_edit.html:25 msgid "Update changed problem state to %s" msgstr "Atualizar estado de problema modificado para %s" @@ -4704,32 +5231,38 @@ msgstr "Atualizar problema reaberto" msgid "Update statuses" msgstr "Status de atualização" -#: templates/web/zurich/admin/index-dm.html:25 templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Atualizado" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "Atualizado por %s (%s) em %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "Atualizado por %s em %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 perllib/FixMyStreet/Cobrand/Zurich.pm:862 perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Atualizado!" -#: templates/web/base/admin/list_updates.html:2 templates/web/base/dashboard/index.html:109 templates/web/base/report/update.html:4 +#: templates/web/base/admin/list_updates.html:2 +#: templates/web/base/dashboard/index.html:109 +#: templates/web/base/report/update.html:4 #: templates/web/zurich/report/updates.html:2 msgid "Updates" msgstr "Atualizados" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Atualizações são limitadas a %s caracteres. Por favor, seja mais breve" @@ -4738,7 +5271,8 @@ msgid "Updates on {{title}}" msgstr "Atualizações em {{title}}" #. ("%s is the site name") -#: templates/web/base/report/display.html:0 templates/web/base/report/display.html:9 +#: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:9 msgid "Updates to this problem, %s" msgstr "Atualizações para este problema, %s" @@ -4755,12 +5289,16 @@ msgid "Use Open311 update-sending extension" msgstr "Use a extensão de envio de atualizações do Open311" #: templates/web/base/admin/bodies/contact-form.html:53 -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." +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:102 +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:75 +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 "" -"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/open311-form-fields.html:90 msgid "User ID to attribute fetched comments to" @@ -4770,15 +5308,18 @@ 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:665 perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:665 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:676 msgid "User added to abuse list" msgstr "Usuário adicionado à lista de abuso" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "Usuário já existe" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 perllib/FixMyStreet/App/Controller/Admin/Users.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:661 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:672 msgid "User already in abuse list" msgstr "Usuário já se encontra na lista de abuso" @@ -4790,7 +5331,8 @@ msgstr "Marcação removida do usuário" msgid "User flagged" msgstr "Usuário marcado" -#: templates/web/base/admin/report_blocks.html:18 templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/report_blocks.html:18 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Usuário na tabela de abuso" @@ -4803,25 +5345,25 @@ 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.html:142 templates/web/base/admin/update_edit.html:36 +#: templates/web/base/admin/reports/edit.html:155 +#: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Usuário:" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 perllib/FixMyStreet/Cobrand/Default.pm:770 perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 perllib/FixMyStreet/Cobrand/Zurich.pm:425 templates/web/base/admin/flagged.html:29 -#: templates/web/base/admin/roles/index.html:25 templates/web/zurich/header.html:57 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 +#: templates/web/base/admin/flagged.html:29 +#: templates/web/base/admin/roles/index.html:25 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Usuários" -#: templates/web/base/admin/users/form.html:140 -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:125 +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:156 +#: templates/web/base/admin/users/form.html:141 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." @@ -4829,8 +5371,9 @@ msgstr "Os usuários podem executar as seguintes ações dentro de seu órgão o msgid "Users with this role can perform the following actions within their assigned body or area." 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:212 perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Valores atualizados" @@ -4838,21 +5381,25 @@ msgstr "Valores atualizados" msgid "Verify" msgstr "Verificar" -#: templates/web/base/auth/change_email.html:2 templates/web/base/auth/change_email.html:5 +#: templates/web/base/auth/change_email.html:2 +#: templates/web/base/auth/change_email.html:5 msgid "Verify email address" msgstr "Verificar endereço de e-mail" -#: templates/web/base/auth/change_phone.html:2 templates/web/base/auth/change_phone.html:5 +#: templates/web/base/auth/change_phone.html:2 +#: templates/web/base/auth/change_phone.html:5 msgid "Verify phone number" msgstr "Verificar número de telefone" -#: templates/web/base/admin/reports/edit.html:36 templates/web/base/admin/update_edit.html:18 -#: templates/web/zurich/admin/report_edit-sdm.html:23 templates/web/zurich/admin/reports/edit.html:24 +#: templates/web/base/admin/reports/edit.html:36 +#: templates/web/base/admin/update_edit.html:18 +#: 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 "Ver denúncia no site" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Ver denúncias por sinalizadores" @@ -4860,15 +5407,17 @@ msgstr "Ver denúncias por sinalizadores" msgid "View wards" msgstr "Ver sinalizadores" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "Ver/Marcar denúncias privadas" -#: templates/web/base/around/display_location.html:0 templates/web/base/around/display_location.html:38 +#: templates/web/base/around/display_location.html:0 +#: templates/web/base/around/display_location.html:38 msgid "Viewing a location" msgstr "Vendo uma localização" -#: templates/web/base/report/display.html:0 templates/web/base/report/display.html:6 +#: templates/web/base/report/display.html:0 +#: templates/web/base/report/display.html:6 msgid "Viewing a problem" msgstr "Vendo um problema" @@ -4876,11 +5425,12 @@ msgstr "Vendo um problema" msgid "Ward:" msgstr "Sinalizador:" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Sinalizadores deste órgão" -#: templates/web/base/alert/choose.html:7 templates/web/base/around/_error_multiple.html:6 +#: 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 "Encontramos mais de uma correspondência para esse local." @@ -4892,28 +5442,27 @@ msgstr "Encontramos mais de uma correspondência para o problema em questão:" msgid "We have sent a confirmation code to your phone. Please enter it below:" msgstr "Enviamos um código de confirmação para seu telefone. Por favor digite-o abaixo:" -#: templates/web/base/auth/general.html:13 templates/web/base/report/display.html:35 +#: 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 "Nós precisamos do seu endereço de e-mail, por favor, especifique-o abaixo." #: perllib/FixMyStreet/Queue/Item/Report.pm:149 -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." +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." #: templates/web/base/index-steps.html:11 msgid "We send it to the council on your behalf" msgstr "Enviamos ao órgão em seu nome" -#: templates/web/base/alert/choose.html:13 templates/web/base/around/_error_multiple.html:20 +#: 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 "Mostramos até dez resultados, tente uma pesquisa diferente se a sua não estiver aqui." -#: templates/web/base/report/new/notes.html:4 templates/web/zurich/report/new/notes.html:4 +#: templates/web/base/report/new/notes.html:4 +#: templates/web/zurich/report/new/notes.html:4 msgid "We will only use your personal information in accordance with our privacy policy." msgstr "Nós só usaremos sua informação pessoal de acordo com nossa política de privacidade." @@ -4933,7 +5482,8 @@ msgstr "Iremos retornar o mais rápido possível." msgid "We’ve already reported these nearby problems to the council. Is one of them yours?" msgstr "Nós já denúnciamos estes problemas nocais para o órgão responsável. Algum deles é seu?" -#: templates/web/base/admin/bodies/category.html:28 templates/web/zurich/admin/bodies/body.html:18 +#: templates/web/base/admin/bodies/category.html:28 +#: templates/web/zurich/admin/bodies/body.html:18 msgid "When edited" msgstr "Editado" @@ -4945,7 +5495,7 @@ msgstr "Quando enviado" msgid "Which problems do you want alerts about?" msgstr "Quais problemas você gostaria de receber alertas?" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "Esta é uma duplicata de qual denúncia?" @@ -4954,26 +5504,18 @@ msgid "Why stop there? Set up more alerts for free." msgstr "Por que parar por aqui? Adicione mais alertas gratuitamente." #: templates/web/base/open311/index.html:84 -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.." +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:164 msgid "Within the specified timeframe:" msgstr "Dentro do tempo especificado:" #: 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 "" -"Você gostaria de contribuir com o AjeitaMinhaRua? Nosso código é aberto e disponível em " -"fixmystreet.org." +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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -4985,14 +5527,22 @@ msgstr "Você gostaria de ser notificado quando o problema for resolvido ou atua 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 -#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 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:33 -#: templates/web/base/admin/list_updates.html:35 templates/web/base/admin/list_updates.html:36 -#: templates/web/base/admin/problem_row.html:20 templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 templates/web/base/admin/update_edit.html:25 -#: templates/web/base/admin/users/alerts.html:21 templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 templates/web/base/questionnaire/index.html:39 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 +#: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 +#: 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:33 +#: templates/web/base/admin/list_updates.html:35 +#: templates/web/base/admin/list_updates.html:36 +#: templates/web/base/admin/problem_row.html:20 +#: templates/web/base/admin/reports/edit.html:101 +#: templates/web/base/admin/reports/edit.html:150 +#: templates/web/base/admin/update_edit.html:25 +#: 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:83 msgid "Yes" msgstr "Sim" @@ -5005,7 +5555,7 @@ 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." #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Você está offline" @@ -5017,19 +5567,19 @@ msgstr "Você está denunciando este problema por ser abusivo, conter informaç msgid "You are reporting the following update for being abusive, containing personal information, or similar:" msgstr "Você está denunciando esta atualização por ser abusiva, conter informação pessoal, ou algo similar:" -#: templates/web/base/report/_updates_disallowed_message.html:2 templates/web/base/report/display.html:59 +#: templates/web/base/report/_updates_disallowed_message.html:2 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "Você pode criar uma nova denúncia na mesma localização." -#: templates/web/zurich/tokens/confirm_problem.html:6 templates/web/zurich/tokens/confirm_problem.html:8 +#: 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 "Você pode ver o problema no site." -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 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." +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." #: templates/web/base/alert/_list.html:18 msgid "You can choose to subscribe to all problems reported in an area, or reports based on their destination." @@ -5049,19 +5599,18 @@ msgstr "" " Isto pode ser útil, por exemplo, se você precisar ficar de olho em um usuário que tem postado\n" " denúncias inapropriadas no passado." -#: 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 "" -"Você pode nos ajudar encontrando um endereço de e-mail de problemas locais para %s e nos enviar este endereço através do %s." +#: 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 "Você pode nos ajudar encontrando um endereço de e-mail de problemas locais para %s e nos enviar este endereço através do %s." #: templates/web/base/admin/bodies/form.html:92 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Você pode marcar um órgão como deletado se você não deseja mais vê-lo como ativo no site." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 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" @@ -5071,59 +5620,42 @@ msgid "You declined; please fill in the box above" msgstr "Você recusou; por favor preencha o campo acima" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "Você tem um %s salvo para ser enviado." #: 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 "" -"Você já respondeu este questionário. Se você ainda tem dúvidas, por favor entre em contato, ou veja " -"seu problema.\n" +msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" +msgstr "Você já respondeu este questionário. Se você ainda tem dúvidas, por favor entre em contato, ou veja seu problema.\n" -#: templates/web/base/contact/enquiry/index.html:58 -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 "" -"Você já anexou arquivos para esta denúncia. Note que você pode anexar no máximo 3 para à esta denúncia (se você tentar anexar mais, a " -"mais antiga será removida)." +#: 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 "Você já anexou arquivos para esta denúncia. Note que você pode anexar no máximo 3 para à esta denúncia (se você tentar anexar mais, a mais antiga será removida)." -#: templates/web/base/report/new/form_report.html:50 templates/web/zurich/report/new/fill_in_details_form.html:30 -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 "" -"Você já anexou fotos para esta denúncia. Note que você pode anexar no máximo 3 para esta denúncia (se você tentar anexar mais, a mais " -"antiga será removida)." +#: templates/web/base/report/new/form_report.html:50 +#: templates/web/zurich/report/new/fill_in_details_form.html:30 +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 "Você já anexou fotos para esta denúncia. Note que você pode anexar no máximo 3 para esta denúncia (se você tentar anexar mais, a mais antiga será removida)." -#: templates/web/base/questionnaire/index.html:89 templates/web/base/report/update/form_update.html:16 -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 "" -"Você já anexou fotos para esta atualização. Note que você pode anexar no máximo 3 fotos à esta atualização (se você tentar anexar " -"mais, a mais antiga será removida)." +#: templates/web/base/report/form/photo_upload.html:13 +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 "Você já anexou fotos para esta atualização. Note que você pode anexar no máximo 3 fotos à esta atualização (se você tentar anexar mais, a mais antiga será removida)." -#: templates/web/base/auth/sign_out.html:4 templates/web/zurich/auth/sign_out.html:3 +#: templates/web/base/auth/sign_out.html:4 +#: templates/web/zurich/auth/sign_out.html:3 msgid "You have been signed out" msgstr "Você saiu" #: 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 "" -"Você encontrou o problema no ponto marcado com o pino verde no mapa. Se esta não é a localização correta, basta clicar no mapa " -"novamente. " +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 "Você encontrou o problema no ponto marcado com o pino verde no mapa. Se esta não é a localização correta, basta clicar no mapa novamente. " #: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:143 msgid "You have successfully added your phone number." msgstr "Você adicionou seu número de telefone com sucesso." -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:159 templates/web/zurich/tokens/confirm_problem.html:6 +#: 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 "Você confirmou seu endereço de e-mail com sucesso." @@ -5135,7 +5667,8 @@ msgstr "Você confirmou seu número de telefone com sucesso." msgid "You have successfully removed your phone number." msgstr "Você removeu seu número de telefone com sucesso." -#: templates/web/base/report/display.html:25 templates/web/base/report/new/login_success_form.html:3 +#: 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 "Você efetuou login com sucesso; por favor, verifique e confirme se suas informações estão corretas:" @@ -5153,8 +5686,7 @@ msgstr "Você ainda não selecionou nenhuma denúncia." #: templates/web/base/admin/index.html:19 msgid "You need to add some bodies (such as councils or departments) before any reports can be sent." -msgstr "" -"Você precisa adicionar algum órgão (como uma secretaria ou departamento) antes de qualquer denúncia ser enviada." +msgstr "Você precisa adicionar algum órgão (como uma secretaria ou departamento) antes de qualquer denúncia ser enviada." #: templates/web/base/admin/bodies/index.html:11 msgid "" @@ -5170,9 +5702,12 @@ msgstr "" msgid "Your Reports" msgstr "Suas Denúncias" -#: templates/web/base/auth/2fa/intro.html:12 templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 templates/web/base/main_nav_items.html:4 templates/web/base/my/my.html:18 +#: 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 "Sua conta" @@ -5180,10 +5715,16 @@ 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:30 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 templates/web/base/report/form/user_loggedout_email.html:7 -#: templates/web/base/report/new/duplicate_suggestions.html:42 templates/web/zurich/report/new/fill_in_details_form.html:53 +#: templates/web/base/alert/updates.html:32 +#: 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/index.html:91 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 +#: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" msgstr "Seu e-mail" @@ -5191,7 +5732,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:48 +#: templates/web/base/auth/general.html:54 #: templates/web/base/report/form/user_loggedout_email.html:3 msgid "Your email or mobile" msgstr "Seu e-mail ou telefone" @@ -5200,7 +5742,8 @@ msgstr "Seu e-mail ou telefone" msgid "Your information will only be used in accordance with our privacy policy" msgstr "Suas informações serão usadas apenas de acordo com a nossa política de privacidade" -#: templates/web/base/contact/enquiry/index.html:12 templates/web/base/contact/index.html:85 +#: templates/web/base/contact/enquiry/index.html:12 +#: templates/web/base/contact/index.html:85 msgid "Your name" msgstr "Seu nome" @@ -5208,25 +5751,27 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 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:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "Seu nome foi ocultado." #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 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:64 +#: templates/web/base/auth/general.html:90 #: templates/web/base/report/form/user_loggedout_password.html:13 msgid "Your password" msgstr "Sua senha" -#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 templates/web/base/auth/change_password.html:12 +#: perllib/FixMyStreet/App/Controller/Auth/Profile.pm:171 +#: templates/web/base/auth/change_password.html:12 msgid "Your password has been changed" msgstr "Sua senha foi alterada" @@ -5234,12 +5779,15 @@ 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.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 templates/web/zurich/auth/general.html:56 +#: templates/web/base/auth/create.html:67 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 +#: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "Sua senha deve ter %d ou mais caracteres." -#: templates/web/base/auth/change_phone.html:19 templates/web/base/contact/enquiry/index.html:25 +#: templates/web/base/auth/change_phone.html:19 +#: templates/web/base/contact/enquiry/index.html:25 #: templates/web/base/contact/index.html:98 msgid "Your phone number" msgstr "Seu número de telefone" @@ -5252,7 +5800,8 @@ msgstr "Sua denúncia" msgid "Your reports" msgstr "Suas denúncias" -#: templates/web/base/my/planned.html:0 templates/web/base/my/planned.html:18 templates/web/base/my/planned.html:5 +#: 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 "Sua lista de atalhos" @@ -5265,7 +5814,7 @@ msgid "Your update" msgstr "Sua atualização" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 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." @@ -5277,15 +5826,14 @@ msgstr "Suas atualizações" msgid "Your verification code is %s" msgstr "Seu código de verificação é %s" -#: templates/web/base/report/new/form_user_loggedin.html:20 templates/web/base/report/update/form_user_loggedin.html:14 +#: templates/web/base/report/new/form_user_loggedin.html:20 +#: templates/web/base/report/update/form_user_loggedin.html:14 msgid "Yourself" msgstr "Você mesmo" #: 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 "" -"uma lista de permissões separadas por dois pontos para conceder a esse usuário, por exemplo contribut_as_body:moderate:" -"user_edit." +msgstr "uma lista de permissões separadas por dois pontos para conceder a esse usuário, por exemplo contribut_as_body:moderate:user_edit." #: templates/web/base/admin/users/import.html:73 msgid "a colon-separated list of roles to assign to that user." @@ -5295,18 +5843,21 @@ msgstr "uma lista de funções separada por dois pontos para atribuir a esse usu msgid "admin" 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:167 +#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:18 +#: templates/web/base/admin/category-checkboxes.html:5 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "tudo" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 templates/web/base/admin/update_edit.html:92 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 +#: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "um administrador" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "e um defeito gerado" @@ -5314,7 +5865,8 @@ msgstr "e um defeito gerado" msgid "by %s" msgstr "por %s" -#: templates/web/base/reports/body.html:13 templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "órgão" @@ -5322,7 +5874,8 @@ msgstr "órgão" msgid "didn't use map" msgstr "não usou o mapa" -#: templates/web/base/alert/index.html:12 templates/web/base/around/_postcode_form_examples.html:1 +#: templates/web/base/alert/index.html:12 +#: templates/web/base/around/_postcode_form_examples.html:1 msgid "e.g. ‘%s’ or ‘%s’" msgstr "por exemplo ‘%s’ or ‘%s’" @@ -5334,15 +5887,22 @@ msgstr "por exemplo: ‘Buraco de 10 centímetros nao Rua Manoel Vitorino, próx msgid "e.g. ‘This pothole has been here for two months and…’" msgstr "por exemplo: ‘Este buraco está aqui há dois meses e ...’" -#: templates/web/base/admin/bodies/open311-form-fields.html:93 templates/web/base/admin/flagged.html:51 +#: templates/web/base/admin/bodies/open311-form-fields.html:93 +#: templates/web/base/admin/flagged.html:51 msgid "edit user" msgstr "editar usuário" -#: templates/web/base/status/stats.html:20 templates/web/zurich/admin/index.html:5 +#: templates/web/base/status/stats.html:20 +#: templates/web/zurich/admin/index.html:5 msgid "from %s different users" msgstr "de %s usuários diferentes" -#: templates/web/base/report/_item_small.html:22 templates/web/zurich/report/_item.html:16 +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + +#: templates/web/base/report/_item_small.html:22 +#: templates/web/zurich/report/_item.html:16 msgid "last updated %s" msgstr "última atualização %s" @@ -5350,13 +5910,15 @@ msgstr "última atualização %s" msgid "less than a minute" msgstr "menos de um minuto" -#: perllib/FixMyStreet/App/Controller/Admin/Stats.pm:54 templates/web/base/admin/stats/questionnaire.html:15 +#: 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 "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:168 +#: perllib/FixMyStreet/App/Form/Widget/Field/CheckboxGroup.pm:19 +#: templates/web/base/admin/category-checkboxes.html:6 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "nada" @@ -5364,11 +5926,13 @@ msgstr "nada" msgid "not the council's responsibility" msgstr "não é responsabilidade do órgão" -#: templates/web/base/contact/enquiry/index.html:26 templates/web/base/contact/index.html:99 +#: templates/web/base/contact/enquiry/index.html:26 +#: templates/web/base/contact/index.html:99 msgid "optional" msgstr "(opcional)" -#: templates/web/base/report/form/user.html:31 templates/web/base/report/form/user.html:41 +#: templates/web/base/report/form/user.html:31 +#: templates/web/base/report/form/user.html:41 msgid "or" msgstr "ou" @@ -5380,14 +5944,19 @@ msgstr "ou criar uma conta" msgid "or sign in" msgstr "ou entrar" -#: templates/web/base/alert/index.html:18 templates/web/base/around/postcode_form.html:36 +#: templates/web/base/alert/index.html:18 +#: templates/web/base/around/postcode_form.html:36 msgid "or use my location" msgstr "ou usar minha localização" -#: templates/web/base/admin/reports/edit.html:50 templates/web/base/admin/reports/edit.html:51 -#: 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 +#: templates/web/base/admin/reports/edit.html:50 +#: templates/web/base/admin/reports/edit.html:51 +#: 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 "originalmente inseriu: “%s”" @@ -5405,15 +5974,14 @@ msgstr "sair" #: 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 "" -"o ID do banco de dados , referente ao corpo a ser associado a esse usuário, por exemplo, 2217 para Prefeitura Municipal " -"do seu município." +msgstr "o ID do banco de dados , referente ao corpo a ser associado a esse usuário, por exemplo, 2217 para Prefeitura Municipal do seu município." #: templates/web/base/report/new/form_public_councils_text.html:6 msgid "the local council" msgstr "o órgão local" -#: templates/web/base/report/_report_meta_info.html:5 templates/web/zurich/report/_main.html:7 +#: 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 "não tem marcador mostrado como o usuário não usou o mapa" @@ -5430,12 +5998,12 @@ msgid "today" msgstr "hoje" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "atualização" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "atualizações" @@ -5459,7 +6027,8 @@ msgstr "usuário fora da lista de abuso" 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:10 +#: templates/web/base/reports/body.html:0 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "sinalizador" @@ -5519,7 +6088,7 @@ msgid_plural "%d years" msgstr[0] "%d ano" msgstr[1] "%d anos" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5540,7 +6109,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problema denunciado" msgstr[1] "%s problemas denunciados" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5561,21 +6130,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s resolvido no mês passado" msgstr[1] "%s resolvidos no mês passado" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format 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" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s denuncia recente" msgstr[1] "%s denuncias recentes" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -5610,20 +6179,38 @@ 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" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "mês" msgstr[1] "meses" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "denúncia" msgstr[1] "denúncias" +#~ 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\")" @@ -5636,9 +6223,6 @@ msgstr[1] "denúncias" #~ msgid "Automated" #~ msgstr "Automatizado" -#~ msgid "Available categories" -#~ msgstr "Categorias disponíveis" - #~ msgid "Coordinates:" #~ msgstr "Coordenadas:" diff --git a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po index b1898bdad92..6e2451836c5 100644 --- a/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ro_RO.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "şi" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - rapoarte de sinteză" @@ -111,7 +111,7 @@ msgstr "%s chestionare trimise – %s completate (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Alege o categorie --" @@ -202,17 +204,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -242,7 +245,7 @@ msgid "Yes I have a password" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -259,7 +262,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -279,7 +282,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Adaugă o categorie nouă" @@ -312,7 +315,7 @@ msgstr "" msgid "Add new category" msgstr "Adaugă o categorie nouă" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -321,8 +324,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -330,21 +333,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Adaugă utilizator" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -360,6 +362,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "" @@ -372,8 +380,8 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "" @@ -385,10 +393,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "" @@ -428,6 +438,10 @@ msgstr "" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +msgid "Allow anonymous reports on this category" +msgstr "" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -463,7 +477,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -476,7 +490,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -485,8 +499,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -497,7 +511,7 @@ msgstr "" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -510,27 +524,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Adaugă o categorie nouă" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -543,7 +562,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -551,11 +570,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -567,12 +586,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "" @@ -593,14 +613,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "" @@ -613,11 +631,13 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -629,8 +649,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -646,15 +665,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -664,7 +681,7 @@ msgstr "" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -687,6 +704,10 @@ msgstr "" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +msgid "Change asset" +msgstr "" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -703,7 +724,7 @@ msgstr "" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -713,12 +734,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -755,8 +776,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -766,11 +787,7 @@ msgstr "" msgid "Closed" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -803,13 +820,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "" @@ -926,7 +942,7 @@ msgstr "" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "" @@ -936,27 +952,25 @@ msgstr "" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "" @@ -965,6 +979,15 @@ msgstr "" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Created Body" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +msgid "Created By" +msgstr "" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -976,10 +999,6 @@ msgstr "" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -989,19 +1008,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1013,7 +1034,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1023,7 +1044,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1044,9 +1065,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "" @@ -1054,7 +1073,7 @@ msgstr "" msgid "Destination" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1090,7 +1109,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1098,6 +1117,14 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +msgid "Disable reopening of reports in this category" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:68 +msgid "Disable updates on reports in this category" +msgstr "" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1132,24 +1159,24 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1161,7 +1188,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1173,7 +1200,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" @@ -1184,12 +1211,11 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1197,17 +1223,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1244,8 +1268,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1254,15 +1279,14 @@ msgstr "" msgid "Email" msgstr "" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1282,12 +1306,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "" @@ -1350,11 +1375,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1381,10 +1406,10 @@ msgstr "" msgid "Error" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1397,7 +1422,7 @@ msgstr "" msgid "Examples:" msgstr "" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1406,7 +1431,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1431,7 +1456,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1443,20 +1468,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1489,20 +1514,23 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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 "" @@ -1532,7 +1560,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1541,7 +1569,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1549,8 +1577,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "" @@ -1576,11 +1604,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1590,12 +1618,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1617,7 +1653,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "" @@ -1633,15 +1669,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1651,7 +1687,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1677,6 +1713,7 @@ 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 "" @@ -1711,7 +1748,8 @@ msgstr "" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1739,7 +1777,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "" @@ -1792,11 +1830,9 @@ msgstr "" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "" @@ -1815,15 +1851,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1837,7 +1873,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1861,7 +1897,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1898,7 +1934,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1922,6 +1958,16 @@ msgstr "" 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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1931,20 +1977,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1960,16 +2006,12 @@ msgstr "" msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2020,13 +2062,13 @@ msgstr "" msgid "Last update:" msgstr "" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2043,7 +2085,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "" @@ -2081,17 +2123,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2109,19 +2152,20 @@ msgstr "" msgid "MAP" msgstr "" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2135,24 +2179,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2165,7 +2209,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2173,8 +2217,7 @@ msgstr "" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2197,7 +2240,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2207,14 +2250,14 @@ msgstr "" msgid "Month" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2242,9 +2285,10 @@ msgstr "" msgid "Name" msgstr "" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "" @@ -2262,7 +2306,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2270,12 +2314,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2298,7 +2342,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "" @@ -2311,8 +2355,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2320,13 +2364,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2403,7 +2447,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2416,7 +2460,6 @@ msgstr "" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2425,11 +2468,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "" @@ -2441,11 +2484,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2461,8 +2505,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "" @@ -2498,15 +2542,15 @@ msgstr "" msgid "None" msgstr "" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2514,10 +2558,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "" @@ -2565,12 +2613,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2578,12 +2626,12 @@ msgstr "" msgid "Old state" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2592,7 +2640,7 @@ 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:156 +#: 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 @@ -2623,7 +2671,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2635,7 +2683,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2643,16 +2691,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2684,7 +2732,7 @@ msgstr "" msgid "Parent" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" msgstr "" @@ -2692,13 +2740,13 @@ msgstr "" msgid "Partial" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2710,7 +2758,7 @@ msgstr "" msgid "Permissions" msgstr "" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2718,19 +2766,23 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +msgid "Phone" +msgstr "" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "" @@ -2738,30 +2790,26 @@ msgstr "" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2781,9 +2829,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2792,7 +2839,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2806,6 +2853,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2833,27 +2884,26 @@ msgid "Please check your email address is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2872,27 +2922,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2905,16 +2955,16 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2925,20 +2975,20 @@ msgstr "" msgid "Please enter a valid email address" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2954,7 +3004,7 @@ msgid "Please enter your first name" msgstr "" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2965,9 +3015,9 @@ msgstr "" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "" @@ -3008,18 +3058,18 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3046,24 +3096,28 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "" @@ -3071,7 +3125,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3083,7 +3137,7 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "" @@ -3091,12 +3145,12 @@ msgstr "" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3104,27 +3158,23 @@ msgstr "" msgid "Please write a message" msgstr "" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -3140,7 +3190,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3148,11 +3198,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3168,9 +3218,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -3216,7 +3266,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "" @@ -3224,8 +3274,7 @@ msgstr "" msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "" @@ -3250,18 +3299,18 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3269,7 +3318,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3277,11 +3326,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3295,11 +3348,11 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3307,12 +3360,12 @@ msgstr "" msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3354,11 +3407,11 @@ msgstr "" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3366,11 +3419,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3378,13 +3431,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3398,11 +3451,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3415,7 +3468,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3429,7 +3482,7 @@ msgstr "" msgid "Recently reported problems" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3442,7 +3495,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3454,8 +3508,8 @@ msgstr "" msgid "Remove flag" msgstr "" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3470,17 +3524,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3488,14 +3546,14 @@ msgstr "" msgid "Report" msgstr "" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3504,7 +3562,7 @@ msgid "Report a problem" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3519,7 +3577,7 @@ msgid "Report anonymously" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3554,7 +3612,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3565,7 +3623,7 @@ msgstr "" msgid "Reported before" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3579,27 +3637,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3618,17 +3676,15 @@ msgstr "" msgid "Reporting a problem" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3656,15 +3712,15 @@ msgid "Reports published" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3677,7 +3733,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3730,39 +3786,45 @@ msgstr "" msgid "Right place?" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3778,20 +3840,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3808,13 +3870,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "" @@ -3827,7 +3888,7 @@ msgstr "" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "" @@ -3842,12 +3903,12 @@ msgstr "" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3857,8 +3918,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3868,7 +3928,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "" @@ -3889,7 +3949,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3902,7 +3962,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3911,11 +3971,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3953,7 +4013,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3964,7 +4024,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -3989,8 +4049,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4001,7 +4061,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -4061,7 +4121,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4070,12 +4130,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4093,9 +4152,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "" @@ -4105,13 +4164,13 @@ msgstr "" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4125,11 +4184,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4138,11 +4197,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4166,18 +4225,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4186,31 +4245,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "" @@ -4228,7 +4284,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4247,50 +4303,48 @@ msgstr "" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4302,7 +4356,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4316,20 +4370,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "" @@ -4340,14 +4393,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4365,13 +4423,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "" @@ -4392,6 +4454,10 @@ msgstr "" msgid "Text:" msgstr "" +#: templates/web/base/admin/extra-metadata-item.html:70 +msgid "Textarea" +msgstr "" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "" @@ -4421,7 +4487,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4433,27 +4499,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4499,8 +4567,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4554,7 +4622,7 @@ msgstr "" 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:153 +#: 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 "" @@ -4616,8 +4684,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4650,7 +4718,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4668,12 +4736,12 @@ msgstr "" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4681,7 +4749,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4757,10 +4825,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "" @@ -4777,19 +4845,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4802,26 +4874,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4829,15 +4901,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4861,6 +4936,10 @@ msgstr "" 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 "" @@ -4886,7 +4965,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4911,11 +4990,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4938,16 +5012,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4957,7 +5031,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -4987,10 +5061,10 @@ msgstr "" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5002,13 +5076,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5058,29 +5132,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "" @@ -5091,7 +5163,7 @@ msgstr "" msgid "Updates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5121,6 +5193,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5134,8 +5214,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5153,7 +5233,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5166,27 +5246,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5194,9 +5272,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5222,7 +5300,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5230,7 +5308,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5248,7 +5326,7 @@ msgstr "" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5318,7 +5396,7 @@ msgstr "" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5338,7 +5416,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5350,7 +5428,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5361,12 +5438,12 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "" @@ -5379,7 +5456,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5392,7 +5469,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5401,7 +5478,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5431,7 +5508,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5441,7 +5518,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5449,7 +5526,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5458,8 +5535,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5523,9 +5599,9 @@ msgstr "Rapoartele dvs." #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5534,13 +5610,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5569,16 +5646,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5598,8 +5675,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5632,7 +5709,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5663,19 +5740,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5683,8 +5760,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5715,6 +5792,10 @@ msgstr "" 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:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5732,7 +5813,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5814,12 +5895,12 @@ msgid "today" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5844,7 +5925,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5912,7 +5993,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5936,7 +6017,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5960,7 +6041,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -5968,7 +6049,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -5976,7 +6057,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6016,7 +6097,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6024,7 +6105,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" diff --git a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po index bc13c29936d..39a5541e8bc 100644 --- a/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/ru.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "и" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Итоговые отчеты" @@ -117,7 +117,7 @@ msgstr "Отправлено опросов: %s – получено отв msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© участники проекта OpenStreetMap" @@ -163,6 +163,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -181,8 +183,8 @@ msgstr "(отправлено в обе инстанции)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Выберите категорию --" @@ -212,17 +214,18 @@ msgstr "" "Хотите добавить несколько MAPIT_TYPES в ваш файл конфигурации?" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -252,7 +255,7 @@ msgid "Yes I have a password" msgstr "Да У меня есть пароль" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -269,7 +272,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -292,7 +295,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Добавить контакт с помощью формы." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Добавить категорию" @@ -325,7 +328,7 @@ msgstr "" msgid "Add new category" msgstr "Добавить категорию" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -334,8 +337,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -343,21 +346,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Добавить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -373,6 +375,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Снова:" @@ -385,8 +393,8 @@ msgstr "Создано уведомление «%d» для: %s. Тип: %s, п msgid "Alert %d disabled (created %s)" msgstr "Уведомление «%d» отключено (создано: %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Оповещать меня об обновлениях в будущем" @@ -398,10 +406,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Все Отчеты" @@ -441,6 +451,11 @@ msgstr "Все отчеты с %s по %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Обращение отнесено к категории: %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -477,7 +492,7 @@ msgstr "Анонимно" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -490,7 +505,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -499,8 +514,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -511,7 +526,7 @@ msgstr "" msgid "Area covered" msgstr "Зона покрытия" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -525,27 +540,32 @@ msgstr "Поскольку это отладочный сайт и в парам msgid "Assign selected to role:" msgstr "Направлено сюда: %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Направить в учреждение, которое специализируется на решении подобных вопросов:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Направить во внешнее учреждение:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Направить в подразделение:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Направлено сюда: %s" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Направлено сюда: %s" @@ -558,7 +578,7 @@ msgstr "Как правило, количество результатов, ко msgid "At the moment only searching for and looking at reports work." msgstr "Сейчас можно только искать и просматривать обращения" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -566,11 +586,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -582,12 +602,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Ожидает модерации" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Назад" @@ -608,14 +629,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Учреждения" @@ -628,11 +647,13 @@ msgstr "Учреждения" msgid "Body" msgstr "Учреждение" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Учреждение:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -644,8 +665,7 @@ msgstr "Письмо не пришло? Оно могло попасть в па msgid "Can't see the map? Skip this step" msgstr "Карта не отображается? Пропустите этот шаг" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -661,15 +681,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -679,7 +697,7 @@ msgstr "Категория" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -702,6 +720,11 @@ msgstr "Категория:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Сменить пароль" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -718,7 +741,7 @@ msgstr "Сменить пароль" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -730,12 +753,12 @@ msgstr "" "Выберите название категории которое будет понятно не только другим пользователям (например, «Выбоина» или «Уличное освещение»), но и \n" " сотрудникам учреждения. Варианты названий отобразятся в раскрывающемся меню на странице подачи обращений." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -772,8 +795,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -783,11 +806,7 @@ msgstr "" msgid "Closed" msgstr "Закрыто" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Закрыто органом самоуправления" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -820,13 +839,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфигурация" @@ -943,7 +961,7 @@ msgstr "Создать обращение" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Создать категорию" @@ -953,27 +971,25 @@ msgstr "Создать категорию" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Создать шаблон" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Создано" @@ -982,6 +998,17 @@ msgstr "Создано" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Создано" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Создано" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -993,10 +1020,6 @@ msgstr "Создано:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1006,19 +1029,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "В данный момент на сайте не зарегистрировано ни одного учреждения." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1030,7 +1055,7 @@ msgstr "Вопрос решен подразделением в течение 5 msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1040,7 +1065,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Удалить шаблон" @@ -1062,9 +1087,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Описание" @@ -1073,7 +1096,7 @@ msgstr "Описание" msgid "Destination" msgstr "Описание" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1109,7 +1132,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1117,6 +1140,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Обращение отнесено к категории: %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Обращение отнесено к категории: %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1151,24 +1184,24 @@ msgstr "Не знаю" msgid "Don't like forms?" msgstr "Не любите заполнять формы?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1184,7 +1217,7 @@ msgstr "" " Следовательно, вы можете добавлять много категорий для одного контакта учреждения.\n" " " -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1196,7 +1229,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Редактировать" @@ -1207,12 +1240,11 @@ msgstr "Редактировать" msgid "Edit body details" msgstr "Редактировать информацию об учреждении" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1220,17 +1252,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1267,8 +1297,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1277,15 +1308,14 @@ msgstr "Редактор" msgid "Email" msgstr "Адрес эл. почты" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1305,12 +1335,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Адрес эл. почты:" @@ -1380,12 +1411,12 @@ msgstr "" msgid "Endpoint" msgstr "Конечная точка" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Введите название улицы в Цюрихе" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Введите почтовый индекс ближайшего отделения связи в Великобритании или название улицы и регион" @@ -1412,10 +1443,10 @@ msgstr "Подробно опишите проблему" msgid "Error" msgstr "Ошибка" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Всё" @@ -1428,7 +1459,7 @@ msgstr "Пример почтового индекса: %s" msgid "Examples:" msgstr "Примеры:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1437,7 +1468,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1462,7 +1493,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1474,20 +1505,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Дополнительная информация:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1520,20 +1551,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Сортировать список обращений" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Впервые" +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "Фотографии происшествий поблизости, размещенные в недавних обращениях" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "Исправьте это, выбрав зону покрытия в форме Редактирование информации об учреждении, расположенной ниже." @@ -1563,7 +1599,7 @@ msgstr "Пометить как удаленное" msgid "Flag user" msgstr "Пометить пользователя" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Помечено" @@ -1572,7 +1608,7 @@ msgstr "Помечено" msgid "Flagged reports and users" msgstr "Помеченные обращения и профили пользователей" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Список помеченных профилей пользователей находится на странице Помеченное." @@ -1580,8 +1616,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Помечено:" @@ -1607,11 +1643,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Забыли пароль?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Перенаправлено во внешнее учреждение" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Пожелание перенаправлено во внешнее учреждение" @@ -1621,12 +1657,20 @@ msgstr "Пожелание перенаправлено во внешнее уч msgid "Frequently Asked Questions" msgstr "Часто задаваемые вопросы" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1648,7 +1692,7 @@ msgstr "Получать новости о ходе работы над непо msgid "Get updates of problems in this %s" msgstr "Получать новости о неполадках в:" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Подпишите меня на RSS-фид" @@ -1664,15 +1708,15 @@ msgstr "Здорово, что проблема решена!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1682,7 +1726,7 @@ msgstr "Поехали!" msgid "Going to send questionnaire?" msgstr "Собираетесь отправить опрос?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1708,6 +1752,7 @@ 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 "" @@ -1742,7 +1787,8 @@ msgstr "Скрыто" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1770,7 +1816,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Скрыть метки" @@ -1824,11 +1870,9 @@ msgstr "Нам не удалось найти ваше обращение в б #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "Идентификатор" @@ -1849,15 +1893,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1873,7 +1917,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1897,7 +1941,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1936,7 +1980,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1960,6 +2004,17 @@ msgstr "Вы в черном списке?" 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 "Кроме того, возвращаются следующие параметры, которые не являются частью сервиса Open311 версии 2: agency_sent_datetime, title (также возвращается как часть описания), interface_used, comment_count, requestor_name (присутствует только если инициатор запроса разрешил отображение имени на сайте)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "район" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1969,20 +2024,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Ура, новых писем нет!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Включить персональные данные заявителя" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Нверно задано значение has_photo \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1999,16 +2054,12 @@ msgstr "Внутренние заметки" msgid "Internal notes" msgstr "Внутренние заметки" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Неверно задано значение agency_responsible %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Неверно задан формат: %s." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2060,13 +2111,13 @@ msgstr "Последнее обновление:" msgid "Last update:" msgstr "Последнее обновление:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2083,7 +2134,7 @@ msgstr "Все сообщения о неполадках в виде списк msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Загрузка..." @@ -2121,17 +2172,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2149,19 +2201,20 @@ msgstr "" msgid "MAP" msgstr "КАРТА" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2175,24 +2228,24 @@ msgstr "Карта" msgid "Mark as sent" msgstr "Пометить как отправленное" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Помечайте тех пользователей, за действиями которых вы хотите следить." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Сообщение" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Сообщение компетентному учреждению:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Сообщение внешнему учреждению:" @@ -2205,7 +2258,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Не найден параметр jurisdiction_id" @@ -2213,8 +2266,7 @@ msgstr "Не найден параметр jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2237,7 +2289,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Прошло модерацию в течение одного рабочего дня" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2247,14 +2299,14 @@ msgstr "" msgid "Month" msgstr "Месяц" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2282,9 +2334,10 @@ msgstr "" msgid "Name" msgstr "Имя" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Имя:" @@ -2302,7 +2355,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Ближайшая к метке дорога (генерируется автоматически с использованием сервиса OpenStreetMap): %s%s" @@ -2310,12 +2363,12 @@ msgstr "Ближайшая к метке дорога (генерируется msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Ближайший к метке почтовый индекс (генерируется автоматически): %s (%sm мил.)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2340,7 +2393,7 @@ msgstr "" msgid "New body added" msgstr "Добавлено новое учреждение" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Добавлен новый контакт в категории" @@ -2353,8 +2406,8 @@ msgstr "новый адрес электронной почты" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Новая внутренняя заметка:" @@ -2362,13 +2415,13 @@ msgstr "Новая внутренняя заметка:" msgid "New local problems on FixMyStreet" msgstr "Новые неполадки в вашем районе на FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 msgid "New note to DM:" msgstr "Новая заметка для 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Новый пароль" @@ -2445,7 +2498,7 @@ msgstr "Новый шаблон" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Самые новые" @@ -2458,7 +2511,6 @@ msgstr "Далее" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2467,11 +2519,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Нет" @@ -2483,11 +2535,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Нет учреждения" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Орган самоуправления не выбран" @@ -2503,8 +2556,8 @@ msgstr "Не найдено помеченных неполадок." msgid "No flagged users found." msgstr "Не найдено помеченных пользователей." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Пока нет обновлений" @@ -2542,15 +2595,15 @@ msgstr "Нет группы поддержки" msgid "None" msgstr "Нет" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2562,10 +2615,14 @@ msgstr "" " В зависимости от должности, сотрудники могут иметь доступ к панели управления (там содержится краткая информация\n" " о действиях их учреждения), а также возможность скрывать обращения или устанавливать специфические статусы обращений." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "Первое обращение по этой проблеме" @@ -2613,12 +2670,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2626,12 +2683,12 @@ msgstr "" msgid "Old state" msgstr "Давний статус" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2640,7 +2697,7 @@ 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:156 +#: 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 @@ -2671,7 +2728,7 @@ msgstr "Веб-страница сервиса Open311" msgid "Open311 specification" msgstr "Спецификация Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2683,7 +2740,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2691,16 +2748,16 @@ msgstr "" msgid "Order" msgstr "Порядок" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2732,7 +2789,7 @@ msgstr "Страница не найдена" msgid "Parent" msgstr "Родительская" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Другие категории" @@ -2741,13 +2798,13 @@ msgstr "Другие категории" msgid "Partial" msgstr "Частичная" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Пароль (необязательно)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Ваш пароль был изменен" @@ -2762,7 +2819,7 @@ msgstr "Пароль (необязательно)" msgid "Permissions" msgstr "Постоянная ссылка" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2770,19 +2827,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Телефон:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Номер телефона" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Номер телефона (необязательно)" @@ -2790,30 +2852,26 @@ msgstr "Номер телефона (необязательно)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Телефон:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2833,9 +2891,8 @@ msgstr "Необходимо добавить фото" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Фотографии" @@ -2844,7 +2901,7 @@ msgstr "Фотографии" msgid "Photos of recent nearby reports" msgstr "Фотографии происшествий поблизости, размещенные в недавних обращениях" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2858,6 +2915,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2885,27 +2947,26 @@ msgid "Please check your email address is correct" msgstr "Проверьте правильность написания адреса эл. почты" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Выберите категорию" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2927,27 +2988,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Будьте вежливы! Грубые, некорректные обращения к представителям органов самоуправления дискредитируют всех пользователей сервиса. " #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Введите текст сообщения" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2960,16 +3021,16 @@ msgstr "Введите пароль" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Введите тему" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2980,20 +3041,20 @@ msgstr "Введите действующий адрес эл. почты" msgid "Please enter a valid email address" msgstr "Введите действующий адрес эл. почты" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -3009,7 +3070,7 @@ msgid "Please enter your first name" msgstr "Введите свое имя" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Введите свое полное имя. Эта информация необходима представителям органов самоуправления. Если вы не хотите, чтобы ваше полное имя отображалось на сайте, снимите галочку ниже." @@ -3021,9 +3082,9 @@ msgstr "Введите свое имя" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Введите свое имя" @@ -3064,19 +3125,19 @@ msgstr "Заполните форму ниже: расскажите о непо msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Введите действующий адрес эл. почты" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3103,24 +3164,28 @@ msgstr "" msgid "Please note:" msgstr "Внимание:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Вы впервые отправляете обращение в ваш орган самоуправления?" @@ -3128,7 +3193,7 @@ msgstr "Вы впервые отправляете обращение в ваш 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Выберите учреждение." @@ -3140,7 +3205,7 @@ msgstr "Выберите рассылку" msgid "Please select the type of alert you want" msgstr "Выберите тип уведомления" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Сообщите о статусе неполадки: проблема была решена?" @@ -3148,12 +3213,12 @@ msgstr "Сообщите о статусе неполадки: проблема #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3161,27 +3226,23 @@ msgstr "" msgid "Please write a message" msgstr "Напишите сообщение" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Опубликовать" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Опубликовано анонимно (%s)" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Автор публикации: %s, время публикации: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Автор публикации: %s (%s), время публикации: %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Автор публикации: %s, время публикации: %s" @@ -3197,7 +3258,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3205,11 +3266,11 @@ msgstr "" msgid "Previous" msgstr "Предыдущая" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3225,9 +3286,9 @@ msgid "Privacy and cookies" msgstr "Конфиденциальность и файлы cookie" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Доступ ограничен" @@ -3276,7 +3337,7 @@ msgstr "Проблема (%s) отправлена в орган самоупр msgid "Problem breakdown by state" msgstr "Сортировка проблем по статусу" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Проблема помечена как открытая." @@ -3284,8 +3345,7 @@ msgstr "Проблема помечена как открытая." msgid "Problem state change based on survey results" msgstr "Смена статуса проблемы на основании результатов опроса" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблемы" @@ -3310,18 +3370,18 @@ msgstr "Недавно решенные проблемы на сайте FixMySt msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Проблемы в пределах этого места: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Проблемы в пределах этого района: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3329,7 +3389,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Проблемы в пределах этого места: %s, %s" @@ -3337,11 +3397,15 @@ msgstr "Проблемы в пределах этого места: %s, %s" msgid "Property address:" msgstr "Адрес имущества:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3355,11 +3419,11 @@ msgstr "Предоставить новые данные" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Пароль необязателен. Но когда вы предоставите эти данные, вы сможете быстрее сообщать о проблемах, вводить новые данные о них и редактировать свои обращения." @@ -3367,12 +3431,12 @@ msgstr "Пароль необязателен. Но когда вы предос msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Публичный ответ:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3415,11 +3479,11 @@ msgstr "Опрос заполнен автором обращения" msgid "RSS feed" msgstr "RSS-фид" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS-фид для: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS-фид для района: %s, %s" @@ -3427,11 +3491,11 @@ msgstr "RSS-фид для района: %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "%s: RSS-фид" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "%s: RSS-фид, в пределах района: %s" @@ -3439,13 +3503,13 @@ msgstr "%s: RSS-фид, в пределах района: %s" msgid "RSS feed of nearby problems" msgstr "RSS-фид о проблемах поблизости" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS-фид о проблемах в пределах: %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS-фид о проблемах в пределах района: %s" @@ -3459,11 +3523,11 @@ msgstr "RSS-фид о недавних проблемах поблизости" msgid "RSS feed of updates to this problem" msgstr "RSS-фид об обновлениях по этой проблеме" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3476,7 +3540,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Получать эл. письма об обновлениях по этой проблеме." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3490,7 +3554,7 @@ msgstr "Недавние проблемы поблизости, %s" msgid "Recently reported problems" msgstr "Недавние обращения о проблемах" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3503,7 +3567,8 @@ 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 "Важно: сайт FixMyStreet предназначен для регистрации материальных проблем, которые возможно устранить, и работы с ними. Если проблема, о которой вы хотите сообщить, не соответствует тематике сайта, обратитесь в местный орган самоуправления через соответствующий сайт." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3515,8 +3580,8 @@ msgstr "" msgid "Remove flag" msgstr "Удалить пометку" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3531,17 +3596,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Удалить фото (действие отменить невозможно)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Ответить пользователю:" @@ -3549,14 +3618,14 @@ msgstr "Ответить пользователю:" msgid "Report" msgstr "Сообщить" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3565,7 +3634,7 @@ msgid "Report a problem" msgstr "Сообщить о проблеме" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3581,7 +3650,7 @@ msgid "Report anonymously" msgstr "Сообщено анонимно в: %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3617,7 +3686,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Городские проблемы. Сообщайте, просматривайте, обсуждайте." -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Сообщено анонимно в: %s" @@ -3628,7 +3697,7 @@ msgstr "Сообщено анонимно в: %s" msgid "Reported before" msgstr "Сообщено ранее" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Автор обращения: %s, время отправки: %s" @@ -3642,27 +3711,27 @@ msgstr "Автор обращения:" msgid "Reported in the %s category" msgstr "Обращение отнесено к категории: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Обращение (категория: %s) отправлено анонимно в: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Обращение (категория: %s), автор: %s, отправлено в: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Анонимно отправлено через: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Отправлено через: %s, автор: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Анонимно отправлено через: %s, категория: %s, время отправки: %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Отправлено через: %s, категория: %s, автор обращения: %s, время отправки: %s" @@ -3681,17 +3750,15 @@ msgstr "Обращение отправлено:" msgid "Reporting a problem" msgstr "Сообщение о проблеме" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Обращения" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3719,15 +3786,15 @@ msgid "Reports published" msgstr "Опубликованные обращения" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3740,7 +3807,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3793,39 +3860,45 @@ msgstr "" msgid "Right place?" msgstr "Место указано верно?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Дорога находится в ведении: %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Дорога находится в ведении (информация из ресурса OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Повернуть влево" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3841,20 +3914,20 @@ msgstr "Перед поворотом фото необходимо сохран msgid "Satellite" msgstr "Спутник" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3871,13 +3944,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Искать обращения" @@ -3890,7 +3962,7 @@ msgstr "Искать пользователей" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Искать обращения" @@ -3905,12 +3977,12 @@ msgstr "Поиск:" msgid "Searching found no reports." msgstr "Обращений не найдено." -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3920,8 +3992,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3931,7 +4002,7 @@ msgid "Select a body" msgstr "Выберите учреждение" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Выберите местность" @@ -3952,7 +4023,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3965,7 +4036,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3974,11 +4045,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Обращение возвращено" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Отправлено позже: %s %s" @@ -4016,7 +4087,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4027,7 +4098,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4052,8 +4123,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4064,7 +4135,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Показать метки" @@ -4126,7 +4197,7 @@ msgid "Some photos of recent reports" msgstr "Некоторые фото недавних обращений" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Некоторое количество текста для локализации" @@ -4135,12 +4206,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "К сожалению, адреса по данному индексу относятся к коронным землям. Зона покрытия нашего ресурса на них не распространяется." @@ -4158,9 +4228,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "При подтверждении вашего обращения произошла ошибка." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Не удалось найти это местоположение." @@ -4170,13 +4240,13 @@ msgstr "Не удалось найти это местоположение." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4191,11 +4261,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4204,11 +4274,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4232,18 +4302,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Статус" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4252,31 +4322,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Статистика" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Статус" @@ -4294,7 +4361,7 @@ msgstr "Просмотр улиц" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Подразделение/учреждение" @@ -4313,50 +4380,48 @@ msgstr "Тема:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Отправить" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Отправить опрос" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Отправлено" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Подписаться" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4369,7 +4434,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Текст обновления ограничен %s симв. Напишите более короткое сообщение" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4383,20 +4448,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Итог" @@ -4407,14 +4471,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4432,13 +4501,17 @@ msgstr "" msgid "Template «%s»" msgstr "Шаблон «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Текст" @@ -4459,6 +4532,11 @@ msgstr "Только текстовая версия" msgid "Text:" msgstr "Текст:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Текст" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Спасибо за ваше обращение!" @@ -4488,7 +4566,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Мы рады узнать, что проблема решена! Это было ваше первое обращение в орган самоуправления?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4500,27 +4578,29 @@ msgstr "Кажется, возникли трудности с загрузко 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Это местоположение находится за пределами Великобритании. Повторите попытку." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Не удалось распознать индекс." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Проблема помечена как отправленная." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Сейчас мы еще раз отправим это обращение." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Это обращение было удалено с сайта FixMyStreet." @@ -4570,8 +4650,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4630,7 +4710,7 @@ msgstr "Ошибка: %s" 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 "Следующие параметры Open311 версии 2 возвращаются для каждого запроса: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code и service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Информация о ближайшей дороге может быть неверной или неточной, если проблема находится рядом с несколькими дорогами или поблизости от безымянной дороги, зарегистрированной на OpenStreetMap." @@ -4692,8 +4772,8 @@ msgstr "Пользователь не смог определить местоп msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4728,7 +4808,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4746,12 +4826,12 @@ msgstr "При загрузке страницы произошла ошибка msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Не удалось загрузить новые данные. Повторите попытку." @@ -4759,7 +4839,7 @@ msgstr "Не удалось загрузить новые данные. Повт msgid "There were problems with your report. Please see below." msgstr "Не удалось загрузить обращение. Прочтите информациию ниже." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Не удалось загрузить новые данные. Прочтите информациию ниже." @@ -4845,10 +4925,10 @@ msgstr "Поскольку пользователь не обозначил ка 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 "Поскольку пользователь обозначил категорию проблемы, находящейся в ведении нескольких органов самоуправления, мы отправили это письмо во все эти инстанции. Если данная проблема находится вне вашей ответственности, игнорируйте это обращение." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Эта информация является обязательной" @@ -4865,19 +4945,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4890,26 +4974,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Это обращение на данный момент помечено как закрытое." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Это обращение на данный момент помечено как решенное." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Это обращение на данный момент помечено как открытое." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4917,15 +5001,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Эта веб-страница также содержит фото неполадки, предоставленное пользователем." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4949,6 +5036,10 @@ msgstr "Название" 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 "Введите индекс (%s) или название улицы и района, чтобы узнать, какие уведомления актуальны для вашего местоположения:" @@ -4974,7 +5065,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4999,11 +5090,6 @@ msgstr "" msgid "Total" msgstr "Всего" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5026,16 +5112,16 @@ msgstr "Напишите нам:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5045,7 +5131,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5075,10 +5161,10 @@ msgstr "Неизвестная ошибка" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Неизвестный идентификатор проблемы" @@ -5090,13 +5176,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Обновление" @@ -5147,29 +5233,27 @@ msgstr "В результате добавления данных проблем msgid "Update statuses" msgstr "Обновление статусов" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Обновлено" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Обновлено!" @@ -5180,7 +5264,7 @@ msgstr "Обновлено!" msgid "Updates" msgstr "Обновления" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Текст обновления ограничен %s симв. Напишите более короткое сообщение" @@ -5210,6 +5294,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5223,8 +5315,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5242,7 +5334,7 @@ msgid "User flagged" msgstr "Аккаунт пользователя помечен" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5255,27 +5347,25 @@ msgstr "При поиске пользователей на сайте сист msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Пользователи" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5283,9 +5373,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Значения обновлены" @@ -5311,7 +5401,7 @@ msgstr "" msgid "View report on site" msgstr "Посмотреть обращение на сайте" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Посмотреть обращения по районам" @@ -5319,7 +5409,7 @@ msgstr "Посмотреть обращения по районам" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5337,7 +5427,7 @@ msgstr "Просмотр проблемы" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Районы, которые находятся в ведении данного органа самоуправления" @@ -5407,7 +5497,7 @@ msgstr "Когда были отправлены данные" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5427,7 +5517,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Хотите получить еще один опрос через 4 недели? В нем мы напомним вам проверить статус обращения." @@ -5439,7 +5529,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "Избегайте пунктуационных ошибок и не пишите сообщения заглавными буквами: всё это усложняет прочтение текста." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5450,12 +5539,12 @@ msgstr "Избегайте пунктуационных ошибок и не п #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Да" @@ -5468,7 +5557,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5481,7 +5570,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Вы собираетесь пожаловаться на это обновление и считаете, что оно содержит оскорбления, конфиденциальную информацию или как-либо еще нарушает правила сайта:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5490,7 +5579,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Вы можете ознакомиться с проблемой на этом сайте." -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "Вы можете добавить адрес эл. почты пользователя, который проявляет себя некорректно, в черный список. Все дальнейшие обращения этого пользователя не будут опубликованы и отправлены." @@ -5523,7 +5612,7 @@ msgstr "Вы можете помочь нам: найдите контактны msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Вы можете отметить учреждение как удаленное, если не хотите, чтобы его представители осуществляли деятельность на этом сайте." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5533,7 +5622,7 @@ msgid "You declined; please fill in the box above" msgstr "Вы отказались; заполните форму выше" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5541,7 +5630,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Вы уже ответили на этот опрос. Если у вас есть вопросы, пишите нам или ознакомьтесь с данными опубликованной вами проблемы.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 фото (если выбрать больше изображений, они заменят прикрепленные ранее)." @@ -5551,8 +5640,7 @@ msgstr "Вы уже предоставили фото в этом обращен 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 "Вы уже предоставили фото в этом обращении. Важно: можно прикрепить не более 3 фото (если выбрать больше изображений, они заменят прикрепленные ранее)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5619,9 +5707,9 @@ msgstr "Ваши обращения" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5630,13 +5718,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5665,16 +5754,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5694,8 +5783,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5728,7 +5817,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5759,19 +5848,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5779,8 +5868,8 @@ msgstr "" msgid "by %s" msgstr "автор: %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "орган самоуправления" @@ -5811,6 +5900,10 @@ msgstr "редактировать информацию о пользовате msgid "from %s different users" msgstr "от разных пользователей (%s)" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5828,7 +5921,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5911,12 +6004,12 @@ msgid "today" msgstr "сегодня" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5941,7 +6034,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "район" @@ -6017,7 +6110,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6044,7 +6137,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6071,7 +6164,7 @@ msgstr[1] "%s проблемы решены за прошлый ме msgstr[2] "%s проблем решено за прошлый месяц" msgstr[3] "%s проблем решено за прошлый месяц" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6080,7 +6173,7 @@ msgstr[1] "%s обращения за прошлую неделю" msgstr[2] "%s обращений за прошлую неделю" msgstr[3] "%s обращений за прошлую неделю" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6089,7 +6182,7 @@ msgstr[1] "%s недавних обращения" msgstr[2] "%s недавних обращений" msgstr[3] "%s недавних обращений" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6134,7 +6227,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6143,7 +6236,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6152,6 +6245,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +#~ 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" diff --git a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po index 9b1d6d11e6b..a05ce327584 100644 --- a/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sl_SI.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "in" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "" @@ -111,7 +111,7 @@ msgstr "" msgid "%s ref: %s" msgstr "" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "(ne obstaja več)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(poslano obema)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "— Izberi kategorijo —" @@ -202,17 +204,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -242,7 +245,7 @@ msgid "Yes I have a password" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -259,7 +262,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -279,7 +282,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Dodaj novo kategorijo" @@ -312,7 +315,7 @@ msgstr "" msgid "Add new category" msgstr "Dodaj novo kategorijo" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Dodaj možnost" @@ -321,8 +324,8 @@ msgstr "Dodaj možnost" msgid "Add phone number" msgstr "Dodaj telefonsko številko" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -330,21 +333,20 @@ msgid "Add to shortlist" msgstr "Dodaj na seznam" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Dodaj uporabnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -360,6 +362,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "" @@ -372,8 +380,8 @@ msgstr "" msgid "Alert %d disabled (created %s)" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "" @@ -385,10 +393,12 @@ msgstr "Opozorila:" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Vsa poročila" @@ -428,6 +438,11 @@ msgstr "" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Skrij moje ime v tem popravku" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -464,7 +479,7 @@ msgstr "" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -477,7 +492,7 @@ msgid "Another user" msgstr "Drug uporabnik" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Ali želite prekiniti prenos?" @@ -486,8 +501,8 @@ msgstr "Ali želite prekiniti prenos?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Ali ste prepričani?" @@ -498,7 +513,7 @@ msgstr "Ali ste prepričani?" msgid "Area covered" msgstr "" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -511,27 +526,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Razpoložljive kategorije" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "" @@ -544,7 +564,7 @@ msgstr "" msgid "At the moment only searching for and looking at reports work." msgstr "" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -552,11 +572,11 @@ msgstr "" msgid "Auto Response" msgstr "Samodejni odgovor" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Samodejni odgovor:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -568,12 +588,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Nazaj" @@ -594,14 +615,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "" @@ -614,11 +633,13 @@ msgstr "" msgid "Body" msgstr "" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "CSV datoteka" @@ -630,8 +651,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -647,15 +667,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -665,7 +683,7 @@ msgstr "" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -688,6 +706,11 @@ msgstr "Kategorija:" msgid "Change" msgstr "Spremeni" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Zamenjaj geslo" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -704,7 +727,7 @@ msgstr "Zamenjaj geslo" msgid "Change phone number" msgstr "Zamenjaj telefon" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -714,12 +737,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -756,8 +779,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -767,11 +790,7 @@ msgstr "" msgid "Closed" msgstr "Zaprto" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -804,13 +823,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Zmanjšaj zemljevid" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Nastavitev" @@ -927,7 +945,7 @@ msgstr "Ustvari poročilo" msgid "Create an account" msgstr "Ustvari račun" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Ustvari kategorijo" @@ -937,27 +955,25 @@ msgstr "Ustvari kategorijo" msgid "Create priority" msgstr "Ustvari prioriteto" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "Ustvari poročila/posodobitve kot anonimni uporabnik" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Ustvari predlogo" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Ustvarjeno" @@ -966,6 +982,17 @@ msgstr "Ustvarjeno" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Ustvarjeno" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Ustvarjeno" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -977,10 +1004,6 @@ msgstr "Ustvarjeno:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -990,19 +1013,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1014,7 +1039,7 @@ msgstr "" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1024,7 +1049,7 @@ msgid "Delete" msgstr "Izbriši" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Izbriši predlogo" @@ -1046,9 +1071,7 @@ msgid "Describe why you are moderating this" msgstr "Opiši zakaj moderiraš" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Opis" @@ -1057,7 +1080,7 @@ msgstr "Opis" msgid "Destination" msgstr "Opis" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1093,7 +1116,7 @@ msgid "Disable" msgstr "Onemogoči" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1101,6 +1124,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Skrij moje ime v tem popravku" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Skrij moje ime v tem popravku" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "Onemogočeno:" @@ -1135,24 +1168,24 @@ msgstr "" msgid "Don't like forms?" msgstr "" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1164,7 +1197,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1176,7 +1209,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "" @@ -1187,12 +1220,11 @@ msgstr "" msgid "Edit body details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1200,17 +1232,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1247,8 +1277,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1257,15 +1288,14 @@ msgstr "" msgid "Email" msgstr "" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1285,12 +1315,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "Pošlji povezavo za prijavo" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "E-mail preverjen:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-mail:" @@ -1353,11 +1384,11 @@ msgstr "" msgid "Endpoint" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "" @@ -1384,10 +1415,10 @@ msgstr "Vnesite podrobnosti težave" msgid "Error" msgstr "Napaka" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Vse" @@ -1400,7 +1431,7 @@ msgstr "" msgid "Examples:" msgstr "Primeri:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Obstoječa kategorija" @@ -1409,7 +1440,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Razširi zemljevid" @@ -1434,7 +1465,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1446,20 +1477,20 @@ msgstr "" msgid "External team" msgstr "Zunanja ekipa" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Dodatni datum:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1492,20 +1523,24 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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 +#, fuzzy +msgid "Five newest reports" +msgstr "Nova poročila" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1535,7 +1570,7 @@ msgstr "" msgid "Flag user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "" @@ -1544,7 +1579,7 @@ msgstr "" msgid "Flagged reports and users" msgstr "" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "" @@ -1552,8 +1587,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "" @@ -1579,11 +1614,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1593,12 +1628,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1620,7 +1663,7 @@ msgstr "" msgid "Get updates of problems in this %s" msgstr "" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "" @@ -1636,15 +1679,15 @@ msgstr "" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1654,7 +1697,7 @@ msgstr "" msgid "Going to send questionnaire?" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1680,6 +1723,7 @@ 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 "" @@ -1714,7 +1758,8 @@ msgstr "Skrit" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "Skrij vsa poročila in novosti" @@ -1742,7 +1787,7 @@ msgstr "Skrij moje ime v tem poročilu" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "" @@ -1796,11 +1841,9 @@ msgstr "Na žalost nismo našli vaše težave v bazi podatkov.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1819,15 +1862,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1841,7 +1884,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1865,7 +1908,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1902,7 +1945,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1926,6 +1969,16 @@ msgstr "" 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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1935,20 +1988,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1965,16 +2018,12 @@ msgstr "Zunanja ekipa" msgid "Internal notes" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2026,13 +2075,13 @@ msgstr "Zadnji popravek:" msgid "Last update:" msgstr "Zadnji popravek:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Zemljepisna širina/Dolžina:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2049,7 +2098,7 @@ msgstr "" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Nalagam..." @@ -2087,17 +2136,18 @@ msgid "Log in with Twitter" msgstr "Prijavi se s Twitterjem" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Prijavi se z elektronskim naslovom" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Odjavi se iz vseh sej" @@ -2116,19 +2166,20 @@ msgstr "Poišči" msgid "MAP" msgstr "ZEMLJEVID" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Uredi seznam" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Ročno sortiranje" @@ -2142,24 +2193,24 @@ msgstr "Zemljevid" msgid "Mark as sent" msgstr "Označi kot poslano" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Sporočilo" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2172,7 +2223,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "" @@ -2180,8 +2231,7 @@ msgstr "" msgid "Moderate" msgstr "Moderiraj" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2204,7 +2254,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2214,14 +2264,14 @@ msgstr "" msgid "Month" msgstr "Mesec" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Najpogosteje komentirano" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2249,9 +2299,10 @@ msgstr "" msgid "Name" msgstr "Ime" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Ime:" @@ -2269,7 +2320,7 @@ msgstr "Navigiraj do te težave" msgid "Nearest calculated address:" msgstr "Najbližji izračunan naslov:" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2277,12 +2328,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2305,7 +2356,7 @@ msgstr "" msgid "New body added" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "" @@ -2319,8 +2370,8 @@ msgstr "" msgid "New field" msgstr "Shrani nova polja" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "" @@ -2328,13 +2379,13 @@ msgstr "" msgid "New local problems on FixMyStreet" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Novo geslo:" @@ -2411,7 +2462,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Najnovejši" @@ -2424,7 +2475,6 @@ msgstr "Naslednji" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2433,11 +2483,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Ne" @@ -2449,11 +2499,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "" @@ -2469,8 +2520,8 @@ msgstr "" msgid "No flagged users found." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Ni novih posodobitev" @@ -2506,15 +2557,15 @@ msgstr "" msgid "None" msgstr "Noben" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2522,10 +2573,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "" @@ -2573,12 +2628,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2586,12 +2641,12 @@ msgstr "" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Najstarejši" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2600,7 +2655,7 @@ 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:156 +#: 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 @@ -2631,7 +2686,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "Možnosti" @@ -2643,7 +2698,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2651,16 +2706,16 @@ msgstr "" msgid "Order" msgstr "Vrstni red" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2692,7 +2747,7 @@ msgstr "Stran ni bila najdena" msgid "Parent" msgstr "Starš" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Vse kategorije" @@ -2701,13 +2756,13 @@ msgstr "Vse kategorije" msgid "Partial" msgstr "Delno" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Geslo (opcijsko)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2721,7 +2776,7 @@ msgstr "Geslo (opcijsko)" msgid "Permissions" msgstr "Dovoljenja:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Dovoljenja:" @@ -2729,19 +2784,24 @@ msgstr "Dovoljenja:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefon:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonska številka" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefon (opcijsko)" @@ -2749,30 +2809,26 @@ msgstr "Telefon (opcijsko)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Telefon preverjen." -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2792,9 +2848,8 @@ msgstr "Slika obvezna" msgid "Photo upload failed." msgstr "Prenos fotografije ni bil uspešen." -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Slike" @@ -2803,7 +2858,7 @@ msgstr "Slike" msgid "Photos of recent nearby reports" msgstr "" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2817,6 +2872,10 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +msgid "Pin map" +msgstr "" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2844,27 +2903,26 @@ msgid "Please check your email address is correct" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Prosim izberi kategorijo" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "Prosim izberi manj pogosto uporabljano geslo" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2883,27 +2941,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: 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:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" msgstr "Prosim vnesi mobilno številko" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Prosim vnesi ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2916,16 +2974,16 @@ msgstr "Prosim vnesi geslo" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Prosim vnesi zadevo" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2936,20 +2994,20 @@ msgstr "Prosim vnesi veljaven elektronski naslov" msgid "Please enter a valid email address" msgstr "Prosim vnesi veljaven elektronski naslov" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "Prosim vnesi veljaven elektronski naslov ali telefonsko številko" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Prosim vnesi podrobnosti" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2965,7 +3023,7 @@ msgid "Please enter your first name" msgstr "Prosim vnesi svoje ime" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "" @@ -2977,9 +3035,9 @@ msgstr "Vnesi svoje ime" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Vnesi svoje ime" @@ -3020,19 +3078,19 @@ msgstr "" msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3059,24 +3117,28 @@ msgstr "" msgid "Please note:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "" @@ -3084,7 +3146,7 @@ msgstr "" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3096,7 +3158,7 @@ msgstr "" msgid "Please select the type of alert you want" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Označi ali je bil problem rešen ali ne" @@ -3104,12 +3166,12 @@ msgstr "Označi ali je bil problem rešen ali ne" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Naloži samo fotografijo" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "Preveri vsaj e-mail ali telefon" @@ -3117,27 +3179,23 @@ msgstr "Preveri vsaj e-mail ali telefon" msgid "Please write a message" msgstr "Vnesi sporočilo" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Objavi" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "Poštna številka ali ulica in območje" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "" @@ -3153,7 +3211,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3161,11 +3219,11 @@ msgstr "" msgid "Previous" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3181,9 +3239,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "" @@ -3232,7 +3290,7 @@ msgstr "" msgid "Problem breakdown by state" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problem označen kot odprt." @@ -3240,8 +3298,7 @@ msgstr "Problem označen kot odprt." msgid "Problem state change based on survey results" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Težave" @@ -3266,18 +3323,18 @@ msgstr "" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3285,7 +3342,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3293,11 +3350,15 @@ msgstr "" msgid "Property address:" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3311,11 +3372,11 @@ msgstr "" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "" @@ -3323,12 +3384,12 @@ msgstr "" msgid "Public details" msgstr "Javne podrobnosti" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Javni odgovor:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Javni popravek:" @@ -3371,11 +3432,11 @@ msgstr "Vprašalnik, ki ga je izpolnil prijavitelj problema" msgid "RSS feed" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "" @@ -3383,11 +3444,11 @@ msgstr "" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3395,13 +3456,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3415,11 +3476,11 @@ msgstr "" msgid "RSS feed of updates to this problem" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3432,7 +3493,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3446,7 +3507,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Nedavno prijavljeni problemi" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Nedavno posodobljeno" @@ -3459,7 +3520,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3471,8 +3533,8 @@ msgstr "Odstrani polje" msgid "Remove flag" msgstr "Odstrani polje" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3488,17 +3550,22 @@ msgstr "Odstrani s spletnega mesta" msgid "Remove option" msgstr "Odstrani polje" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: 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/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Odstrani s spletnega mesta" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "Zamenjaj žeton" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Odgovori uporabniku:" @@ -3506,14 +3573,14 @@ msgstr "Odgovori uporabniku:" msgid "Report" msgstr "Poročilo" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID poročila:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3522,7 +3589,7 @@ msgid "Report a problem" msgstr "Poročaj o problemu" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Poročaj o problemu tukaj" @@ -3538,7 +3605,7 @@ msgid "Report anonymously" msgstr "Prijavi zlorabo" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3574,7 +3641,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "" @@ -3585,7 +3652,7 @@ msgstr "" msgid "Reported before" msgstr "Prijavljeno pred" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "" @@ -3599,27 +3666,27 @@ msgstr "Prijavljeno od" msgid "Reported in the %s category" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "" @@ -3638,17 +3705,15 @@ msgstr "Prijavljen:" msgid "Reporting a problem" msgstr "Prijavljanje problema:" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Poročila" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3676,15 +3741,15 @@ msgid "Reports published" msgstr "Poročila obljavljena." #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3697,7 +3762,7 @@ msgstr "Poročila v čakajoča pošiljanja" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Zahtevano" @@ -3750,39 +3815,45 @@ msgstr "Vrni na prvotni naslov" msgid "Right place?" msgstr "Pravo mesto?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: 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:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Zavrti v levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3798,20 +3869,20 @@ msgstr "Vrtenje te slike bo uničilo neshranjene spremembe tega poročila." msgid "Satellite" msgstr "Satelit" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3828,13 +3899,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Išči poročila" @@ -3847,7 +3917,7 @@ msgstr "Išči uporabnike" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Išči poročila" @@ -3862,12 +3932,12 @@ msgstr "Iskanje:" msgid "Searching found no reports." msgstr "" -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Iskanje ni našlo uporabnikov." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "Varnost" @@ -3877,8 +3947,7 @@ msgstr "Varnost" msgid "See our privacy policy" msgstr "Poglej našo politiko zasebnosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3888,7 +3957,7 @@ msgid "Select a body" msgstr "" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Izberi območje" @@ -3909,7 +3978,7 @@ msgstr "" msgid "Select:" msgstr "Izberi:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Pošlji" @@ -3922,7 +3991,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3931,11 +4000,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "" @@ -3973,7 +4042,7 @@ msgstr "" msgid "Shortlist" msgstr "Seznam" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3984,7 +4053,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4009,8 +4078,8 @@ msgstr "Prikaži ime javno?" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "Prikaži starejše" @@ -4021,7 +4090,7 @@ msgstr "Prikaži sliko" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "" @@ -4081,7 +4150,7 @@ msgid "Some photos of recent reports" msgstr "" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "" @@ -4090,12 +4159,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4113,9 +4181,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Oprosti, ne najdem te lokacije." @@ -4125,13 +4193,13 @@ msgstr "Oprosti, ne najdem te lokacije." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4145,11 +4213,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "Oprosti, nimaš dovoljenja za to." -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Uredi po" @@ -4159,11 +4227,11 @@ msgstr "Uredi po" msgid "Staff only" msgstr "Osebje:" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Osebje:" @@ -4187,18 +4255,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4207,31 +4275,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4249,7 +4314,7 @@ msgstr "" msgid "Subcategory" msgstr "Podkategorija" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "" @@ -4268,50 +4333,48 @@ msgstr "Zadeva:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Pošlji" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Pošlji spremembe" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4323,7 +4386,7 @@ msgstr "Naročeno:" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4337,20 +4400,19 @@ msgstr "" msgid "Summarise the problem" msgstr "Povzemi težavo" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Povzemi svoje spremembe" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Povzetek" @@ -4361,14 +4423,20 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Superuser:" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Superuser:" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4386,13 +4454,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Predloge" +#: 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 "Besedilo" @@ -4414,6 +4486,11 @@ msgstr "Samo besedilna verzija" msgid "Text:" msgstr "Besedilo:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Besedilo" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Hvala za prijavo te težave!" @@ -4443,7 +4520,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4455,27 +4532,29 @@ msgstr "" 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Lokacije izgleda ni v Združenem kraljestvu. Poskusi ponovno." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Poštna številka je nepoznana. Oprosti." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Težava je označena kot poslana." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Težava bo poslana ponovno." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "" @@ -4521,8 +4600,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4577,7 +4656,7 @@ msgstr "Napaka: %s" 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:153 +#: 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 "" @@ -4639,8 +4718,8 @@ msgstr "" msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4673,7 +4752,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4691,12 +4770,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "" @@ -4704,7 +4783,7 @@ msgstr "" msgid "There were problems with your report. Please see below." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "" @@ -4780,10 +4859,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Podatek je obvezen" @@ -4800,19 +4879,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Težava je rešena" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Težava ni rešena" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "Reševanje težave še traja" @@ -4825,26 +4908,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4852,15 +4935,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4884,6 +4970,10 @@ msgstr "" 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 "" @@ -4909,7 +4999,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4934,11 +5024,6 @@ msgstr "" msgid "Total" msgstr "" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4961,16 +5046,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4980,7 +5065,7 @@ msgstr "" msgid "Type" msgstr "Tip" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5010,10 +5095,10 @@ msgstr "Neznana napaka" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5025,13 +5110,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "" @@ -5081,29 +5166,27 @@ msgstr "" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Posodobljen" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Posodobljen!" @@ -5114,7 +5197,7 @@ msgstr "Posodobljen!" msgid "Updates" msgstr "Posodobitve" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5144,6 +5227,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5157,8 +5248,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5176,7 +5267,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5189,27 +5280,25 @@ msgstr "" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5217,9 +5306,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "" @@ -5245,7 +5334,7 @@ msgstr "" msgid "View report on site" msgstr "" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "" @@ -5253,7 +5342,7 @@ msgstr "" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5271,7 +5360,7 @@ msgstr "Gledanje težave" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "" @@ -5341,7 +5430,7 @@ msgstr "Ko je poslano" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5361,7 +5450,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "" @@ -5373,7 +5462,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5384,12 +5472,12 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ja" @@ -5402,7 +5490,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Ste brez povezave." @@ -5415,7 +5503,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5424,7 +5512,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5454,7 +5542,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5464,7 +5552,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5472,7 +5560,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5481,8 +5569,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5546,9 +5633,9 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5557,13 +5644,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5592,16 +5680,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5621,8 +5709,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5655,7 +5743,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5686,19 +5774,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5706,8 +5794,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5738,6 +5826,10 @@ msgstr "" 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:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5755,7 +5847,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5838,12 +5930,12 @@ msgid "today" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5868,7 +5960,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5944,7 +6036,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5971,7 +6063,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5998,7 +6090,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6007,7 +6099,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6016,7 +6108,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6061,7 +6153,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6070,7 +6162,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6079,12 +6171,12 @@ msgstr[1] "poročili" msgstr[2] "poročil" msgstr[3] "poročil" +#~ msgid "Post" +#~ msgstr "Objavi" + #~ msgid "Automated" #~ msgstr "Samodejno" -#~ msgid "Available categories" -#~ msgstr "Razpoložljive kategorije" - #~ msgid "Coordinates:" #~ msgstr "Koordinate:" diff --git a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po index 448040b9df3..aabe3f125fa 100644 --- a/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sq.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "dhe" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Raportet përmbledhëse" @@ -117,7 +117,7 @@ msgstr "%s pyetësorët janë dërguar – %s pergjigjur (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© kontribuesit në OpenStreetMap" @@ -163,6 +163,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -181,8 +183,8 @@ msgstr "(dërguar te të dy)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Zgjedh kategorinë --" @@ -212,17 +214,18 @@ msgstr "" " Ndoshta shtoni disa MAPIT_TYPES në skedarin tuaj të konfigurimit?" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -252,7 +255,7 @@ msgid "Yes I have a password" msgstr "Po Kam fjalëkalim" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -269,7 +272,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -292,7 +295,7 @@ msgstr "" 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Shto kategori të re" @@ -325,7 +328,7 @@ msgstr "" msgid "Add new category" msgstr "Shto kategori të re" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -334,8 +337,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -343,21 +346,20 @@ msgid "Add to shortlist" msgstr "Shto në listë" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Shto përdorues" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Shto/modifiko kategoritë e problemeve" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Shto/modifiko prioritetet e përgjegjes" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Shto/modifiko shabllonat e përgjegjeve" @@ -373,6 +375,12 @@ msgstr "Nëse e shtoni këtë raport në listë, ai do të largohet nga lista %s msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Përsëri:" @@ -385,8 +393,8 @@ msgstr "Njoftimi %d u krijua për %s, lloji %s, parametrat %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Njoftimi %d është çaktivizuar (krijuar %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Më njofto për përditësimet e ardhme" @@ -398,10 +406,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Të gjitha raportet" @@ -441,6 +451,11 @@ msgstr "Të gjitha raportimet mes %s dhe %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Raportuar në kategorinë %s" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -477,7 +492,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -490,7 +505,7 @@ msgid "Another user" msgstr "Përdorues tjetër" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "A je i sigurt se do ta ndërpresh këtë ngarkim?" @@ -499,8 +514,8 @@ msgstr "A je i sigurt se do ta ndërpresh këtë ngarkim?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "A je i sigurt?" @@ -511,7 +526,7 @@ msgstr "A je i sigurt?" msgid "Area covered" msgstr "Zona e mbuluar" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Zona:" @@ -525,27 +540,32 @@ msgstr "Meqë kjo është faqe testuese dhe %s është e pavërtetë, raportimet msgid "Assign selected to role:" msgstr "Cakto përdoruesit në zona" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Cakto te zyrja kompetente:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Cakto në kategori tjetër:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Cakto te një zyre e jashtme:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Cakto te një nëndepartament:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Cakto përdoruesit në zona" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Kategoritë ekzistuese" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Caktuar për %s" @@ -558,7 +578,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:99 +#: templates/web/base/admin/users/form.html:70 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ë." @@ -566,11 +586,11 @@ msgstr "Përdoruesit e autorizuar mund të shoqërohen me kategoritë, në të c msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Pergjigje automatike:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -582,12 +602,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Mos përcillni informacione personale dhe targa të veturave" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Në pritje të ndërmjetësimit" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Prapa" @@ -608,14 +629,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Zyret" @@ -628,11 +647,13 @@ msgstr "Zyret" msgid "Body" msgstr "Zyra" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Zyra:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -644,8 +665,7 @@ msgstr "Nuk po e gjeni emailin tonë? Shikoni në spam." msgid "Can't see the map? Skip this step" msgstr "Nuk mund ta shihni hartën? Kapërceni këtë hap" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -661,15 +681,13 @@ msgstr "Kategoritë:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -679,7 +697,7 @@ msgstr "Kategoria" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategoria është ndryshuar nga ‘%s’ në ‘%s’" @@ -702,6 +720,11 @@ msgstr "Kategoria:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Ndrysho fjalëkalimin" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -718,7 +741,7 @@ msgstr "Ndrysho fjalëkalimin" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -730,12 +753,12 @@ msgstr "" "Zgjedh një emër të kategorisë që ka kuptim për publikun (p.sh., \"Shahtë\", \"Ndriçim\") por që kuptohet\n" " edhe nga zyra. Kjo kategori do të shfaqet në listën e menysë në faqen raporto-problemin." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -772,8 +795,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -783,11 +806,7 @@ msgstr "" msgid "Closed" msgstr "Mbyllur" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Mbyllur nga zyra" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -820,13 +839,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfigurimi" @@ -943,7 +961,7 @@ msgstr "Krijo raport" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Krijo kategori" @@ -953,27 +971,25 @@ msgstr "Krijo kategori" msgid "Create priority" msgstr "Krijo prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Krijo raportim/përditësim si zyre" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Krijo raportim/përditësim në emër të përdoruesit" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Krijo shabllon" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "U krijua" @@ -982,6 +998,17 @@ msgstr "U krijua" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "U krijua" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "U krijua" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -993,10 +1020,6 @@ msgstr "U krijua:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1006,19 +1029,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Aktualisht asnjë zyre nuk është krijuar." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Klienti nuk është i kontaktueshëm" #: 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 "Pasqyra" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1030,7 +1055,7 @@ msgstr "Është trajtuar nga nëndrejtoria brenda 5 ditëve të punës" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1040,7 +1065,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Fshij shabllonin" @@ -1062,9 +1087,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Përshkrimi" @@ -1073,7 +1096,7 @@ msgstr "Përshkrimi" msgid "Destination" msgstr "Përshkrimi" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1109,7 +1132,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1117,6 +1140,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Raportuar në kategorinë %s" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Raportuar në kategorinë %s" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1151,25 +1184,25 @@ msgstr "Nuk e di" msgid "Don't like forms?" msgstr "Nuk ju pëlqejnë formularët?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Lësho fotografitë këtu kliko për të ngarkuar" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1185,7 +1218,7 @@ msgstr "" " Kjo domethënë se mund të shtoni shumë kategori edhe nëse keni vetë një kontakt të zyres.\n" " " -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Lindja/Veriu:" @@ -1197,7 +1230,7 @@ msgstr "Lindja/Veriu:" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Modifiko" @@ -1208,12 +1241,11 @@ msgstr "Modifiko" msgid "Edit body details" msgstr "Modifiko detajet e zyres" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Modifiko privilegjet e përdoruesit tjetër" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Modifiko kategorine" @@ -1221,17 +1253,15 @@ msgstr "Modifiko kategorine" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Modifiko prioritetin e raportimit" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Modifiko raportimet" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1268,8 +1298,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1278,15 +1309,14 @@ msgstr "Redaktori" msgid "Email" msgstr "Email" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Adresa e emailit" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1306,12 +1336,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Emaili:" @@ -1381,12 +1412,12 @@ msgstr "" msgid "Endpoint" msgstr "Instanca e fundit" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Fut një rrugë në Zürich" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Fut një kod postar të Britanisë, apo një rrugë / lagje" @@ -1413,10 +1444,10 @@ msgstr "Përshkruaj problemin" msgid "Error" msgstr "Gabim" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Gjithëçka" @@ -1429,7 +1460,7 @@ msgstr "Shembull i kodit postar %s" msgid "Examples:" msgstr "Shembuj:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Kategori ekzistuese" @@ -1438,7 +1469,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1463,7 +1494,7 @@ msgid "External body" msgstr "Zyre e jashtme" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1475,20 +1506,20 @@ msgstr "" msgid "External team" msgstr "Ekip i jashtëm" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Të dhëna shtesë:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1521,20 +1552,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtro listën e raporteve" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Raportime të reja" + #: 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." @@ -1564,7 +1600,7 @@ msgstr "Marko si të fshirë" msgid "Flag user" msgstr "Marko përdoruesin" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr " Markuar" @@ -1573,7 +1609,7 @@ msgstr " Markuar" msgid "Flagged reports and users" msgstr "Raportimet dhe përdoruesit e markuar" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Përdoruesit e markuar janë listuar në faqen e markimeve." @@ -1581,8 +1617,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Markuar:" @@ -1608,11 +1644,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Keni harruar fjalëkalimin?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Është përcjellë te një zyre e jashtme" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Dëshirë për ta përcjellë te një zyre e jashtme" @@ -1622,12 +1658,20 @@ msgstr "Dëshirë për ta përcjellë te një zyre e jashtme" msgid "Frequently Asked Questions" msgstr "Pyetjet më të shpeshta" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1649,7 +1693,7 @@ msgstr "Merr përditesime për %s problemet" msgid "Get updates of problems in this %s" msgstr "Merr përditësimet e problemeve në këtë %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Më jep RSS" @@ -1665,15 +1709,15 @@ msgstr "Gëzohem që qenka rregulluar!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1683,7 +1727,7 @@ msgstr "Vazhdo" msgid "Going to send questionnaire?" msgstr "Do ta dërgoni pyetësorin?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Jepni qasje administratorit" @@ -1709,6 +1753,7 @@ msgstr "A keni raportuar ndonjëherë problem te kjo zyre, apo është hera e pa #: 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 "" @@ -1743,7 +1788,8 @@ msgstr "Fshehur" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1771,7 +1817,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Fshih shenjën" @@ -1825,11 +1871,9 @@ msgstr "Fatkeqësisht problemi juaj nuk u lokalizua në databazë.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1850,15 +1894,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1874,7 +1918,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1898,7 +1942,7 @@ msgstr "Nëse doni që ky shabllon të jetë opcional për kategori specifike, z msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Nëse e dërgoni problemin këtu ai nuk do të përcillet te zyrja." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1937,7 +1981,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1961,6 +2005,17 @@ msgstr "Në tabelën e abuzimeve?" 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 "Përveç kësaj, atributet në vijim që nuk janë pjesë e specifikimit Open311 v2 mund të kthehen: agency_sent_datetime, title (mund të kthehet si pjesë e përshkrimit), interface_used, comment_count, requestor_name (paraqitet vetëm kur kërkuesi ka lejuar që emri i tij të shfaqet në faqe)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "lagje" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1970,20 +2025,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Kutia e postës zero, po fillojmë!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Përfshij të dhënat personale të raportuesit" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Vlera e has_photo (ka foto) nuk është korrekte \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Instrukto kontraktorët se si të rregullohet problemi" @@ -2000,16 +2055,12 @@ msgstr "Shënime të brendshme" msgid "Internal notes" msgstr "Shënime të brendshme" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Vlerë jovalide për agency_responsible %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Formati jovalid %s ." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Vendndodhja jovalide. Lokacioni i ri duhet të mbulohet nga e njejta zyre." @@ -2061,13 +2112,13 @@ msgstr "Përditësimi i fundit:" msgid "Last update:" msgstr "Përditësimi i fundit:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Perditesimi më i hershëm:" @@ -2084,7 +2135,7 @@ msgstr "Listo të gjitha problemet e raportuara" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Duke ngarkuar..." @@ -2122,17 +2173,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2150,19 +2202,20 @@ msgstr "" msgid "MAP" msgstr "HARTA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Menagjo listat" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2176,24 +2229,24 @@ msgstr "Harta" msgid "Mark as sent" msgstr "Marko si të dërguar" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Marko përdoruesit, sjellje e të cilëve do ta përcjellësh si të markuar." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "Detajet e problemeve të markimit" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Mesazhi" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Mesazhi për zyren kompetente:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Mesazhi për zyre e jashtme:" @@ -2206,7 +2259,7 @@ msgstr "" msgid "Missing bodies:" msgstr "Zyret që mungojnë:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "ID e jurisdikcionit që mungon" @@ -2214,8 +2267,7 @@ msgstr "ID e jurisdikcionit që mungon" msgid "Moderate" msgstr "Modero" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Detajet e raportimit të moderuar" @@ -2238,7 +2290,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Moderuar nga departamenti brenda një dite të punës" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2248,14 +2300,14 @@ msgstr "" msgid "Month" msgstr "Muaji" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Më të komentuarit" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2283,9 +2335,10 @@ msgstr "" msgid "Name" msgstr "Emri" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Emri:" @@ -2303,7 +2356,7 @@ msgstr "Navigo te ky problem" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Rruga më e afërt e emërtuar te shenja e vendosur në hartë (gjeneruar automatikisht nga OpenStreetMap): %s%s" @@ -2311,12 +2364,12 @@ msgstr "Rruga më e afërt e emërtuar te shenja e vendosur në hartë (gjenerua msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Kodi postar më i afërt te shenja e vendosur në hartë (gjeneruar automatikisht): %s (%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Rruga më e afërt e emërtuar te shenja e vendosur në hartë (gjeneruar automatikisht nga Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2341,7 +2394,7 @@ msgstr "" msgid "New body added" msgstr "U shtua një zyre e re" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "U shtua një kontakt i ri i kategorisë" @@ -2354,8 +2407,8 @@ msgstr "Adresë e re Emaili:" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Shenim i ri i brendshëm:" @@ -2363,13 +2416,13 @@ msgstr "Shenim i ri i brendshëm:" msgid "New local problems on FixMyStreet" msgstr "Problem i ri lokal në FixMyStreet" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 msgid "New note to DM:" msgstr "Shenim i ri për 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Fjalëkalim i ri:" @@ -2446,7 +2499,7 @@ msgstr "Shabllon i ri" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Më e reja" @@ -2459,7 +2512,6 @@ msgstr "Tjetra" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2468,11 +2520,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Jo" @@ -2484,11 +2536,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Pa zyre" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Nuk është zgjedhur zyrja" @@ -2504,8 +2557,8 @@ msgstr "Nuk ka probleme të markuara." msgid "No flagged users found." msgstr "Nuk ka përdorues të markuar" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Nuk ka përditësime tjera" @@ -2543,8 +2596,8 @@ msgstr "Asnjë përkrahës" msgid "None" msgstr "Asnjë" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2552,8 +2605,8 @@ msgstr "" "Përdoruesit e rëndomtë (publik) nuk duhet të shoqërohen me zona.
\n" " Përdoruesit e punësuar të autorizuar mund të shoqërohen me zonën ku operojnë." -#: templates/web/base/admin/users/form.html:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2565,10 +2618,14 @@ msgstr "" " Varësisht prej implementimit, përdoruesit e punësuar mund të kenë qasje në pasqyrë (përmbledhje\n" " të aktiviteteve në tërë zyren e vet), të kenë privilegjin të fshehin raportimet apo t'u vënë status special." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Nuk përket në nëndrejtorit e mija" +#: 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 "Nuk është raportuar më parë" @@ -2616,12 +2673,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2629,12 +2686,12 @@ msgstr "" msgid "Old state" msgstr "Gjendje e vjetër" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Më të vjetrat" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2643,7 +2700,7 @@ 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:156 +#: 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 @@ -2674,7 +2731,7 @@ msgstr "Web faqja e iniciativës Open311" msgid "Open311 specification" msgstr "Specifikimet Open311" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2686,7 +2743,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2694,16 +2751,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2735,7 +2792,7 @@ msgstr "Faqja nuk u gjet" msgid "Parent" msgstr "Instanca prindore" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Të gjitha kategoritë" @@ -2744,13 +2801,13 @@ msgstr "Të gjitha kategoritë" msgid "Partial" msgstr "I pjesshëm" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Fjalëkalimi (opsional)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Fjalëkalimi juaj është ndryshuar" @@ -2765,7 +2822,7 @@ msgstr "Fjalëkalimi (opsional)" msgid "Permissions" msgstr "Privilegjet:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Privilegjet:" @@ -2773,19 +2830,24 @@ msgstr "Privilegjet:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefoni:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Numri i telefonit" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Numri i telefonit (opsional)" @@ -2793,30 +2855,26 @@ msgstr "Numri i telefonit (opsional)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefoni:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2836,9 +2894,8 @@ msgstr "Foto e domosdoshme" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotografitë" @@ -2847,7 +2904,7 @@ msgstr "Fotografitë" msgid "Photos of recent nearby reports" msgstr "Fotografitë e raportimeve të fundit" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2861,6 +2918,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2888,27 +2950,26 @@ msgid "Please check your email address is correct" msgstr "Ju lutem kontrolloni adresën e emailit" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Ju lutem zgjedhni kategorinë" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2930,27 +2991,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Ju lutemi mos u bëni abuziv — abuzimi i zyreve e zhvlerëson shërbimin për të gjithë përdoruesit." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: 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:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Ju lutemi shkruani emrin" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Ju lutem shkruani emrin për këtë zyre" @@ -2963,16 +3024,16 @@ msgstr "Ju lutemi shkruani fjalëkalimin" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Ju lutemi shkruani titullin" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2983,20 +3044,20 @@ msgstr "Ju lutemi shkruani një email valid" msgid "Please enter a valid email address" msgstr "Ju lutemi jepni një adresë valide emaili" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Ju lutemi shkruani disa detaje" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -3012,7 +3073,7 @@ msgid "Please enter your first name" msgstr "Ju lutemi shkruani emrin tuaj" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "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ë" @@ -3024,9 +3085,9 @@ msgstr "Ju lutemi shkruani emrin tuaj" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Ju lutemi shkruani emrin tuaj" @@ -3067,19 +3128,19 @@ msgstr "Ju lutemi plotësoni formularin e mëposhtëm me detajet e problemit, dh msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Ju lutemi shenoni nëse doni të pranoni edhe një pyetësor tjetër" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3106,24 +3167,28 @@ msgstr "Ju lutemi vini re se përditësimi juaj nuk është postuar%s (%s) at %s" msgstr "Postuar nga %s (%s) ne %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Postuar nga %s ne %s" @@ -3200,7 +3261,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3208,11 +3269,11 @@ msgstr "" msgid "Previous" msgstr "Paraprak" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioritetet" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioriteti" @@ -3228,9 +3289,9 @@ msgid "Privacy and cookies" msgstr "Privacia dhe cookiet" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privat" @@ -3280,7 +3341,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:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problemi është shenuar si i hapur." @@ -3288,8 +3349,7 @@ 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:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemet" @@ -3314,18 +3374,18 @@ msgstr "Problemet e raportuara së fundit në FixMyStreet" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemet brenda %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemet brenda lagjes %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3333,7 +3393,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Problemet brenda %s, %s" @@ -3341,11 +3401,15 @@ msgstr "Problemet brenda %s, %s" msgid "Property address:" msgstr "Adresa e pronës:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3359,11 +3423,11 @@ 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.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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." @@ -3371,12 +3435,12 @@ msgstr "Shenimi i fjalëkalimit është opsional, por kjo do t'ju mundësojë t msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Pergjigje publike:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Përditësim publik:" @@ -3419,11 +3483,11 @@ msgstr "Pyetësori u plotësua nga raportuesi i problemit" msgid "RSS feed" msgstr "RSS feed" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS feed për %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS feed për lagjen %s , %s" @@ -3431,11 +3495,11 @@ msgstr "RSS feed për lagjen %s , %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS feed i %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS feed i %s, brenda lagjes %s" @@ -3443,13 +3507,13 @@ msgstr "RSS feed i %s, brenda lagjes %s" msgid "RSS feed of nearby problems" msgstr "RSS feed i problemeve në afërsi" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS feed i problemeve brenda %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS feed i problemeve brenda lagjes %s " @@ -3463,11 +3527,11 @@ msgstr "RSS feed nga problemet e fundit lokale" msgid "RSS feed of updates to this problem" msgstr "RSS feed për të rejat rreth këtij problemi" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3480,7 +3544,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Prano email kur ka përditësime të këtij problemi." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Pranuar nga %s disa momente më vonë" @@ -3494,7 +3558,7 @@ msgstr "Problemet lokale të raportuara risht, %s" msgid "Recently reported problems" msgstr "Problemet e raportuara rishtazi" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Përditësimet e bëra rishtazi" @@ -3507,7 +3571,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3519,8 +3584,8 @@ msgstr "" msgid "Remove flag" msgstr "Hiq markimin" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3536,17 +3601,22 @@ msgstr "Hiq nga faqja" msgid "Remove option" msgstr "Hiq nga faqja" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: 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/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Modifiko privilegjet e përdoruesit tjetër" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Përgjigju përdoruesit:" @@ -3554,14 +3624,14 @@ msgstr "Përgjigju përdoruesit:" msgid "Report" msgstr "Raportimi" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID e raportimit" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3570,7 +3640,7 @@ msgid "Report a problem" msgstr "Raporto problemin" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3586,7 +3656,7 @@ msgid "Report anonymously" msgstr "Raportuar ne menyre anonime te %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3622,7 +3692,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Raporto, shih apo diskuto problemet lokale" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Raportuar ne menyre anonime te %s" @@ -3633,7 +3703,7 @@ msgstr "Raportuar ne menyre anonime te %s" msgid "Reported before" msgstr "Raportuar para" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Raportuar nga %s te %s" @@ -3647,27 +3717,27 @@ msgstr "Raportuar nga:" msgid "Reported in the %s category" msgstr "Raportuar në kategorinë %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 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:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 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:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Raportuar përmjet %s në mënyrë anonime te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Raportuar përmjet %s nga %s te %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Raportuar përmjet %s në kategorinë %s te %s" @@ -3686,17 +3756,15 @@ msgstr "Raportuar:" msgid "Reporting a problem" msgstr "Raportimi i një problemi" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Raportimet" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3724,15 +3792,15 @@ msgid "Reports published" msgstr "Raportimet e publikuara" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3745,7 +3813,7 @@ msgstr "Raportimet në pritje për t'u dërguar" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3798,39 +3866,45 @@ msgstr "" msgid "Right place?" msgstr "Vendi i duhur?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Operatori i rrugës për këtë rrugë me emër (nxjerrë nga referenca e rrugëve numri dhe tipi): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Operatori i rrugës për këtë rrugë me emër (nga OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rrotullo majtas" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3846,20 +3920,20 @@ msgstr "Rrotullimi i kësaj fotografie do t'i humbas ndërrimet e paruajtura në msgid "Satellite" msgstr "Sateliti" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3876,13 +3950,12 @@ msgid "Save with a public update" msgstr "Ruaj me përditësim publik" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Kërko raportet" @@ -3895,7 +3968,7 @@ msgstr "Kërko përdoruesit" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Kërko raportet" @@ -3910,12 +3983,12 @@ msgstr "Kërko:" msgid "Searching found no reports." msgstr "Kerkimit nuk gjeti asnjë raport." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Kërkimi nuk gjeti asnjë përdorues." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3925,8 +3998,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Shih parimet tona të privacisë" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3936,7 +4008,7 @@ msgid "Select a body" msgstr "Zgjedh një zyre" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Zgjedh një zonë" @@ -3957,7 +4029,7 @@ msgstr "" msgid "Select:" msgstr "Zgjedh:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3970,7 +4042,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "Zgjedh statuset e zgjeruara Open311 me shërbim të përditësimit" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3979,11 +4051,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Dërgo raportin prapa" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Dërgo te %s %s më vonë" @@ -4021,7 +4093,7 @@ msgstr "" msgid "Shortlist" msgstr "Lista" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4032,7 +4104,7 @@ msgstr "" msgid "Shortlisted" msgstr "Listuar" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "Listuar nga %s" @@ -4057,8 +4129,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4069,7 +4141,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Shfaq shenjat" @@ -4131,7 +4203,7 @@ msgid "Some photos of recent reports" msgstr "Disa foto nga raportimet e fundit" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Tekst për përkthim" @@ -4140,12 +4212,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Kërkojmë falje, ky kod postar duket të jetë nën mbrojtje të autorit, të cilën nuk e kemi." @@ -4163,9 +4234,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Kërkojmë falje, ndodhi një gabim gjatë konfirmimit të problemit tuaj." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Kërkojmë falje, lokacioni nuk u gjet." @@ -4175,13 +4246,13 @@ msgstr "Kërkojmë falje, lokacioni nuk u gjet." 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Kërkojmë falje, lokacioni ishte i pakuptueshëm. Provoni përsëri." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4196,11 +4267,11 @@ msgstr "" 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:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Rradhit sipas" @@ -4210,11 +4281,11 @@ msgstr "Rradhit sipas" msgid "Staff only" msgstr "Nëpunësit:" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Nëpunësit:" @@ -4238,18 +4309,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Statusi" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4258,31 +4329,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Statusi:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistikat" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Statusi" @@ -4300,7 +4368,7 @@ msgstr "Pamja e rrugës" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Nëndrejtoria/Zyra" @@ -4319,50 +4387,48 @@ msgstr "Tema:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Dërgo" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Dërgo ndryshimet" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Dërgo pyetësorin" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Dërguar" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Abonohu" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4375,7 +4441,7 @@ msgstr "" 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 " -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4389,20 +4455,19 @@ msgstr "" msgid "Summarise the problem" msgstr "Përmblidhe problemin" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Përmblidh ndryshimet" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Përmbledhje" @@ -4413,14 +4478,20 @@ msgstr "Raportet përmbledhëse" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Përdorues i privilegjuar" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Përdorues i privilegjuar" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 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." @@ -4438,13 +4509,18 @@ msgstr "" msgid "Template «%s»" msgstr "Shablloni «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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:" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Teksti" @@ -4465,6 +4541,11 @@ msgstr "Verzioni vetëm tekst" msgid "Text:" msgstr "Teksti:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Teksti" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Ju falemnderit për raportimin e problemit!" @@ -4494,7 +4575,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Falemnderit, na vjen mirë që është rregulluar! A mund t'ju pyesim, nëse keni raportuar problem përpara?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4506,27 +4587,29 @@ msgstr "Kjo foto nuk duket të jetë ngarkuar mirë (%s), ju lutemi provoni prap msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Ky lokacion nuk duket të jetë mbuluar nga zyrja; ndoshta është jashtë shtetit. Ju lutemi provoni prap." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Ky lokacion nuk duket se është brenda kufijve të shtetit; provoni prap." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Ky kod postar nuk është i njohur, na vjen keq." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Problemi u markua i dërguar." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Ky problem nuk do të ridërgohet." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Ky raport është fshirë nga FixMyStreet." @@ -4576,8 +4659,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4636,7 +4719,7 @@ msgstr "Gabimi ishte: %s" 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 "Atribute Open311 v2 në vijim kthehen për çdo kërkesë: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Informata për rrugën më të afërt mund të jetë e pasaktë apo jorelevante, nëse problemi është afër disa rrugëve apo afër një rruge pa emër të regjistruar në OpenStreetMap." @@ -4698,8 +4781,8 @@ msgstr "Përdoruesi nuk arriti ta lokalozojë problemin në hartë, por mund të msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4734,7 +4817,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4752,12 +4835,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Pati problem me përditësimin tuaj. Ju lutemi provoni përsëri." @@ -4765,7 +4848,7 @@ msgstr "Pati problem me përditësimin tuaj. Ju lutemi provoni përsëri." msgid "There were problems with your report. Please see below." msgstr "Pati një problem me raportin tuaj. Ju lutemi lexoni mëposhtë." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Pati një problem me përditësimin tuaj. Ju lutemi lexoni mëposhtë." @@ -4851,10 +4934,10 @@ msgstr "Ky email i është dërguar dy zyrave që e mbulojnë lokacionin, meqë 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Ky informacion është i domosdoshëm" @@ -4871,19 +4954,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Ky problem është rregulluar" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Ky problem nuk është rregulluar" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4896,26 +4983,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Ky raport pret moderim." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Ky raport është markuar i mbyllur." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Ky raport është markuar i rregulluar." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Ky problem është markuar i hapur." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4923,15 +5010,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Koha e shpenzuar (në minuta):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4955,6 +5045,10 @@ msgstr "Titulli" msgid "Title:" msgstr "Titulli:" +#: 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 "Për të parë se çfarë raportesh lokale kemi për ju, ju lutemi shenoni kodin postar %s apo emrin e rrugës dhe lagjes:" @@ -4980,7 +5074,7 @@ 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" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -5005,11 +5099,6 @@ msgstr "" msgid "Total" msgstr "Total" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "Duhet menagjim i trafikut?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5032,16 +5121,16 @@ msgstr "Provoni të na shkruani email direkt:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5051,7 +5140,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5081,10 +5170,10 @@ msgstr "Gabim i panjohur" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "ID e panjohur e gabimit" @@ -5096,13 +5185,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Përditësim" @@ -5153,29 +5242,27 @@ msgstr "Përditësimi ka rihapur problemin" msgid "Update statuses" msgstr "Statuset e përditësimit" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Përditësuar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Përditësuar!" @@ -5186,7 +5273,7 @@ msgstr "Përditësuar!" msgid "Updates" msgstr "Përditësimet" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Përditësimet janë të limituara në gjatësi prej %s shenjash. Ju lutemi shkurtojeni përditësimin " @@ -5216,6 +5303,14 @@ msgstr "Shfrytëzojeni ekstenzionin dërgimi-i-përditësimit në Open311" 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:102 +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:75 +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 "ID e përdoruesit për t'i atribuuar komentet te" @@ -5229,8 +5324,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5248,7 +5343,7 @@ msgid "User flagged" msgstr "Përdorues i markuar" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5261,27 +5356,25 @@ 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.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Përdoruesit" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 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." @@ -5290,9 +5383,9 @@ msgstr "Përdoruesit mund të kryejnë veprimet vijuese brenda zonës së caktua 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Vlerat e përditësuara" @@ -5318,7 +5411,7 @@ msgstr "" msgid "View report on site" msgstr "Shih raportet në faqe" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Shih raportet sipas lagjes" @@ -5326,7 +5419,7 @@ msgstr "Shih raportet sipas lagjes" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5344,7 +5437,7 @@ msgstr "Pamja e problemit" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Lagjet në kuadër të zyres" @@ -5414,7 +5507,7 @@ msgstr "Kur u dërgua" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5434,7 +5527,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5446,7 +5539,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5457,12 +5549,12 @@ msgstr "Nëse e shkruani mesazhin të tërin me germa të mëdha, e bëni atë v #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Po" @@ -5475,7 +5567,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5488,7 +5580,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Po raportoni se përditësimi në fjalë është abuziv, përmban informata personale, apo diçka ngjashëm:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5497,7 +5589,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:112 +#: templates/web/base/admin/users/form.html:97 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ë." @@ -5530,7 +5622,7 @@ msgstr "Mund të na ndihmoni duke gjetur kontaktin adekuat për problemet e %s d msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Mund ta markoni një zyre si të fshirë nëse nuk doni që të jetë aktive në faqe." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5540,7 +5632,7 @@ msgid "You declined; please fill in the box above" msgstr "Keni mohuar; ju lutemi plotësoni fushën mëlartë" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5548,7 +5640,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" 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:58 +#: 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)." @@ -5558,8 +5650,7 @@ msgstr "Tashmë keni ngarkuar foto për këtë problem. Vini re ju mund të ngar 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 "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)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "Ju tashmë keni ngarkuar foto në këtë përditësim. Vini re ju mund të ngarkoni më së shumti 3 foto në këtë përditësim (nëse tentoni të ngarkoni më shumë, fotoja më e vjetër do të fshihet)." @@ -5626,9 +5717,9 @@ msgstr "Raportet tuaja" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Llogaria juaj" @@ -5637,13 +5728,14 @@ msgstr "Llogaria juaj" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5672,16 +5764,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5702,8 +5794,8 @@ msgid "Your password has expired, please create a new one below. When you click 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." #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5736,7 +5828,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5767,19 +5859,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "të gjitha" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5787,8 +5879,8 @@ msgstr "" msgid "by %s" msgstr "nga %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "kuvendi" @@ -5819,6 +5911,10 @@ msgstr "redakto përdoruesin" msgid "from %s different users" msgstr "nga %s përdorues të ndryshëm" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5836,7 +5932,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "asnjë" @@ -5919,12 +6015,12 @@ msgid "today" msgstr "sot" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5949,7 +6045,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "lagje" @@ -6009,7 +6105,7 @@ msgid_plural "%d years" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6030,7 +6126,7 @@ msgid_plural "%s problems reported" msgstr[0] "" msgstr[1] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6051,21 +6147,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s e rregulluar në muajin e kaluar" msgstr[1] "%s të rregulluar në muajin e kaluar" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s raport në javën e fundit" msgstr[1] "%s raporte në javën e fundit" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s raporti i fundit" msgstr[1] "%s raportet e fundit" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6100,29 +6196,41 @@ msgid_plural "last updated %d days ago" msgstr[0] "" msgstr[1] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" msgstr[1] "" +#~ 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 "Available categories" -#~ msgstr "Kategoritë ekzistuese" - #~ 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." diff --git a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po index 07fa25ed310..45b8c64c177 100644 --- a/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sr.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "i" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s – Kratki izveštaji" @@ -117,7 +117,7 @@ msgstr "%s upitnici poslati – %s odgovoreni (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" "© \n" @@ -165,6 +165,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -183,8 +185,8 @@ msgstr "(poslato oboma)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Izaberi kategoriju --" @@ -211,17 +213,18 @@ msgid "" msgstr "" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -251,7 +254,7 @@ msgid "Yes I have a password" msgstr "Da Imam lozinku" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -268,7 +271,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -291,7 +294,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "Dodaj kontakt korišćenjem obrasca ispod." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Dodaj novu kategoriju" @@ -324,7 +327,7 @@ msgstr "" msgid "Add new category" msgstr "Dodaj novu kategoriju" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -333,8 +336,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -342,21 +345,20 @@ msgid "Add to shortlist" msgstr "Dodaj u uži krug" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Dodaj korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Dodaj/izmeni problemske kategorije" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Dodaj/izmeni prioritete odgovora" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Dodaj/izmeni šablone odgovora" @@ -372,6 +374,12 @@ msgstr "Dodavanjem ove prijave u vaš uži krug uklonićete ga iz užeg kruga %s msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Još jednom:" @@ -384,8 +392,8 @@ msgstr "Obaveštenje %d stvoreno zar %s, tip %s, parametri %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Obaveštenje %d deaktivirano (kreirano %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Upozori me na buduće ažurirane informacije" @@ -397,10 +405,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Sve prijave" @@ -440,6 +450,11 @@ msgstr "Sve prijave između %s i %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Prijavljeno u kategoriji %s " + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -476,7 +491,7 @@ msgstr "Anoniman" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -489,7 +504,7 @@ msgid "Another user" msgstr "Drugi korisnik" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Da li si siguran da želiš da otkažeš ovo otpremanje?" @@ -498,8 +513,8 @@ msgstr "Da li si siguran da želiš da otkažeš ovo otpremanje?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Da li si siguran?" @@ -510,7 +525,7 @@ msgstr "Da li si siguran?" msgid "Area covered" msgstr "Pokriveno područje" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Područje:" @@ -524,27 +539,32 @@ msgstr "Pošto je ovo probna strana i %s pošto je lažna, prijave načinjene na msgid "Assign selected to role:" msgstr "Dodeljeno %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Dodeli nadležnoj direkciji:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Dodeli različitim kategorijama:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Dodeli spoljnoj direkciji:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Dodeli korisnicima po područjima:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Dodeljeno %s" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Dostupne kategorije" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Dodeljeno %s" @@ -557,7 +577,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -565,11 +585,11 @@ msgstr "Ovlašćeni članovi osoblja mogu se povezivati sa kategorijama na kojim msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Automatski odgovor:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -581,12 +601,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Izbegavajte lične informacije i registarske tablice vozila " -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Čekajući moderaciju" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Nazad" @@ -607,14 +628,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Direkcije" @@ -627,11 +646,13 @@ msgstr "Direkcije" msgid "Body" msgstr "Direkcija" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Direkcija" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -643,8 +664,7 @@ msgstr "Can’t Ne možete da nađete naš e-mejl? Proverite vaš spam folde msgid "Can't see the map? Skip this step" msgstr "Ne vidite mapu? Preskočite ovaj korak" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -660,15 +680,13 @@ msgstr "Kategorija" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -678,7 +696,7 @@ msgstr "Kategorija je promenjena sa ‘%s’ na ‘%s’" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Norma rešavanja problema stari > od 4 nedelje " @@ -701,6 +719,11 @@ msgstr "Kategorija:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Promeni lozinku" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -717,7 +740,7 @@ msgstr "Promeni lozinku" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -729,12 +752,12 @@ msgstr "" "Odaberi category naziv koji ima smisla za javnost (npr. \"rupa\", \"javna rasveta\") koji istovremeno pomaže\n" "i ovoj direkciji. Isti će se pojavljivati u opadajućem meniju na strani Prijavi problem." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -771,8 +794,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -782,11 +805,7 @@ msgstr "" msgid "Closed" msgstr "Zatvoren" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Zaključila skupština" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -819,13 +838,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguracija" @@ -942,7 +960,7 @@ msgstr "Kreiraj izveštaj" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kreiraj kategoriju" @@ -952,27 +970,25 @@ msgstr "Kreiraj kategoriju" msgid "Create priority" msgstr "Kreiraj prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Kreiraj izveštaje/ažurirane informacije za skupštinu opštine" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Kreiraj izveštaje/najnovije informacije u ime korisnika" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Kreiraj šablon" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Kreiran" @@ -981,6 +997,17 @@ msgstr "Kreiran" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Kreiran" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Kreiran" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -992,10 +1019,6 @@ msgstr "Kreiran:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1005,19 +1028,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Trenutno nije kreirano nikakvo telo." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Klijent nedostupan" #: 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 "Panel" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1029,7 +1054,7 @@ msgstr "Rešiti na nivou pod-odseka u roku od 5 radnih dana" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1039,7 +1064,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Izbriši šablon" @@ -1061,9 +1086,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Opis" @@ -1072,7 +1095,7 @@ msgstr "Opis" msgid "Destination" msgstr "Opis" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1108,7 +1131,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1116,6 +1139,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Prijavljeno u kategoriji %s " + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Prijavljeno u kategoriji %s " + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1150,25 +1183,25 @@ msgstr "Ne’t znam" msgid "Don't like forms?" msgstr "Ne dopada vam se oblik?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Prevuci i spusti fotografije ovde ili klikni da učitaš" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1183,7 +1216,7 @@ msgstr "" "Različite kategorije mogu imati isti kontakt (emejl adresa).\n" "To znači da možete dodati mnoge kategorije čak i ukoliko imate samo jedan kontakt datog tela." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Kretanje ka istoku/severu:" @@ -1195,7 +1228,7 @@ msgstr "Kretanje ka istoku/severu:" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Izmeni" @@ -1206,12 +1239,11 @@ msgstr "Izmeni" msgid "Edit body details" msgstr "Izmeni podatke o opštini" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Izmeni ovlašćenja drugih korisnika" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Izmeni kategoriju prijave" @@ -1219,17 +1251,15 @@ msgstr "Izmeni kategoriju prijave" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Izmeni prioritet prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Izmeni prijave" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1266,8 +1296,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1276,15 +1307,14 @@ msgstr "Urednik" msgid "Email" msgstr "Emejl" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Emejl adresa" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1304,12 +1334,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Emejl:\t" @@ -1372,12 +1403,12 @@ msgstr "" msgid "Endpoint" msgstr "Završna tačka" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Unesi Zürich naziv ulice" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Unesi naziv obližnje ulice ili oblasti" @@ -1404,10 +1435,10 @@ msgstr "Opiši problem" msgid "Error" msgstr "Greška" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Sve" @@ -1420,7 +1451,7 @@ msgstr "Primer poštanskog broja %s" msgid "Examples:" msgstr "Primeri" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Postojeća kategorija" @@ -1429,7 +1460,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1454,7 +1485,7 @@ msgid "External body" msgstr "Spoljno telo" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1466,20 +1497,20 @@ msgstr "" msgid "External team" msgstr "Spoljni tim" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Dodatni podaci:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1512,20 +1543,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtriraj listu prijava" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nove prijave" + #: 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." @@ -1555,7 +1591,7 @@ msgstr "Obeleži kao izbrisano" msgid "Flag user" msgstr "Obeleži korisnika " -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Obeleženo" @@ -1564,7 +1600,7 @@ msgstr "Obeleženo" msgid "Flagged reports and users" msgstr "Obeležene prijave i korisnici" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the
flagged page." msgstr "Obeleženi korisnici navedeni na strani ." @@ -1572,8 +1608,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Obeleženo" @@ -1599,11 +1635,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Zaboravili ste lozinku?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Upućeno spoljnom telu" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Često postavljana pitanja" @@ -1613,12 +1649,20 @@ msgstr "Često postavljana pitanja" msgid "Frequently Asked Questions" msgstr "Preuzmite najnovije informacije" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1640,7 +1684,7 @@ msgstr "Preuzmite najnovije informacije o %s problemima" msgid "Get updates of problems in this %s" msgstr "Dobijajte najnovije informacije o problemima u ovom %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Dajte mi RSS vesti" @@ -1656,15 +1700,15 @@ msgstr "Drago mi je što čujem da je sređeno!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1674,7 +1718,7 @@ msgstr "Nastavi" msgid "Going to send questionnaire?" msgstr "Šaljete upitnik?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Dozvolite pristup administratoru" @@ -1700,6 +1744,7 @@ msgstr "Da li ste ikada problem prijavili savetu ili je ovo prvi put?" #: 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 "" @@ -1734,7 +1779,8 @@ msgstr "Sakriveno" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1762,7 +1808,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Sakrij oznaku" @@ -1816,11 +1862,9 @@ msgstr "I'm afraid we couldn't locate your problem in the database.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1841,15 +1885,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1865,7 +1909,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1889,7 +1933,7 @@ msgstr "v" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Ukoliko ovde podnesete problem, problem neće biti prijavljen skupštini." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1926,7 +1970,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1950,6 +1994,16 @@ msgstr "U tabeli zloupotreba?" 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:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1959,20 +2013,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Inbox nula, stižemo!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Uključi lične podatke podnosioca prijave" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Netačno_photo value \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Naložite ugovaračima da reše probleme" @@ -1989,16 +2043,12 @@ msgstr "Interna zabeleška" msgid "Internal notes" msgstr "Interna zabeleška" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Pogrešna agencija_odgovorna value %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Nevažeći format %s naveden." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Nevažeća lokacija. Novu lokaciju mora pokrivati ista skupština." @@ -2050,13 +2100,13 @@ msgstr "Poslednje ažuriranje:" msgid "Last update:" msgstr "Poslednje ažuriranje:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Nedavno ažuriran" @@ -2073,7 +2123,7 @@ msgstr "Navedi sve prijavljene probleme" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Loading..." @@ -2111,17 +2161,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2139,19 +2190,20 @@ msgstr "" msgid "MAP" msgstr "MAPA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "Upravljaj užim krugom" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2165,24 +2217,24 @@ msgstr "Mapa" msgid "Mark as sent" msgstr "Označi kao poslat" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Označi kao uređen/zaključen u poslednjih osam nedelja" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Poruka" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Poruka nadležnoj direkciji:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Poruka spoljnom telu:" @@ -2195,7 +2247,7 @@ msgstr "" msgid "Missing bodies:" msgstr "Direkcije koje nedostaju:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Jurisdikcija koja nedostaje_id" @@ -2203,8 +2255,7 @@ msgstr "Jurisdikcija koja nedostaje_id" msgid "Moderate" msgstr "Uredi" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Uredi pojedinosti o prijavi" @@ -2227,7 +2278,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Uređuje odsek u jednom radnom danu " -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2237,14 +2288,14 @@ msgstr "" msgid "Month" msgstr "Mesec" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Najčešće komentarisani" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2272,9 +2323,10 @@ msgstr "" msgid "Name" msgstr "Ime" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Ime: %s" @@ -2292,7 +2344,7 @@ msgstr "Upravljaj ovim problemom" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Najbliži imenovani put oznaci na mapi (automatski generisan korišćenjem OpenStreetMap): %s%s" @@ -2300,12 +2352,12 @@ msgstr "Najbliži imenovani put oznaci na mapi (automatski generisan korišćenj msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Najbliži poštanski broj oznaci na mapi (automatski generisan): %s (%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Najbliži put oznaci na mapi (automatski generisan korišćenjem Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2328,7 +2380,7 @@ msgstr "" msgid "New body added" msgstr "Dodata nova direkcija" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Dodata nova kontakt kategorija" @@ -2341,8 +2393,8 @@ msgstr "Nova e-mejl adresa:" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Nova interna beleška:" @@ -2350,13 +2402,13 @@ msgstr "Nova interna beleška:" msgid "New local problems on FixMyStreet" msgstr "Novi lokalni problemi na Sredimojuulicu" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 msgid "New note to DM:" msgstr "Nova beleška za 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nova lozinka:" @@ -2433,7 +2485,7 @@ msgstr "Novi šablon" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Najnovije" @@ -2446,7 +2498,6 @@ msgstr "Sledeće" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2455,11 +2506,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Ne" @@ -2471,11 +2522,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Nema direkcije" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Nije odabrana skupština" @@ -2491,8 +2543,8 @@ msgstr "No flagged problems found." msgid "No flagged users found." msgstr "No flagged users found." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "No further updates" @@ -2530,8 +2582,8 @@ msgstr "Nema pristalica" msgid "None" msgstr "Nijedan" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2539,8 +2591,8 @@ msgstr "" "Normal (public) users should not be associated with any area.
\n" " Authorised staff users can be associated with the area in which they operate." -#: templates/web/base/admin/users/form.html:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2552,10 +2604,14 @@ msgstr "" " 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." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Nije za moj pod-odsek" +#: 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 "Nije prijavljen ranije" @@ -2603,12 +2659,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2616,12 +2672,12 @@ msgstr "" msgid "Old state" msgstr "Staro stanje" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Najstariji" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2630,7 +2686,7 @@ 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:156 +#: 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 @@ -2661,7 +2717,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2673,7 +2729,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2681,16 +2737,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2722,7 +2778,7 @@ msgstr "Strana nije nađena" msgid "Parent" msgstr "Izvor" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Sve kategorije" @@ -2731,13 +2787,13 @@ msgstr "Sve kategorije" msgid "Partial" msgstr "Delimično" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Lozinka (opcionalno)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "" @@ -2751,7 +2807,7 @@ msgstr "Lozinka (opcionalno)" msgid "Permissions" msgstr "Dozvole:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Dozvole:" @@ -2759,19 +2815,24 @@ msgstr "Dozvole:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Tel:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Broj telefona" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Broj telefona (opcionalno)" @@ -2779,30 +2840,26 @@ msgstr "Broj telefona (opcionalno)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Tel:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2822,9 +2879,8 @@ msgstr "Fotografija potrebna" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Fotografije" @@ -2833,7 +2889,7 @@ msgstr "Fotografije" msgid "Photos of recent nearby reports" msgstr "Fotografije nedavnih obližnjih prijava" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2847,6 +2903,11 @@ msgstr "" msgid "Pick your ward" msgstr "" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Stavi oznaku na mapi" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2874,27 +2935,26 @@ msgid "Please check your email address is correct" msgstr "Molimo vas proverite da li je vaša e-mejl adresa tačna " #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Molimo vas izaberite kategoriju" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2913,27 +2973,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Molimo vas unesite poruku" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Molimo vas unesite ime" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Molimo vas unesite naziv ovog tela" @@ -2946,16 +3006,16 @@ msgstr "Molimo vas unesite lozinku" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Molimo vas unesite predmet" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2966,20 +3026,20 @@ msgstr "Molimo vas unesite važeći e-mejl" msgid "Please enter a valid email address" msgstr "Molimo vas unesite važeću e-mejl adresu" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Molimo vas unesite neke podatke" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2995,7 +3055,7 @@ msgid "Please enter your first name" msgstr "Molimo vas unesite vaše ime" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Molimo vas unesite vaše ime, skupština treba ove informacije – ukoliko ne želite da vam se ime prikazuje na stranici, skinite znak štikliranja iz polja ispod " @@ -3007,9 +3067,9 @@ msgstr "Molimo vas unesite vaše ime" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Molimo vas unesite vaše ime" @@ -3050,19 +3110,19 @@ msgstr "Molimo vas popunite obrazac ispod sa pojedinostima problema i opišite l msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Molimo vas navedite da li biste hteli da dobijete još jedan upitnik " #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Molimo vas unesite važeću e-mejl adresu" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3089,24 +3149,28 @@ msgstr "Molimo vas imajte u vidu da vaša prijava još uvek nije poslat msgid "Please note:" msgstr "Molimo vas imajte u vidu:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "Molimo vas pružite javne informacije o ovoj prijavi." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Molimo vas pružite objašnjenje zašto ponovo otvarate ovu prijavu " -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Molimo vas navedite neki tekst kao i fotografiju" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Molimo vas recite da li ste ikada ranije prijavili problem vašoj skupštini " @@ -3114,7 +3178,7 @@ msgstr "Molimo vas recite da li ste ikada ranije prijavili problem vašoj skupš 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Molimo vas odaberite direkciju." @@ -3126,7 +3190,7 @@ msgstr "Molimo vas izaberite vest koju želite" msgid "Please select the type of alert you want" msgstr "Molimo vas iznesite da li je problem rešen ili ne " -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Molimo vas iznesite da li je problem rešen ili ne " @@ -3134,12 +3198,12 @@ msgstr "Molimo vas iznesite da li je problem rešen ili ne " #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Molimo vas postavite samo sliku" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3147,27 +3211,23 @@ msgstr "" msgid "Please write a message" msgstr "Molimo vas napišite poruku" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Postavi" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Postavljeno anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Postavio %s na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Postavio %s (%s) na %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Postavio %s na %s" @@ -3183,7 +3243,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3191,11 +3251,11 @@ msgstr "" msgid "Previous" msgstr "Prethodni" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioriteti" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritet" @@ -3211,9 +3271,9 @@ msgid "Privacy and cookies" msgstr "Privatnost i kolačići" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privatan" @@ -3263,7 +3323,7 @@ msgstr "Problem %s poslat skupštini %s" msgid "Problem breakdown by state" msgstr "Pregled problema po stanju" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problem označen kao otvoren." @@ -3271,8 +3331,7 @@ msgstr "Problem označen kao otvoren." msgid "Problem state change based on survey results" msgstr "Promena stanja predmeta na osnovu rezultata ankete " -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problemi" @@ -3297,18 +3356,18 @@ msgstr "Nedavno prijavljeni problemi sređeni na Sredimojuulicu" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problemi u okviru %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problemi u okviru %s naselja" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3316,7 +3375,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Problemi u okviru %s, %s" @@ -3324,11 +3383,15 @@ msgstr "Problemi u okviru %s, %s" msgid "Property address:" msgstr "Adresa imovine:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3342,11 +3405,11 @@ msgstr "Pruži najnovije informacije" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Pružanje lozinke je opcionalno, ali će vam omogućiti da lakše prijavite probleme, da ostavite najnovije informacije i upravljate vašim prijavama." @@ -3354,12 +3417,12 @@ msgstr "Pružanje lozinke je opcionalno, ali će vam omogućiti da lakše prijav msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Javni odgovor:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Javne informacije:" @@ -3402,11 +3465,11 @@ msgstr "Upitnik popunio podnosilac problema " msgid "RSS feed" msgstr "RSS vesti" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS vesti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS vesti za %s naselje, %s" @@ -3414,11 +3477,11 @@ msgstr "RSS vesti za %s naselje, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS vesti %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" @@ -3426,13 +3489,13 @@ msgstr "RSS vesti %s, u okviru %s naselja" msgid "RSS feed of nearby problems" msgstr "RSS vesti o obližnjim problemima" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS vesti %s, u okviru %s " -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS vesti %s, u okviru %s naselja" @@ -3446,11 +3509,11 @@ msgstr "RSS vesti o nedavnim lokalnim potrebama" msgid "RSS feed of updates to this problem" msgstr "RSS vesti o najnovijim informacijama o ovom problemu" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3463,7 +3526,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Primi e-mejl kada su navedene najnovije informacije o ovom problemu." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Primio %s par trenutaka kasnije" @@ -3477,7 +3540,7 @@ msgstr "Nedavni lokalni problemi, %s" msgid "Recently reported problems" msgstr "Nedavno prijavljeno problema" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Nedavno ažurirano" @@ -3490,7 +3553,8 @@ 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 "Zapamti da je Sredimojuulicu prvenstveno namenjeno za prijavljivanje fizičkih problema koji se mogu srediti. Ukoliko vaš problem nije odgovarajući da bude podnet preko ove stranice zapamti da možeš da kontaktiraš skupštinu direktno korišćenjem njihove internet stranice." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3502,8 +3566,8 @@ msgstr "" msgid "Remove flag" msgstr "Ukloni oznaku" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3519,17 +3583,22 @@ msgstr "Ukloni sa internet stranice" msgid "Remove option" msgstr "Ukloni sa internet stranice" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Ukloni sliku (ne može se vratiti korak unazad!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Izmeni ovlašćenja drugih korisnika" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Odgovori korisniku:" @@ -3537,14 +3606,14 @@ msgstr "Odgovori korisniku:" msgid "Report" msgstr "Prijavi" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "ID prijave:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3553,7 +3622,7 @@ msgid "Report a problem" msgstr "Prijavi problem" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3569,7 +3638,7 @@ msgid "Report anonymously" msgstr "Prijavljeni anonimno u %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3605,7 +3674,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Prijavi, pregledaj ili diskutuj o lokalnim problemima" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Prijavljeni anonimno u %s" @@ -3616,7 +3685,7 @@ msgstr "Prijavljeni anonimno u %s" msgid "Reported before" msgstr "Prijavljeni ranije" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Prijavio %s u %s" @@ -3630,27 +3699,27 @@ msgstr "Prijavio:" msgid "Reported in the %s category" msgstr "Prijavljeno u kategoriji %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Prijavljeno u kategoriji %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Prijavljeno u kategoriji %s %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Prijavljeno putem %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Prijavljeno putem %s od strane %s u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Prijavljeno putem %s u kategoriji %s anonimno u %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Prijavljeno putem %s u kategoriji %s od strane %s u %s" @@ -3669,17 +3738,15 @@ msgstr "Prijavio:" msgid "Reporting a problem" msgstr "Prijavljivanje problema" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Prijave" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3707,15 +3774,15 @@ msgid "Reports published" msgstr "Objavljene prijave" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3728,7 +3795,7 @@ msgstr "Prijave koje čekaju da budu poslate" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3781,39 +3848,45 @@ msgstr "" msgid "Right place?" msgstr "Pravo mesto?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Drumski operater za naziv ove ulice (proizilazi iz referentnog broja i vrste): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Drumski operater za naziv ove ulice (iz OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Okreni levo" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3829,20 +3902,20 @@ msgstr "Okretanjem ove slike odbacuju se nesačuvane promene u izveštaju." msgid "Satellite" msgstr "Satelitski" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3859,13 +3932,12 @@ msgid "Save with a public update" msgstr "Sačuvaj javnim ažuriranjem" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Pretraži prijave" @@ -3878,7 +3950,7 @@ msgstr "Pretraži korisnike" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Pretraži prijave" @@ -3893,12 +3965,12 @@ msgstr "Pretraga:" msgid "Searching found no reports." msgstr "Pretraga bez rezultata." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Pretragom nađeno nula korisnika." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3908,8 +3980,7 @@ msgstr "" msgid "See our privacy policy" msgstr "Vidi našu politiku privatnosti" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3919,7 +3990,7 @@ msgid "Select a body" msgstr "Odaberi telo" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Izaberi oblast" @@ -3940,7 +4011,7 @@ msgstr "" msgid "Select:" msgstr "Odaberi:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3953,7 +4024,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3962,11 +4033,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Pošalji prijavu nazad" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Poslato %s %s kasnije" @@ -4004,7 +4075,7 @@ msgstr "" msgid "Shortlist" msgstr "Uži krug" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4015,7 +4086,7 @@ msgstr "" msgid "Shortlisted" msgstr "Ubačen u uži krug" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "Ubacio u uži krug %s" @@ -4040,8 +4111,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4052,7 +4123,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Prikaži oznake" @@ -4114,7 +4185,7 @@ msgid "Some photos of recent reports" msgstr "Neke fotografije nedavnih prijava" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Tekst koji treba pronaći" @@ -4123,12 +4194,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Izvinite, ovo je Crown poštanski broj koji ne pokrivamo." @@ -4146,9 +4216,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Izvinite, nastala je greška u potvrđivanju vašeg problema." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Izvinite, nismo mogli da nađemo datu lokaciju." @@ -4158,13 +4228,13 @@ msgstr "Izvinite, nismo mogli da nađemo datu lokaciju." 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." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Izvinite, nismo mogli da shvatimo datu lokaciju. Molimo vas pokušajte ponovo." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4179,11 +4249,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "Izvinite, nemate dozvolu da to učinite." -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortiraj po" @@ -4193,11 +4263,11 @@ msgstr "Sortiraj po" msgid "Staff only" msgstr "Osoblje:" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Osoblje:" @@ -4221,18 +4291,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Država" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4241,31 +4311,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Statistike" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4283,7 +4350,7 @@ msgstr "Izgled ulice" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Odsek/direkcija" @@ -4302,50 +4369,48 @@ msgstr "Predmet" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Podnesi" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Podnesi promene" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Podnesi upitnik" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Podneo" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Pretplati se" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4358,7 +4423,7 @@ msgstr "" 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" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4372,20 +4437,19 @@ msgstr "" msgid "Summarise the problem" msgstr "Rezimiraj problem" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Rezimiraj vaše promene" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Rezime" @@ -4396,14 +4460,20 @@ msgstr "Kratki izveštaji" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Superkorisnik:" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Superkorisnik:" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "Superkorisnici imaju dozvolu da obave sve radnje u sklopu admin." @@ -4421,13 +4491,18 @@ msgstr "" msgid "Template «%s»" msgstr "Šablon «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Šabloni" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Nedavno ažuriran" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Tekst" @@ -4448,6 +4523,11 @@ msgstr "Samo tekstualna verzija" msgid "Text:" msgstr "Hvala što ste prijavili ovo pitanje!" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Tekst" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Hvala vam što ste pokušali da potvrdite vaše najnovije informacije ili problem. Po svemu sudeći sami imamo greške, tako da vas molimo da nam kažete šta se dešavalo i pogledaćemo to." @@ -4477,7 +4557,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever 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?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4489,27 +4569,29 @@ msgstr "Slika nije učitana ispravno (%s), molimo vas pokušajte ponovo." msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Skupština ne pokriva datu lokaciju; možda je na moru ili van zemlje. Molimo vas pokušajte ponovo." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Po svemu sudeći data lokacija nije na Kosovu; molimo vas pokušajte ponovo." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Dati poštanski broj nije prepoznat, izvinite." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Dati problem obeležen je kao poslat." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Dati problem će sada biti ponovo poslat." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Data prijava uklonjena je sa Sredimojuulicu." @@ -4557,8 +4639,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4617,7 +4699,7 @@ msgstr "Greška je: %s" 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:153 +#: 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 "Sledeće informacije o najbližoj ulici možda su netačne ili irelevantne, ukoliko je problem u blizini nekoliko ulica ili u blizini ulice čiji naziv nije registrovan u OpenStreetMap." @@ -4679,8 +4761,8 @@ msgstr "Korisnik nije mogao da pronađe problem na mapi, već samo da vidi oblas msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4715,7 +4797,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4733,12 +4815,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Bilo je problema sa vašim ažuriranjem. Molimo vas pokušajte ponovo." @@ -4746,7 +4828,7 @@ msgstr "Bilo je problema sa vašim ažuriranjem. Molimo vas pokušajte ponovo." msgid "There were problems with your report. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Ima problema sa vašom prijavom. Molimo vas vidite ispod." @@ -4831,10 +4913,10 @@ msgstr "Ovaj e-mejl poslat je obema direkcijama koje pokrivaju lokaciju problema 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Ova informacija je tražena" @@ -4851,19 +4933,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Ovaj problem je sređen" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Ovaj problem nije sređen" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4876,26 +4962,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Ova prijava čeka na moderatora." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Ova prijava trenutno je označena kao zatvorena." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Ova prijava je trenutno označena kao sređena." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Ova prijava trenutno je obeležena kao otvorena." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4903,15 +4989,18 @@ msgstr "" 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." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Potrošeno vreme (u minutima):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4935,6 +5024,10 @@ msgstr "Naslov" msgid "Title:" msgstr "Da saznate kakva lokalna obaveštenja imamo za vas, molimo vas unesite vaš %s poštanski broj ili ime ulice i oblast:" +#: 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 "Da saznate kakva lokalna obaveštenja imamo za vas, molimo vas unesite vaš poštanski broj ili ime ulice i oblast " @@ -4960,7 +5053,7 @@ msgid "To view a map of the precise location of this issue" msgstr "Da pogledate mapu sa preciznom lokacijom ovog pitanja" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4985,11 +5078,6 @@ msgstr "" msgid "Total" msgstr "Ukupno" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "Potrebno upravljanje saobraćajem?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5012,16 +5100,16 @@ msgstr "Pokušajte da nam direktno pošaljete e-mejl:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5031,7 +5119,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5061,10 +5149,10 @@ msgstr "Nepoznata greška" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "" @@ -5076,13 +5164,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Ažuriranje" @@ -5133,29 +5221,27 @@ msgstr "Ažuriranjem ponovo otvoren problem" msgid "Update statuses" msgstr "" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Ažuriran" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Ažuriran!" @@ -5166,7 +5252,7 @@ msgstr "Ažuriran!" msgid "Updates" msgstr "Ažurirane informacije" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "" @@ -5196,6 +5282,14 @@ msgstr "Upotrebi Open311 kao liniju za slanje ažuriranih informacija" 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:102 +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:75 +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 "" @@ -5209,8 +5303,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5228,7 +5322,7 @@ msgid "User flagged" msgstr "" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5241,27 +5335,25 @@ msgstr "Pretraga korisnika poklapa se sa kriterijumima u imenima i e-mejl adresa msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Korisnici" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 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." @@ -5270,9 +5362,9 @@ msgstr "Korisnici mogu obaviti sledeće radnje u sklopu njima dodeljene direkcij 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." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Ažurirane vrednosti" @@ -5298,7 +5390,7 @@ msgstr "" msgid "View report on site" msgstr "Vidi prijave na stranici" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Vidi prijave po naselju" @@ -5306,7 +5398,7 @@ msgstr "Vidi prijave po naselju" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5324,7 +5416,7 @@ msgstr "Pregled problema" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 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." @@ -5394,7 +5486,7 @@ msgstr "Kada je poslata" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5414,7 +5506,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5426,7 +5518,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5437,12 +5528,12 @@ msgstr "Ukoliko napišete vašu poruku u potpunosti velikim slovima teško je pr #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Da" @@ -5455,7 +5546,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5468,7 +5559,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5477,7 +5568,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "" -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "" @@ -5507,7 +5598,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5517,7 +5608,7 @@ msgid "You declined; please fill in the box above" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5525,7 +5616,7 @@ msgstr "" 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:58 +#: 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 "" @@ -5534,8 +5625,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5599,9 +5689,9 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5610,13 +5700,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5645,16 +5736,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5675,8 +5766,8 @@ msgid "Your password has expired, please create a new one below. When you click 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." #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5709,7 +5800,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5740,19 +5831,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5760,8 +5851,8 @@ msgstr "" msgid "by %s" msgstr "" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "" @@ -5792,6 +5883,10 @@ msgstr "" 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:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5809,7 +5904,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5892,12 +5987,12 @@ msgid "today" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5922,7 +6017,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "" @@ -5990,7 +6085,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6014,7 +6109,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6038,7 +6133,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6046,7 +6141,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6054,7 +6149,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6094,7 +6189,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6102,7 +6197,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6110,15 +6205,27 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +#~ 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 "Available categories" -#~ msgstr "Dostupne kategorije" - #~ 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." diff --git a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po index ae9640cd73a..f4da3daceeb 100644 --- a/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -22,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr " och " @@ -58,7 +58,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Sammanställningsrapporter" @@ -113,7 +113,7 @@ msgstr "%s frågeformulär skickade – %s besvarade (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMap contributors" @@ -159,6 +159,8 @@ msgstr "(finns inte längre)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -177,8 +179,8 @@ msgstr "(skickat till båda)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(vi har också RSS-flöden för problem inom %s)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Välj en kategori --" @@ -207,17 +209,18 @@ msgstr "" " Vill du lägga till några MAPIT_TYPES i konfigruationsfilen?" #: templates/web/base/dashboard/index.html:18 +#: templates/web/base/dashboard/status.html:11 msgid "

Reports, Statistics and Actions for

%s

" msgstr "

Rapporter, statistik och åtgärder för

%s

" #. ("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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr " %s rapporter %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "%s sparad." @@ -247,7 +250,7 @@ msgid "Yes I have a password" msgstr "Ja, jag har ett lösenord" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "Ta eller välj foto" @@ -264,7 +267,7 @@ msgid "Access denied" msgstr "Tillgång nekad" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "Aktivera tvåfaktorsautentisering" @@ -284,7 +287,7 @@ msgstr "Lägg till en förvaltning för varje administrativ fö msgid "Add a contact using the form below." msgstr "Lägg till en kontakt medelst formuläret nedan." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 msgid "Add another parent category" msgstr "Lägg till en till föräldrakategori" @@ -316,7 +319,7 @@ msgstr "Lägg till löst tillstånd" msgid "Add new category" msgstr "Ny kategori" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "Lägg till alternativ" @@ -325,30 +328,29 @@ msgstr "Lägg till alternativ" msgid "Add phone number" msgstr "Lägg till telefonnummer" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 msgid "Add to shortlist" -msgstr "Lägg till i slutlista" +msgstr "Lägg till i din lista" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Lägg till användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Lägg till eller ta bort problemkategorier" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Lägg till eller ta bort svarsprioriteringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Lägg till eller ta bort svarsmallar" @@ -358,11 +360,17 @@ msgstr "Lades till %s" #: templates/web/base/report/_main.html:158 msgid "Adding this report to your shortlist will remove it from %s’s shortlist." -msgstr "Att lägga till den här rapporten i din kortlista tar bort den från kortlistan för %s." +msgstr "Att lägga till den här rapporten i din lista tar bort den från listan för %s." #: templates/web/base/main_nav_items.html:31 msgid "Admin" -msgstr "Administratörskontrollpanel" +msgstr "Admin" + +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" #: templates/web/base/auth/change_password.html:51 msgid "Again:" @@ -376,8 +384,8 @@ msgstr "Bevakning %d skapad för %s av typen %s med parametrarna %s/%s" msgid "Alert %d disabled (created %s)" msgstr "Bevakning %d avaktiverad (skapad %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Varsko mig om framtida uppdateringar" @@ -389,10 +397,12 @@ msgstr "Bevakningar:" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "Alla" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Alla rapporter" @@ -432,6 +442,11 @@ msgstr "Alla rapporter mellan %s och %s" msgid "All time" msgstr "Ärenden på årsbasis" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Dölj rapporter i denna kategori" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "Redan rapporterat?" @@ -467,7 +482,7 @@ msgstr "Anonym" msgid "Anonymous user" msgstr "Anonym användare" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -480,7 +495,7 @@ msgid "Another user" msgstr "Annan användare" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Är du säker på att du vill avbryta den här uppladdningen?" @@ -489,8 +504,8 @@ msgstr "Är du säker på att du vill avbryta den här uppladdningen?" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Är du säker?" @@ -501,7 +516,7 @@ msgstr "Är du säker?" msgid "Area covered" msgstr "Område som täcks" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "Område:" @@ -514,27 +529,32 @@ msgstr "Eftersom detta är en testsajt och %s är falskt kommer rapporter gjorda msgid "Assign selected to role:" msgstr "Tilldela roll till urval:" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Tilldela behörig förvaltning:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Lägg i en annan kategori:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Tilldela extern förvaltning:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Tilldela underavdelning:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "Tilldela användare till områden" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Samtliga kategorier" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Tilldelad %s" @@ -547,7 +567,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:99 +#: templates/web/base/admin/users/form.html:70 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." @@ -555,11 +575,11 @@ msgstr "Bemyndigade kommunanvändare kan vara associerade med de kategorier som msgid "Auto Response" msgstr "Automatiskt svar" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Autosvar:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "Fyll i rapportämne och -detaljer automatiskt" @@ -571,12 +591,13 @@ msgstr "Genomsnittlig tid från det att ett problem rapporteras till dess att de msgid "Avoid personal information and vehicle number plates" msgstr "Undvik personlig information och nummerplåtar" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Väntar på att granskas" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Tillbaka" @@ -597,14 +618,12 @@ msgstr "Förbjud användare" msgid "Behaviour" msgstr "Beteende" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Förvaltningar" @@ -617,11 +636,13 @@ msgstr "Förvaltningar" msgid "Body" msgstr "Förvaltning" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Förvaltning:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "CSV-fil" @@ -633,8 +654,7 @@ msgstr "Kan du inte hitta vårt e-brev? Kolla din skräppostmapp – det är msgid "Can't see the map? Skip this step" msgstr "Kan du inte se kartan? Hoppa över det här steget" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -650,15 +670,13 @@ msgstr "Kategorier:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -668,7 +686,7 @@ msgstr "Kategori" msgid "Category and State" msgstr "Kategori och tillstånd" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Kategori ändrat från ‘%s’ till ‘%s’" @@ -691,6 +709,11 @@ msgstr "Kategori:" msgid "Change" msgstr "Ändra" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Ändra lösenord" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -707,7 +730,7 @@ msgstr "Ändra lösenord" msgid "Change phone number" msgstr "Ändra telefonnummer" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "Ändra tvåfaktorsautentisering" @@ -717,12 +740,12 @@ msgid "" " to the body too. These will appear in the drop-down menu on the report-a-problem page." msgstr "Välj ett kategorinamn som å ena sidan är förståeligt för allmänheten (som t. ex. \"Väggrop\" eller \"Gatubelysning\") men som också är hjälpsamt för förvaltningen. Dessa kommer att visas i en rullgardinsmeny på problemrapporteringssidan." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "Välj en annan" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "Rensa offline-data" @@ -759,8 +782,8 @@ msgid "Close" msgstr "Stäng" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -770,11 +793,7 @@ msgstr "Stäng" msgid "Closed" msgstr "Stängd" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Stängd av kommunen" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "Stängd för uppdateringar" @@ -807,13 +826,12 @@ msgid "Code" msgstr "Kod" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "Vik ihop karta" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Konfiguration" @@ -930,7 +948,7 @@ msgstr "Skapa en rapport" msgid "Create an account" msgstr "Skapa ett konto" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Skapa en kategori" @@ -940,27 +958,25 @@ msgstr "Skapa en kategori" msgid "Create priority" msgstr "Skapa prioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "Skapa rapporter/uppdateringar som anonym användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Skapa rapporter/uppdateringar som kommunen" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "Skapa rapporter/uppdateringar på en användares vägnar" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Välj mall" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Skapad" @@ -969,6 +985,17 @@ msgstr "Skapad" msgid "Created %d new users" msgstr "Skapade %d nya användare" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Skapad" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Skapad" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -980,10 +1007,6 @@ msgstr "Skapad:" msgid "Current password:" msgstr "Nuvarande lösenord:" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "Nuvarande token:" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "För närvarande grupperade efter %s" @@ -993,19 +1016,21 @@ msgstr "För närvarande grupperade efter %s" msgid "Currently no bodies have been created." msgstr "Inga förvaltningar har skapats ännu." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: templates/web/zurich/admin/report_edit-sdm.html:98 msgid "Customer not contactable" msgstr "Kund ej kontaktbar" #: 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 "Översikt" -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "Inaktivera tvåfaktorsautentisering" @@ -1017,7 +1042,7 @@ msgstr "Hanterat av underavdelning inom 5 arbetsdagar" msgid "Default" msgstr "Standard" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "Skapa, som standard, rapporter/uppdateringar som kommunen" @@ -1027,7 +1052,7 @@ msgid "Delete" msgstr "Ta bort" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Ta bort mall" @@ -1048,9 +1073,7 @@ msgid "Describe why you are moderating this" msgstr "Beskriv varför du modererar detta" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Beskrivning" @@ -1058,7 +1081,7 @@ msgstr "Beskrivning" msgid "Destination" msgstr "Destination" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "Detaljerad information är begränsad till %d tecken." @@ -1094,7 +1117,7 @@ msgid "Disable" msgstr "Inaktivera" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: 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" @@ -1102,6 +1125,16 @@ 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:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Dölj rapporter i denna kategori" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Dölj rapporter i denna kategori" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "Inaktiverad:" @@ -1136,24 +1169,24 @@ msgstr "Vet ej" msgid "Don't like forms?" msgstr "Gillar du inte formulär?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "Ner en" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "Släpp foton här eller klicka för att ladda upp" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "Rullgardinsmeny" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "Dublett av" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "Dubletter" @@ -1165,7 +1198,7 @@ msgid "" " " msgstr "Varje förvaltningskontakt har en kategori, och denna visas för allmänheten. Olika kategorier kan ha samma kontakt (e-postadress). Detta betyder att du kan lägga till flera kategorier även om du bara har en förvaltningskontakt." -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "Easting/Northing:" @@ -1177,7 +1210,7 @@ msgstr "Easting/Northing:" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Ändra" @@ -1188,12 +1221,11 @@ msgstr "Ändra" msgid "Edit body details" msgstr "Ändra förvaltningsdetaljer" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Redigera andra användares rättigheter" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "Redigera rapportkategori" @@ -1201,17 +1233,15 @@ msgstr "Redigera rapportkategori" msgid "Edit report details" msgstr "Redigera rapportuppgifter" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "Redigera rapportprioritet" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Redigera rapporter" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "Redigera användarnas detaljer/sök efter deras rapporter" @@ -1248,8 +1278,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1258,15 +1289,14 @@ msgstr "Redaktör" msgid "Email" msgstr "Epost" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "E-postadress" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "Epostadress (valfri)" @@ -1286,12 +1316,13 @@ msgstr "Mejla mig en länk eller SMS:a mig en kod för att logga in" msgid "Email me a link to sign in" msgstr "Mejla mig en länk för att logga in" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "Epost bekräftad:" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Epost:" @@ -1366,11 +1397,11 @@ msgstr "Slutdatum" msgid "Endpoint" msgstr "Ändpunkt" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 msgid "Enter a Zürich street name" msgstr "Skriv in ett Zürich-gatunamn" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: 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" @@ -1397,10 +1428,10 @@ msgstr "Skriv in information om problemet" msgid "Error" msgstr "Fel" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Allt" @@ -1413,7 +1444,7 @@ msgstr "Exempelpostnummer %s" msgid "Examples:" msgstr "Exempel:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Befintlig kategori" @@ -1422,7 +1453,7 @@ msgid "Existing users won't be modified." msgstr "Befintliga användare kommer inte att modifieras." #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "Expandera karta" @@ -1447,7 +1478,7 @@ msgid "External body" msgstr "Extern förvaltning" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "Extern statuskod" @@ -1459,20 +1490,20 @@ msgstr "Extern statuskod:" msgid "External team" msgstr "Externt arbetslag" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Extra data:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1505,20 +1536,25 @@ msgid "Fill in your details manually." msgstr "Fyll i dina uppgifter manuellt." #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "Filter" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Filtrera rapportlista" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Nya 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." @@ -1548,7 +1584,7 @@ msgstr "Flagga som borttagen" msgid "Flag user" msgstr "Flagga användare" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Flaggat" @@ -1557,7 +1593,7 @@ msgstr "Flaggat" msgid "Flagged reports and users" msgstr "Flaggade rapporter och användare" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Flaggade användare är listade på flaggningssidan." @@ -1565,8 +1601,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Flaggat:" @@ -1592,11 +1628,11 @@ msgstr "Glömt lösenord" msgid "Forgotten your password?" msgstr "Glömt ditt lösenord?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "Vidarebefordrad till extern förvaltning" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "Vidarebefordrade önskan till extern förvaltning" @@ -1606,12 +1642,20 @@ msgstr "Vidarebefordrade önskan till extern förvaltning" msgid "Frequently Asked Questions" msgstr "Vanliga frågor" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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 "Allmän förfrågan" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "Generera token" @@ -1633,7 +1677,7 @@ msgstr "Få uppdateringar av %s problem" msgid "Get updates of problems in this %s" msgstr "Få uppdateringar om problem i denna %s" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Ge mig ett RSS-flöde" @@ -1649,15 +1693,15 @@ msgstr "Vi är glada att höra att det har blivit löst!" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1667,7 +1711,7 @@ msgstr "Gå" msgid "Going to send questionnaire?" msgstr "Skicka enkät?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "Bevilja tillgång till administratörskontrollpanelen" @@ -1693,6 +1737,7 @@ msgstr "Har du någonsin rapporterat ett problem till en kommun tidigare eller #: 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 "Heatmap" @@ -1727,7 +1772,8 @@ msgstr "Gömd" msgid "Hidden data in reporting form" msgstr "Dold data i rapportformulär" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "Dölj alla rapporter och uppdateringar" @@ -1755,7 +1801,7 @@ msgstr "Dölj mitt namn i den här rapporten" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "Göm kartnålar" @@ -1808,11 +1854,9 @@ msgstr "Tyvärr kunde vi inte hitta ditt problem i databasen.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "ID" @@ -1831,15 +1875,15 @@ msgstr "Om en användare är associerad med adressen som du skrev in, så har vi 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 "Om denna prioritet skickas vidare till en extern tjänst (t.ex. Exor/Confirm), skriv prioritetskoden för den tjänsten här." -#: templates/web/base/admin/extra-metadata-item.html:100 +#: 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 "Om ikryssad kommer formuläret avaktiveras och notis-texten visas." -#: templates/web/base/admin/extra-metadata-item.html:106 +#: 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 "Om ikryssad kommer denna extra data inte redigeras eller tas bort av Open311 populeringsscriptet." -#: templates/web/base/admin/templates/edit.html:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "Om ikryssad kommer den här mallen att användas för Open311-uppdateringar som försätter rapporter i detta tillstånd." @@ -1853,7 +1897,7 @@ msgstr "Om två eller fler förvaltningar delar på ett geografiskt område, kom msgid "If you are contacting us about a specific report or update please include a link to the report in the message." msgstr "Om du kontaktar oss angående en specifik rapport eller uppdatering, inkludera då en länk till rapporten i meddelandet." -#: templates/web/base/auth/generate_token.html:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "Om du genererar en ny token så kommer den token som används nu att sluta fungera." @@ -1877,7 +1921,7 @@ msgstr "Om du bara vill att den här mallen skall vara valbar för specifika kat msgid "If you submit a problem here the problem will not be reported to the council." msgstr "Om du skapar en problemrapport här så kommer rapporten inte att skickas till kommunen." -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "Om du vill använda den här mallen för att i förväg fylla i uppdateringsfältet när en rapports externa (t.ex. Bekräfta) statuskod ändras, skriv in statuskoden här." @@ -1922,7 +1966,7 @@ msgstr "" " FixaMinGata-användare ska stå som skaparen av dessa uppdateringar\n" " när de visas på sajten. Skriv in ID-värdet (ett nummer) för den önskade användaren." -#: templates/web/base/admin/bodies/contact-form.html:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "Om du har gjort ändringar, lämna en beskrivande kommentar, som andra administratörer kan se." @@ -1946,6 +1990,17 @@ msgstr "I missbrukstabellen?" 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 "I tillägg, följande attribut som inte är del av Open311 v2-specifikationen returneras: 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)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "Visa kommuner" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1955,20 +2010,20 @@ msgstr "Inaktiv" msgid "Inbox zero, here we come!" msgstr "Inbox zero, här kommer vi!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Inkludera rapportörens personuppgifter" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Inkorrekt värde för has_photo, \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "Inspektera rapport" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "Instruera entreprenörer att lösa problem" @@ -1984,16 +2039,12 @@ msgstr "Intern nyckel" msgid "Internal notes" msgstr "Interna anteckningar" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Inkorrekt värde för agency_responsible, \"%s\"" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Inkorrekt format %s angivet." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Oglitlig plats. Samma kommun måste ansvara för den nya platsen." @@ -2044,13 +2095,13 @@ msgstr "Senaste uppdatering:" msgid "Last update:" msgstr "Senaste uppdatering:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "Latitud/Longitud:" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "Tidigast uppdaterad" @@ -2067,7 +2118,7 @@ msgstr "Lista alla rapporterade problem" msgid "Loading reports…" msgstr "Laddar rapporter..." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Laddar..." @@ -2105,17 +2156,18 @@ msgid "Log in with Twitter" msgstr "Logga in med Twitter" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "Logga in med e-post" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "Logga in med epost/SMS" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "Logga ut från alla sessioner" @@ -2133,19 +2185,20 @@ msgstr "Slå upp" msgid "MAP" msgstr "KARTA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "Gör till anonym på alla rapporter och uppdateringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" -msgstr "Hantera slutlista" +msgstr "Hantera \"din lista\"" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "Manifest-tema" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "Manuell ordning" @@ -2159,24 +2212,24 @@ msgstr "Karta" msgid "Mark as sent" msgstr "Markera som skickad" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Markera användare som du vill hålla ett öga på som flaggade." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "Lägg till problemdetaljer" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Meddelande" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "Meddelande till behörig förvaltning:" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "Meddelande till extern förvaltning:" @@ -2189,7 +2242,7 @@ msgstr "Meddelande att visa när formuläret är avaktiverat (HTML tillåts)" msgid "Missing bodies:" msgstr "Saknade förvaltningar:" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Saknat jurisdiction_id" @@ -2197,8 +2250,7 @@ msgstr "Saknat jurisdiction_id" msgid "Moderate" msgstr "Moderera" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "Moderera rapportdetaljer" @@ -2221,7 +2273,7 @@ msgstr "Modererad av %s %s" msgid "Moderated by division within one working day" msgstr "Granskat av underavdelningen inom en arbetsdag" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "Modereringshistorik" @@ -2231,14 +2283,14 @@ msgstr "Modereringshistorik" msgid "Month" msgstr "Månad" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: templates/web/base/admin/triage/_list-filters.html:38 #: templates/web/base/reports/_list-filters-sort.html:11 msgid "Most commented" msgstr "Mest kommenterad" -#: perllib/FixMyStreet/App/Controller/Report.pm:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "Flera grupper" @@ -2266,9 +2318,10 @@ msgstr "Flera grupper" msgid "Name" msgstr "Namn" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Namn:" @@ -2286,7 +2339,7 @@ msgstr "Navigera till det här problemet" msgid "Nearest calculated address:" msgstr "Beräknad närmaste adress:" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Närmaste namngivna gata till placeringen på kartan (genereras automatiskt via OpenStreetMap): %s%s" @@ -2294,12 +2347,12 @@ msgstr "Närmaste namngivna gata till placeringen på kartan (genereras automati msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "Närmaste postnummer till placeringen på kartan (genereras automatiskt): %s (%s meter bort)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Närmaste gata till placeringen på kartan (genereras automatiskt av Bing Maps): %s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2324,7 +2377,7 @@ msgstr "Nästan klart! Kolla meddelandet som har skickats till din telefon." msgid "New body added" msgstr "Ny förvaltning tillagd" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Nya kategorikontakter tillagda" @@ -2337,8 +2390,8 @@ msgstr "Ny e-postadress:" msgid "New field" msgstr "Nytt fält" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Ny intern anteckning:" @@ -2346,13 +2399,13 @@ msgstr "Ny intern anteckning:" msgid "New local problems on FixMyStreet" msgstr "Nya lokala problem på FixaMinGata" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 msgid "New note to DM:" msgstr "Ny anteckning till 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Nytt lösenord:" @@ -2429,7 +2482,7 @@ msgstr "Ny mall" msgid "New updates on report %s" msgstr "Nya uppdateringar i rapporten %s" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "Senaste" @@ -2442,7 +2495,6 @@ msgstr "Nästa" msgid "Next:" msgstr "Nästa:" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2451,11 +2503,11 @@ msgstr "Nästa:" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Nej" @@ -2467,11 +2519,12 @@ msgstr "Ingen grupp" msgid "No account?" msgstr "Inget konto?" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Ingen förvaltning" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Ingen kommun vald" @@ -2487,8 +2540,8 @@ msgstr "Inga flaggade problem kunde hittas." msgid "No flagged users found." msgstr "Inga flaggade användare kunde hittas." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Inga fler uppdateringar" @@ -2524,8 +2577,8 @@ msgstr "Inga supporters" msgid "None" msgstr "Inget" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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." @@ -2533,8 +2586,8 @@ msgstr "" "Vanliga (offentliga) användare skall inte vara associerade med något område.
\n" " Godkända personalanvändare kan associeras med området inom vilket de är verksamma." -#: templates/web/base/admin/users/form.html:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2542,10 +2595,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "Normala (publika) användare skall inte associeras med någon förvaltning.
Användare för behörig personal skall kunna bli associerade med den förvaltning som de representerar.
Beroende på implementationen kan personal ha tillgång till dashboard-sidan (som summerar förvaltningsaktiviteterna), möjligheten att dölja rapporter, eller möjligheten att sätta speciella rapportstatusvärden." -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Inte för min underavdelning" +#: 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 "Ej rapporterat tidigare" @@ -2593,12 +2650,12 @@ msgid "Offline" msgstr "Offline" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "Offline-data rensad" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "Offline-uppdateringsdata sparade" @@ -2606,12 +2663,12 @@ msgstr "Offline-uppdateringsdata sparade" msgid "Old state" msgstr "Äldre status" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: templates/web/base/admin/triage/_list-filters.html:35 #: templates/web/base/reports/_list-filters-sort.html:8 msgid "Oldest" msgstr "Äldst" -#: perllib/FixMyStreet/SendReport/Email.pm:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "På uppdrag av %s" @@ -2620,7 +2677,7 @@ msgid "Only staff users will be able to add reports in this category." msgstr "Endast kommunanvändare kommer kunna skapa rapporter i den här kategorin." #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:178 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:156 +#: 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 @@ -2651,7 +2708,7 @@ msgstr "Open311" msgid "Open311 specification" msgstr "Open311 Specifikation" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "Alternativ" @@ -2663,7 +2720,7 @@ msgstr "Eller sök efter en annan plats" msgid "Or sign in with password to prefill this information." msgstr "Eller logga in med lösenord för att i förväg fylla i denna information." -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "Eller prenumerera via RSS" @@ -2671,16 +2728,16 @@ msgstr "Eller prenumerera via RSS" msgid "Order" msgstr "Ordning" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2712,7 +2769,7 @@ msgstr "Sidan hittas ej" msgid "Parent" msgstr "Förälder" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 msgid "Parent categories" msgstr "Föräldrakategorier" @@ -2720,13 +2777,13 @@ msgstr "Föräldrakategorier" msgid "Partial" msgstr "Partiell" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Lösenord (valfritt)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 msgid "Password change cancelled." msgstr "Lösenordsbyte avbröts." @@ -2738,7 +2795,7 @@ msgstr "Gammalt lösenord" msgid "Permissions" msgstr "Rättigheter" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Rättigheter:" @@ -2746,19 +2803,24 @@ msgstr "Rättigheter:" msgid "Permit blank updates" msgstr "Tillåt tomma uppdateringar" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefonnummer:" + #: templates/web/base/report/inspect/information.html:15 msgid "Phone Reporter:" msgstr "Telefonrapportör:" #: 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefonnummer" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefonnummer (valfritt)" @@ -2766,30 +2828,26 @@ msgstr "Telefonnummer (valfritt)" msgid "Phone numbers are limited to %s characters in length." msgstr "Telefonnummer är begränsade till %s i teckenlängd." -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "Telefonnummer verifierat:" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefonnummer:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2809,9 +2867,8 @@ msgstr "Foto krävs" msgid "Photo upload failed." msgstr "Fotouppladdning misslyckades." -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Foton" @@ -2820,7 +2877,7 @@ msgstr "Foton" msgid "Photos of recent nearby reports" msgstr "Foton från närliggande rapporter" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "Foton/dokument" @@ -2834,6 +2891,11 @@ msgstr "Välj din kommun" msgid "Pick your ward" msgstr "Välj din kommun" +#: templates/web/base/dashboard/heatmap.html:46 +#, fuzzy +msgid "Pin map" +msgstr "Placera nålen på kartan" + #. ("JS") #: templates/web/base/around/display_location.html:79 #: templates/web/base/js/translation_strings.html:44 @@ -2861,27 +2923,26 @@ msgid "Please check your email address is correct" msgstr "Vänligen kontrollera att din epostadress är korrekt" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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 "Kontrollera att ditt telefonnummer är korrekt" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Välj en kategori" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "Välj ett ovanligare lösenord" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2900,27 +2961,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Var snäll och missbruka inte tjänsten, det förstör för alla." #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Skriv in ett meddelande" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:4 msgid "Please enter a mobile number" msgstr "Skriv in ett mobiltelefonnummer" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Skriv in ett namn" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "Skriv in namnet på den här förvaltningen" @@ -2933,16 +2994,16 @@ msgstr "Skriv in ett lösenord" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Skriv in ett ärende" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2953,20 +3014,20 @@ msgstr "Skriv in en giltig epostadress" msgid "Please enter a valid email address" msgstr "Skriv in en giltig epostadress" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "Skriv in en giltig epostadress eller ett giltigt telefonnummer" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Skriv några detaljer" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2982,7 +3043,7 @@ msgid "Please enter your first name" msgstr "Skriv in ditt förnamn" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Skriv in ditt namn och efternamn om kommunen behöver den informationen. Om du inte vill att dit namn visas kan du välja det nedanför" @@ -2993,9 +3054,9 @@ msgstr "Skriv in ditt namn och efternamn" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Skriv in ditt namn och efternamn" @@ -3036,18 +3097,18 @@ msgstr "Fyll i information om problemet nedan och beskriv den exakta platsen fö msgid "Please generate a two-factor code and enter it below:" msgstr "Generera en tvåfaktorskod och skriv in den nedan:" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Ange ifall du vill ta emot ett annat frågeformulär" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 msgid "Please make sure you are not including an email address" msgstr "Se till att inte ta med en e-postadress" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "Välj ett lösenord som är minst %d tecken långt" @@ -3074,24 +3135,28 @@ msgstr "Observera att din uppdatering inte har publicerats än. msgid "Please note:" msgstr "Observera:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "Ange ett dublett-ID eller en offentlig uppdatering för den här rapporten." -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "Tillhandahåll en offentlig uppdatering för den här rapporten." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Skriv en förklaring till varför du öppna de här rapporten igen" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Skriv lite förklarande text tillsammans med ett foto" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Ange om du har anmält ett problem till kommunen tidigare eller ej" @@ -3099,7 +3164,7 @@ msgstr "Ange om du har anmält ett problem till kommunen tidigare eller ej" 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 "Scanna bilden med din app, eller mata in textkoden i din app, skapa sedan en ny engångskod och ange den nedan:" -#: templates/web/zurich/admin/reports/edit.html:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "Välj en förvaltning." @@ -3111,7 +3176,7 @@ msgstr "Välj det RSS-flöde du vill ha" msgid "Please select the type of alert you want" msgstr "Välj den kategori av rapporter du vill ha" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Ange om problemet har lösts eller ej" @@ -3119,12 +3184,12 @@ msgstr "Ange om problemet har lösts eller ej" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Ladda upp endast en bild" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "Verifiera epostadressen, telefonnumret, eller båda" @@ -3132,27 +3197,23 @@ msgstr "Verifiera epostadressen, telefonnumret, eller båda" msgid "Please write a message" msgstr "Skriv ett meddelande" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Skicka" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "Postnummer eller gatunamn och område" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Postat anonymt %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Postat av %s %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Postat av %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Postat av %s %s" @@ -3168,7 +3229,7 @@ msgstr "Förhindra att nya rapporter använder denna kategori, och ta msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "Förhindra att nya rapporter använder denna kategori, men behåll den i kartfilter." -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "Förhindra att användaren skickar in formuläret tills detta fält är ifyllt." @@ -3176,11 +3237,11 @@ msgstr "Förhindra att användaren skickar in formuläret tills detta fält är msgid "Previous" msgstr "Föregående" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "Prioriteringar" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "Prioritet" @@ -3196,9 +3257,9 @@ msgid "Privacy and cookies" msgstr "Integritetsskydd och kakor" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Privat" @@ -3216,7 +3277,7 @@ msgstr "Rapport %d skapat" #: templates/web/base/admin/users/log.html:54 msgid "Problem %s added to shortlist" -msgstr "Rapport %s tillagd i slutlista" +msgstr "Rapport %s tillagd i \"din lista\"" #: templates/web/base/admin/timeline.html:24 msgid "Problem %s confirmed" @@ -3232,7 +3293,7 @@ msgstr "Rapport %s skapad för %s" #: templates/web/base/admin/users/log.html:56 msgid "Problem %s removed from shortlist" -msgstr "Rapport %s borttagen från slutlista" +msgstr "Rapport %s borttagen från \"din lista\"" #: templates/web/base/admin/timeline.html:26 msgid "Problem %s sent to council %s" @@ -3244,7 +3305,7 @@ msgstr "Rapport %s skickad till %s" msgid "Problem breakdown by state" msgstr "Rapporter per status" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problemet markerat som öppet." @@ -3252,8 +3313,7 @@ msgstr "Problemet markerat som öppet." msgid "Problem state change based on survey results" msgstr "Problemets status ändrats baserat på utredningsresultat" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Problem" @@ -3278,18 +3338,18 @@ msgstr "Problem nyligen rapporterade som lösta på FixaMinGata" msgid "Problems within %.1fkm of %s" msgstr "Problem inom %.1f km av %s" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Problem inom %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Problem inom området %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "Problem inom %s område, %s" @@ -3297,7 +3357,7 @@ msgstr "Problem inom %s område, %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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "Problem inom %s, %s" @@ -3305,11 +3365,15 @@ msgstr "Problem inom %s, %s" msgid "Property address:" msgstr "Fastighetsadress:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "Skydda från Open311-ändringar" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 #, fuzzy msgid "Protect this category's name and group(s) from Open311 changes" msgstr "Skydda från Open311-ändringar" @@ -3324,11 +3388,11 @@ msgstr "Ge en uppdatering" msgid "Provide update as" msgstr "Tillhandahåll uppdatering som" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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." -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report 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 problem, lämna uppdateringar och hantera dina rapporter." @@ -3336,12 +3400,12 @@ msgstr "Att ange ett lösenord är valfritt, men om du gör det kommer du lätta msgid "Public details" msgstr "Offentliga uppgifter" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Offentligt svar:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "Offentlig uppdatering:" @@ -3383,11 +3447,11 @@ msgstr "Frågeformulär ifyllt av rapportören" msgid "RSS feed" msgstr "RSS-flöde" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS-flöde för %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS-flöde för område %s, %s" @@ -3395,11 +3459,11 @@ msgstr "RSS-flöde för område %s, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS-flöde för %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "RSS-flöde för %s, inom område %s" @@ -3407,13 +3471,13 @@ msgstr "RSS-flöde för %s, inom område %s" msgid "RSS feed of nearby problems" msgstr "RSS-flöde av närliggande problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "RSS-flöde för problem inom %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "RSS-flöde för problem inom område %s" @@ -3427,11 +3491,11 @@ msgstr "RSS-flöde för senaste lokala problemen" msgid "RSS feed of updates to this problem" msgstr "RSS-flöde för uppdateringar till denna rapport" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "Läs mindre" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "Läs mer" @@ -3444,7 +3508,7 @@ msgstr "Anledning:" msgid "Receive email when updates are left on this problem." msgstr "Erhåll epost när uppdateringar ges till denna rapport" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "Mottagen av %s kort därefter" @@ -3458,7 +3522,7 @@ msgstr "Senaste lokala rapporterna, %s" msgid "Recently reported problems" msgstr "Senaste rapporterade problemen" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "Senast uppdaterad" @@ -3471,7 +3535,8 @@ msgstr "Avvisa 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 "Kom ihåg att FixaMinGata primärt är avsett för att rapportera fysiska problem som kan åtgärdas. Om ditt problem inte lämpar sig för att rapportera via den här webbsidan kan du kontakta din kommun direkt via deras webbsida." -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "Ta bort kontouppgifter" @@ -3483,13 +3548,13 @@ msgstr "Ta bort fält" msgid "Remove flag" msgstr "Ta bort flagga" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 msgid "Remove from shortlist" -msgstr "Ta bort från slutlista" +msgstr "Ta bort från din lista" #: templates/web/base/report/display_tools.html:7 msgid "Remove from site" @@ -3499,17 +3564,22 @@ msgstr "Ta bort från sajten" msgid "Remove option" msgstr "Ta bort alternativ" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Ta bort foto (kan inte ångras!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Redigera andra användares rättigheter" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "Ersätt token" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Besvara användare:" @@ -3517,14 +3587,14 @@ msgstr "Besvara användare:" msgid "Report" msgstr "Rapportera" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: templates/web/base/report/inspect/information.html:7 msgid "Report ID:" msgstr "Rapport-ID:" #. ("JS") #: templates/web/base/header_logo.html:2 -#: templates/web/base/js/translation_strings.html:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3533,7 +3603,7 @@ msgid "Report a problem" msgstr "Rapportera ett problem" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "Rapportera ett problem här" @@ -3548,7 +3618,7 @@ msgid "Report anonymously" msgstr "Rapportera anonymt" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3583,7 +3653,7 @@ msgstr "Rapportera, visa och diskutera lokala gaturelaterade problem." msgid "Report, view, or discuss local problems" msgstr "Rapportera, visa, eller diskutera lokala problem" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Rapporterat anonymt %s" @@ -3594,7 +3664,7 @@ msgstr "Rapporterat anonymt %s" msgid "Reported before" msgstr "Rapporterat tidigare" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Rapporterat av %s, %s" @@ -3608,27 +3678,27 @@ msgstr "Rapporterad av:" msgid "Reported in the %s category" msgstr "Rapporterat i kategori %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Anonym rapport i kategori %s, %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Rapporterat i kategori %s av %s, %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Rapporterat av %s anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Rapporterat av %s av %s, %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Rapporterat av %s i kategorin %s, anonymt %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Rapporterat av %s i kategorin %s av %s, %s" @@ -3647,17 +3717,15 @@ msgstr "Rapporterad:" msgid "Reporting a problem" msgstr "Rapportera ett problem" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Rapporter" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3685,15 +3753,15 @@ msgid "Reports published" msgstr "Publicerade rapporter" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "Rapporter sparade offline." -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "Rapporter skickas till %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "Rapporter skickade till %s, inom området %s" @@ -3706,7 +3774,7 @@ msgstr "Rapporter som väntar på att skickas" msgid "Reposition if needed, then hit Continue" msgstr "Flytta vid behov, tryck sen på Fortsätt" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "Obligatoriska" @@ -3759,39 +3827,45 @@ msgstr "Återgå till orginalsammanfattningen" msgid "Right place?" msgstr "Rätt plats?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Vägoperatör för den här namngivna vägen (hämtat från vägens nummer och typ): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Vägoperatör för den här namngivna vägen (från OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "Roll" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "Roll:" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "Roller" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Rotera åt vänster" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3807,20 +3881,20 @@ msgstr "Rotation av detta foto kommer att radera osparade rapportändringar." msgid "Satellite" msgstr "Satellit" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "Spara + stäng som dublett" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3837,13 +3911,12 @@ msgid "Save with a public update" msgstr "Spara med en offentlig uppdatering" #. ("This is followed by a progress count, e.g. 3/5", "JS") -#: templates/web/base/js/translation_strings.html:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "Sparar rapporter offline" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Sök rapporter" @@ -3856,7 +3929,7 @@ msgstr "Sök användare" msgid "Search for location of email alert or RSS feed" msgstr "Sök efter plats för epostbevakning eller RSS-flöde" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Sök bland rapporter" @@ -3871,12 +3944,12 @@ msgstr "Sök:" msgid "Searching found no reports." msgstr "Inga rapporter hittades." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Inga användare hittades." #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "Säkerhet" @@ -3886,8 +3959,7 @@ msgstr "Säkerhet" msgid "See our privacy policy" msgstr "Se vår integritetsskyddspolicy" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "Se användarinformation för rapporter skapade som kommunen" @@ -3897,7 +3969,7 @@ msgid "Select a body" msgstr "Välj en förvaltning" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Välj ett område" @@ -3918,7 +3990,7 @@ msgstr "Välj flera kommuner?" msgid "Select:" msgstr "Välj:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "Skicka" @@ -3931,7 +4003,7 @@ msgstr "Misslyckade försök att skicka:" msgid "Send extended Open311 statuses with service request updates" msgstr "Skicka utökade Open311-statusar med Service Request-uppdateringar" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "Skicka inloggningsmejl" @@ -3940,11 +4012,11 @@ msgstr "Skicka inloggningsmejl" msgid "Sending a confirmation text failed: \"%s\"" msgstr "SMS-bekräftelsetexten kunde inte skickas: \"%s\"" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "Skicka tillbaka rapport" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Skickades till %s, %s senare" @@ -3980,23 +4052,23 @@ msgstr "Kort namn" #: templates/web/base/report/_main.html:27 #: templates/web/base/report/_main.html:35 msgid "Shortlist" -msgstr "Slutlista" +msgstr "Din lista" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" -msgstr "Kortlista alla synliga" +msgstr "Lägg alla synliga i din lista" #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:26 #: templates/web/base/report/_main.html:31 #: templates/web/base/reports/_list-filter-status.html:24 msgid "Shortlisted" -msgstr "Satt på slutlistan" +msgstr "Tillagd i din lista" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" -msgstr "Satt på slutlistan av %s" +msgstr "%s har den i sin lista" #: templates/web/base/report/update.html:23 msgid "Show Photo?" @@ -4018,8 +4090,8 @@ msgstr "Visa namn offentligt?" msgid "Show older" msgstr "Visa äldre" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "Visa äldre rapporter" @@ -4030,7 +4102,7 @@ msgstr "Visa foto" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Visa kartnålar" @@ -4092,7 +4164,7 @@ msgid "Some photos of recent reports" msgstr "Foton från de senaste rapporterna" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Lite text att lokalisera" @@ -4101,12 +4173,11 @@ msgid "Someone has moderated this report since you started." msgstr "Någon har modererat den här rapporten sedan du började." #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "Tyvärr! Du har uppnått maximalt antal bifogade bilder för en rapport." -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Tyvärr, det verkar vara ett postnummer som vi inte täcker." @@ -4124,9 +4195,9 @@ msgstr "Koden var inkorrekt." msgid "Sorry, there has been an error confirming your problem." msgstr "Tyvärr har det uppstått ett fel med att bekräfta ditt problem." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Tyvärr kan vi inte hitta den adressen." @@ -4136,13 +4207,13 @@ msgstr "Tyvärr kan vi inte hitta den adressen." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "Inloggningen misslyckades. Fyll i formuläret nedan." -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Tyvärr kan vi inte förstå den adressen. Försök gärna igen." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 msgid "Sorry, we couldn't save your file(s), please try again." @@ -4156,11 +4227,11 @@ msgstr "Anslutningen är inte tillräckligt bra för att hämta den sidan." 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:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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." -#: templates/web/base/admin/triage/_list-filters.html:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "Sortera efter" @@ -4169,11 +4240,11 @@ msgstr "Sortera efter" msgid "Staff only" msgstr "Endast kommunanvändare" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 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:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "Personal:" @@ -4197,18 +4268,18 @@ msgstr "Startdatum" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Status" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 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:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4217,31 +4288,28 @@ msgstr "Tillstånd ändrat till:" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Status:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "Tillstånd" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Statistik" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Status" @@ -4259,7 +4327,7 @@ msgstr "Street View" msgid "Subcategory" msgstr "Underkategori" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Underavdelning/Förvaltning" @@ -4278,50 +4346,48 @@ msgstr "Ärende:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Skicka" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Skicka förändringar" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Skicka frågeformulär" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Skickad" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Prenumerera" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "Prenumerera med epost" @@ -4333,7 +4399,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:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: 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" @@ -4347,20 +4413,19 @@ msgstr "Sammanfattningar är begränsade till {0} tecken. Vänligen korta ner di msgid "Summarise the problem" msgstr "Sammanfatta problemet" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "Sammanfatta dina ändringar" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Sammanfattning" @@ -4371,14 +4436,20 @@ msgstr "Sammanställningsrapporter" #: 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 "Sammanfattningsstatistik" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Superuser" +msgstr "Superanvändare:" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "Superanvändare:" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 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." @@ -4396,13 +4467,18 @@ msgstr "Berätta för oss om dig" msgid "Template «%s»" msgstr "Mall «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 msgid "Templates" msgstr "Mallar" +#: templates/web/base/dashboard/heatmap-list.html:9 +#, fuzzy +msgid "Ten least recently updated open reports" +msgstr "Tidigast uppdaterad" + #: templates/web/zurich/admin/templates/view.html:9 msgid "Text" msgstr "Text" @@ -4423,6 +4499,11 @@ msgstr "Version med endast text" msgid "Text:" msgstr "Text:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Text" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Tack för att du rapporterade detta ärende!" @@ -4452,7 +4533,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Tack, vi är glada över att det har blivit åtgärdat. Har du rapporterat ett problem till en kommun tidigare?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "Tack, du har aktiverat tvåfaktorsautentisering för ditt konto." @@ -4464,27 +4545,29 @@ msgstr "Bilden verkar inte ha laddats upp korrekt (%s), vänligen försök igen. msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Den positionen verkar inte täckas av någon kommun och ligger eventuellt utanför kartan eller utanför landet. Försök gärna med en ny position." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Den positionen verkar inte vara i Sverige: försök gärna igen." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Det postnumret finns tyvärr inte." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Problemet har markerats som skickat." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Rapporten kommer nu att skickas om." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Rapporten har tagits bort från FixaMinGata." @@ -4530,8 +4613,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4585,7 +4668,7 @@ msgstr "Felet var: %s" 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 "Följande Open311 v2-attribut returneras för varje begäran: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "Följande information om den närmaste vägen kan vara inexakt eller ogiltigt om problemet är nära flera olika vägar eller nära en väg utan ett namn i OpenStreetMap." @@ -4647,8 +4730,8 @@ msgstr "Användaren kunde inte lokalisera problemet på kartan men angav en area msgid "The user has been sent a login email" msgstr "Användaren har blivit skickad ett inloggningsmejl" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4681,7 +4764,7 @@ msgstr "Det finns liknande problem i området, är ett av dom ditt problem?" msgid "There is already a template with that title." msgstr "Det finns redan en svarsmall med den titeln." -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "Det finns redan en automatiskt svarsmall för denna kategori eller detta tillstånd." @@ -4699,12 +4782,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Det uppstod ett problem med din uppdatering. Försök igen." @@ -4712,7 +4795,7 @@ msgstr "Det uppstod ett problem med din uppdatering. Försök igen." msgid "There were problems with your report. Please see below." msgstr "Det uppstod ett problem med din rapport. Se nedan." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Det uppstod ett problem med din uppdatering. Se nedan." @@ -4788,10 +4871,10 @@ msgstr "Det här brevet har skickats till flera adresser eftersom rapportören i 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Den här informationen krävs" @@ -4808,19 +4891,23 @@ msgstr "Detta är den offentliga text som kommer att visas på msgid "This is the problem" msgstr "Detta är problemet" +#: templates/web/base/admin/users/form.html:79 +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 "Den här sidan är ett snabbt sätt att skapa många nya kommunanvändare i ett svep." -#: templates/web/base/report/update/form_state_checkbox.html:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Det här problemet har lösts" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Det här problemet har inte lösts" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "Detta problem är fortfarande aktuellt" @@ -4833,26 +4920,26 @@ msgstr "Denna rapport" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "Den här rapporten är en dublett. Lämna uppdateringar på den ursprungliga rapporten:" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Den här rapporten väntar på att granskas." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Den här rapporten är markerad som stängd" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Det här problemet är markerat som löst" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Den här rapporten är öppen" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "Den här rapporten är nu stängd för uppdateringar." @@ -4860,15 +4947,18 @@ msgstr "Den här rapporten är nu stängd för uppdateringar." 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/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: templates/web/zurich/admin/reports/edit.html:136 #: templates/web/zurich/admin/reports/edit.html:94 msgid "Time spent (in minutes):" msgstr "Nedlagd tid (i minuter):" -#: perllib/FixMyStreet/Cobrand/Default.pm:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4892,6 +4982,10 @@ msgstr "Titel" msgid "Title:" msgstr "Titel:" +#: 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 "Skriv in postnummer eller gatunamn och ort för %s för att se rapporter kring den platsen." @@ -4917,7 +5011,7 @@ 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" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "Token" @@ -4942,11 +5036,6 @@ msgstr "Topp 5-kommuner" msgid "Total" msgstr "Totalt" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "Krävs trafikövervakning?" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "Översättning" @@ -4969,16 +5058,16 @@ msgstr "Prova att skicka ett e-brev till oss direkt:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: templates/web/base/auth/generate_token.html:40 +#: templates/web/base/auth/generate_token.html:53 msgid "Two-factor authentication" msgstr "Tvåfaktorsautentisering" -#: templates/web/base/auth/generate_token.html:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "Tvåfaktorsautentisering av aktiverats" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "Tvåfaktorsautentisering av inaktiverats" @@ -4988,7 +5077,7 @@ msgstr "Tvåfaktorsautentisering av inaktiverats" msgid "Type" msgstr "Typ" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "Ta tillbaka förbud" @@ -5018,10 +5107,10 @@ msgstr "Okänt fel" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Okänt problemnummer" @@ -5031,15 +5120,15 @@ msgstr "Okänt uppdaterings-ID" #: templates/web/base/reports/_list-filter-status.html:25 msgid "Unshortlisted" -msgstr "Okortlistade" +msgstr "Ej i din lista" -#: templates/web/base/report/_item.html:26 +#: templates/web/base/report/_item.html:37 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/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Uppdatering" @@ -5089,29 +5178,27 @@ msgstr "Uppdateringen öppnade rapporten på nytt" msgid "Update statuses" msgstr "Uppdaterad status" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Uppdaterad" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "Uppdaterad av %s (%s) %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "Uppdaterad av %s %s" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Uppdaterad!" @@ -5122,7 +5209,7 @@ msgstr "Uppdaterad!" msgid "Updates" msgstr "Uppdateringar" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Uppdateringar kan inte innehålla mer än %s tecken. Vänligen korta ner din uppdatering" @@ -5152,6 +5239,14 @@ msgstr "Använd Open311-update-sending-utökningen" 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:102 +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:75 +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 "Användar-ID att attribuera hämtade kommentarer till" @@ -5165,8 +5260,8 @@ msgstr "Användarimport" msgid "User added to abuse list" msgstr "Användaren har lagts till i missbruklistan" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "Användaren finns redan" @@ -5184,7 +5279,7 @@ msgid "User flagged" msgstr "Användaren flaggad" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "Användare i missbruktabell" @@ -5197,27 +5292,25 @@ 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.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "Användare:" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Användare" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 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." @@ -5225,9 +5318,9 @@ msgstr "Användare kan utföra följande åtgärder i deras tilldelade kommun el msgid "Users with this role can perform the following actions within their assigned body or area." 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Värden uppdaterade" @@ -5253,7 +5346,7 @@ msgstr "Verifiera telefonnummer" msgid "View report on site" msgstr "Visa rapporter på sidan" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Visa rapporter per område" @@ -5261,7 +5354,7 @@ msgstr "Visa rapporter per område" msgid "View wards" msgstr "Visa kommuner" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "Visa/Markera privata rapporter" @@ -5279,7 +5372,7 @@ msgstr "Visa ett problem" msgid "Ward:" msgstr "Stadsdel:" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Delområden i denna kommun" @@ -5349,7 +5442,7 @@ msgstr "Vid avsändning" msgid "Which problems do you want alerts about?" msgstr "Vilka problem vill du få information om?" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "Vilken rapport är den en dublett av?" @@ -5369,7 +5462,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5381,7 +5474,6 @@ msgstr "Vill du bli notifierad när det här problemet uppdateras eller fixas?" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5392,12 +5484,12 @@ msgstr "Om du skriver ditt meddelande endast med versaler blir det svårare att #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Ja" @@ -5410,7 +5502,7 @@ 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." #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Du är offline" @@ -5423,7 +5515,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Du vill anmäla missbruk, personlig inforation, eller motsvarande i följande uppdatering:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "Du kan skapa en ny rapport på samma plats." @@ -5432,7 +5524,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5462,7 +5554,7 @@ msgstr "Du kan hjälpa oss med att hitta kontaktadressen för %s och eposta till msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Du kan markera en förvaltning som borttagen om du inte vill att den skall vara aktiv på sajten." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "Du kan inte döpa om en kategori till en existerande kategori." @@ -5472,7 +5564,7 @@ msgid "You declined; please fill in the box above" msgstr "Du nekade; vänligan fyll i rutan ovan" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "Du har %s sparad att skicka." @@ -5480,7 +5572,7 @@ msgstr "Du har %s sparad att skicka." msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Du har redan svarat på det här frågeformuläret. Om du har en fråga, kontakta oss eller visa problemet.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "Du har redan bifogat filer till den här rapporten. Notera att du kan bifoga som mest tre till rapporten (om du försöker ladda upp fler tas de tidigaste bort)." @@ -5489,8 +5581,7 @@ msgstr "Du har redan bifogat filer till den här rapporten. Notera att du kan bi 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 "Du har redan bifogat bilder till den här rapporten. Notera att du kan bifoga som mest tre bilder (om du försöker ladda upp fler tas de tidigaste bort)." -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "Du har redan bifogat foton till din uppdatering. Notera att du kan bifoga som mest tre bilder (om du försöker ladda upp fler tas de tidigaste bort)." @@ -5535,7 +5626,7 @@ msgstr "Du har inte skapat några rapporter än. Rapportera ett #: templates/web/base/my/planned.html:21 msgid "You haven’t shortlisted any reports yet." -msgstr "Du har inte satt några rapporter på slutlistan än." +msgstr "Du har inte några rapporter i din lista än." #: templates/web/base/admin/index.html:19 msgid "You need to add some bodies (such as councils or departments) before any reports can be sent." @@ -5554,9 +5645,9 @@ msgstr "Dina rapporter" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Ditt konto" @@ -5565,13 +5656,14 @@ 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:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5600,16 +5692,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 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:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "Ditt namn har dolts." #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "Dina offline-rapporter" @@ -5629,8 +5721,8 @@ msgid "Your password has expired, please create a new one below. When you click 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.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "Ditt lösenord måste inkludera %d eller fler tecken." @@ -5652,7 +5744,7 @@ msgstr "Dina rapporter" #: 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 "Din slutlista" +msgstr "Din lista" #: templates/web/base/auth/generate_token.html:8 msgid "Your token has been generated" @@ -5663,7 +5755,7 @@ msgid "Your update" msgstr "Din uppdatering" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 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." @@ -5694,19 +5786,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "samtliga" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "en administratör" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "och en defekt uppförd" @@ -5714,8 +5806,8 @@ msgstr "och en defekt uppförd" msgid "by %s" msgstr "av %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "kommun" @@ -5746,6 +5838,10 @@ msgstr "ändra användare" msgid "from %s different users" msgstr "från %s olika användare" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5763,7 +5859,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "inga" @@ -5843,12 +5939,12 @@ msgid "today" msgstr "idag" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "uppdatering" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "uppdateringar" @@ -5873,7 +5969,7 @@ 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:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "område" @@ -5933,7 +6029,7 @@ msgid_plural "%d years" msgstr[0] "%d år" msgstr[1] "%d år" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5954,7 +6050,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s problem rapporterat" msgstr[1] "%s problem rapporterade" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5975,21 +6071,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s löst problem senaste månaden" msgstr[1] "%s lösta problem senaste månaden" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s rapport senaste veckan" msgstr[1] "%s rapporter senaste veckan" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s rapport nyligen" msgstr[1] "%s rapporter nyligen" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6024,16 +6120,34 @@ msgid_plural "last updated %d days ago" msgstr[0] "senast uppdaterad för %d dag sedan" msgstr[1] "senast uppdaterad för %d dagar sedan" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "månad" msgstr[1] "månader" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "rapport" msgstr[1] "rapporter" + +#~ msgid "Closed by council" +#~ msgstr "Stängd av kommunen" + +#~ msgid "Current token:" +#~ msgstr "Nuvarande token:" + +#~ msgid "Filter report list" +#~ msgstr "Filtrera rapportlista" + +#~ msgid "Invalid agency_responsible value %s" +#~ msgstr "Inkorrekt värde för agency_responsible, \"%s\"" + +#~ msgid "Post" +#~ msgstr "Skicka" + +#~ msgid "Traffic management required?" +#~ msgstr "Krävs trafikövervakning?" diff --git a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po index fb4a4c2404b..2ccde09b7b5 100644 --- a/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/tr_TR.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "ve" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - Özet raporlar" @@ -111,7 +111,7 @@ msgstr "%s bildirim – %s cevaplandı (%s%%)" msgid "%s ref: %s" msgstr "%s ref: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "© OpenStreetMapkatkıda bulunanlar" @@ -157,6 +157,8 @@ msgstr "(artık mevcut değil)" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(her ikisine de gönderildi)" msgid "(we also have RSS feeds for problems within %s)" msgstr "(%s problemi için RSS bildirimimiz var)" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Kategori seçiniz--" @@ -205,17 +207,18 @@ msgstr "" "Belkide yapılandırma dosyanıza bazı MAPIT_TYPES eklemelisiniz?" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -245,7 +248,7 @@ msgid "Yes I have a password" msgstr "Evet şifrem var" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -262,7 +265,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -286,7 +289,7 @@ msgstr "" 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:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Yeni kategori ekle" @@ -319,7 +322,7 @@ msgstr "" msgid "Add new category" msgstr "Yeni kategori ekle" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "opsiyon ekle" @@ -328,8 +331,8 @@ msgstr "opsiyon ekle" msgid "Add phone number" msgstr "telefon numarası ekle" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -337,21 +340,20 @@ msgid "Add to shortlist" msgstr "kısa listeye ekle" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Kullanıcı ekle" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "problem kategorisi ekle/düzenle" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -367,6 +369,12 @@ msgstr "" msgid "Admin" msgstr "yönetici" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Tekrar:" @@ -379,8 +387,8 @@ msgstr "Uyarı %d için oluşturulmuş %s, tür %s, değişkenler %s / %s" msgid "Alert %d disabled (created %s)" msgstr "Uyarı %d engellendi (oluşturuldu %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Güncellemeleri bildir" @@ -392,10 +400,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "tümü" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Tüm Bildirimler" @@ -435,6 +445,11 @@ msgstr "%s ve %s arasındaki tüm bildirimler" msgid "All time" msgstr "her zaman" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "%s kategorisine bildirilmiştir" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -471,7 +486,7 @@ msgstr "Anonim" msgid "Anonymous user" msgstr "isimsiz kullanıcı" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -484,7 +499,7 @@ msgid "Another user" msgstr "başka kullanıcı" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -493,8 +508,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -505,7 +520,7 @@ msgstr "" msgid "Area covered" msgstr "Kapsadığı alan" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -519,27 +534,32 @@ msgstr "Burası geçiş sayfası ve %s yanlış olduğu için, bu sayfada yapıl msgid "Assign selected to role:" msgstr "%s atamak" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:158 +#: templates/web/zurich/admin/reports/edit.html:162 #: templates/web/zurich/admin/stats/index.html:57 msgid "Assign to different category:" msgstr "Farklı bir kategori atamak:" -#: templates/web/zurich/admin/reports/edit.html:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Dışarıdan bir organ atamak:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Alt bölüm atamak:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "tüm kategoriler" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "%s atamak" @@ -552,7 +572,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:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -560,11 +580,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -576,12 +596,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Denetleme bekliyor" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Geri" @@ -602,14 +623,12 @@ msgstr "kullanıcıyı yasakla" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Bölümler" @@ -622,11 +641,13 @@ msgstr "Bölümler" msgid "Body" msgstr "Bölüm" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Bölüm:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -638,8 +659,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Haritayı göremiyor musunuz? Bu adımı atlayın" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -655,15 +675,13 @@ msgstr "Kategoriler:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -673,7 +691,7 @@ msgstr "Kategori" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -696,6 +714,11 @@ msgstr "Kategori:" msgid "Change" msgstr "değiştir" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Şifreyi değiştir" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -712,7 +735,7 @@ msgstr "Şifreyi değiştir" msgid "Change phone number" msgstr "telefon numarasını değiştir" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -724,12 +747,12 @@ msgstr "" "Herkes tarafından kolay anlaşılabilecek bir kategori ismi seçin (ör: \"çukur\", \"sokak lambası\") aynı zamanda birime de\n" "yardımcı olacak. Bunlar problem-bildir sayfasındaki açılan menüde görüntülenecektir." -#: templates/web/base/report/_inspect.html:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -766,8 +789,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -777,11 +800,7 @@ msgstr "" msgid "Closed" msgstr "Kapalı" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Kurul tarafından kapatıldı" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -814,13 +833,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Yapılandırma" @@ -937,7 +955,7 @@ msgstr "Bildiri oluştur" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Kategori oluştur" @@ -947,27 +965,25 @@ msgstr "Kategori oluştur" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Oluşturuldu" @@ -976,6 +992,17 @@ msgstr "Oluşturuldu" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Oluşturuldu" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Oluşturuldu" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -987,10 +1014,6 @@ msgstr "Oluşturuldu:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1000,19 +1023,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Şu anda hiçbir organları oluşturulmamıştır." -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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 "Kontrol Paneli " -#: templates/web/base/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1024,7 +1049,7 @@ msgstr "Alt komisyon tarafından 5 iş günü içinde üstesinden gelinilecek" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1034,7 +1059,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "" @@ -1056,9 +1081,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Tanım" @@ -1067,7 +1090,7 @@ msgstr "Tanım" msgid "Destination" msgstr "Tanım" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1103,7 +1126,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1111,6 +1134,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "%s kategorisine bildirilmiştir" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "%s kategorisine bildirilmiştir" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1145,24 +1178,24 @@ msgstr "Don’t know" msgid "Don't like forms?" msgstr "Şekilleri beğenmediniz mi?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1174,7 +1207,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1186,7 +1219,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Ekle" @@ -1197,12 +1230,11 @@ msgstr "Ekle" msgid "Edit body details" msgstr "Bölümün detaylarını düzenle" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1210,17 +1242,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1257,8 +1287,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1267,15 +1298,14 @@ msgstr "Editör" msgid "Email" msgstr "E-posta" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1295,12 +1325,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "E-posta:" @@ -1367,12 +1398,12 @@ msgstr "" msgid "Endpoint" msgstr "Varılan nokta" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Bir Zürich sokak ismi giriniz" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Yakınlardaki bir posta kodu, cadde veya bölge ismi giriniz" @@ -1399,10 +1430,10 @@ msgstr "Problem hakkında detaylı bilgi giriniz" msgid "Error" msgstr "Hata" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "" @@ -1415,7 +1446,7 @@ msgstr "Örnek postakodu " msgid "Examples:" msgstr "Örnekler:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1424,7 +1455,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1449,7 +1480,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1461,20 +1492,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "İlave veriler:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1507,20 +1538,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Bildiri listesini filtrele" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 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 " + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +msgid "Five newest reports" +msgstr "Yeni bildiriler" + #: templates/web/base/admin/bodies/body.html:53 msgid "Fix this by choosing an area covered in the Edit body details form below." msgstr "" @@ -1550,7 +1586,7 @@ msgstr "Silindi olarak seçildi" msgid "Flag user" msgstr "Kullanıcıyı seç" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Seçildi" @@ -1559,7 +1595,7 @@ msgstr "Seçildi" msgid "Flagged reports and users" msgstr "Seçilen bildirimler ve kullanıcılar" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Seçilen kullanıcılar etiketlilersayfasında listelendi." @@ -1567,8 +1603,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "Seçilenler:" @@ -1594,11 +1630,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "Şifrenizi mi unuttunuz?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "" @@ -1608,12 +1644,20 @@ msgstr "" msgid "Frequently Asked Questions" msgstr "Sıkça Sorulan Sorular" +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1635,7 +1679,7 @@ msgstr "%s Problemlerin güncellemelerini yap" msgid "Get updates of problems in this %s" msgstr " Bu %s'te problemlerin güncellemelerini yap" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "Bana RSS hakkında geri dönüş yapın" @@ -1651,15 +1695,15 @@ msgstr "Problemin çözüldüğünü duymak güzel" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1669,7 +1713,7 @@ msgstr "Git" msgid "Going to send questionnaire?" msgstr "Anket gönderecek misiniz?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1695,6 +1739,7 @@ msgstr "Daha önce bir problemi bir kurula bildirdiniz mi, yoksa bu ilk defa mı #: 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 "" @@ -1729,7 +1774,8 @@ msgstr "Gizli" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1757,7 +1803,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "İğneler gizle" @@ -1811,11 +1857,9 @@ msgstr "Maalesef veri tabanında sorunun yerini bulamadık.\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "Kimlik" @@ -1834,15 +1878,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1856,7 +1900,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1880,7 +1924,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1917,7 +1961,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1941,6 +1985,17 @@ msgstr "Gereksiz bölümüne atılsın mı?" 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 +#, fuzzy +msgid "In wards" +msgstr "bölge" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1950,20 +2005,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "Gelen kutusu boş " -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Bildiren kişinin kişisel bilgilerini dahil et" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Hatalı sahip_fotoğraf değer \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1980,16 +2035,12 @@ msgstr "İç notlar" msgid "Internal notes" msgstr "İç notlar" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Geçersiz ajans_sorumlu değer %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Geçersiz format %s belirlenmiş." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "Geçersiz konum. Aynı konsil tarafından yeni konum girilmeli." @@ -2041,13 +2092,13 @@ msgstr "Son güncelleme:" msgid "Last update:" msgstr "Son güncelleme:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2064,7 +2115,7 @@ msgstr "Bildirilmiş problemleri güncelle" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Yükleniyor..." @@ -2102,17 +2153,18 @@ msgid "Log in with Twitter" msgstr "Twitter ile giriş yap" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2131,19 +2183,20 @@ msgstr "" msgid "MAP" msgstr "HARİTA" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2157,24 +2210,24 @@ msgstr "Harita" msgid "Mark as sent" msgstr "Gönderildi olarak işaretle" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "İleti" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2187,7 +2240,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Eksik yetki_id" @@ -2195,8 +2248,7 @@ msgstr "Eksik yetki_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2219,7 +2271,7 @@ 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.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2229,14 +2281,14 @@ msgstr "" msgid "Month" msgstr "Ay" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2264,9 +2316,10 @@ msgstr "" msgid "Name" msgstr "İsim" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "İsim:" @@ -2284,7 +2337,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "" @@ -2292,12 +2345,12 @@ msgstr "" msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2320,7 +2373,7 @@ msgstr "" msgid "New body added" msgstr "Yeni bölüm eklendi" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Yeni kategori bilgisi eklendi" @@ -2334,8 +2387,8 @@ msgstr "" msgid "New field" msgstr "alan ekle" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Yeni iç bilgi notu: " @@ -2343,13 +2396,13 @@ msgstr "Yeni iç bilgi notu: " msgid "New local problems on FixMyStreet" msgstr "FixMyStreet'taki yeni yerel problemler" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2426,7 +2479,7 @@ msgstr "" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2439,7 +2492,6 @@ msgstr "Sonraki" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2448,11 +2500,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Hayır" @@ -2464,11 +2516,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Birim yok" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Seçilmiş kurul yok" @@ -2484,8 +2537,8 @@ msgstr "İşaretlenen problemler bulunamadı." msgid "No flagged users found." msgstr "İşaretlenen kullanıcılar bulunamadı." -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Güncelleme yok" @@ -2521,15 +2574,15 @@ msgstr "Destek sağlayıcı yok" msgid "None" msgstr "Hiçbiri" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2537,10 +2590,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: templates/web/zurich/admin/report_edit-sdm.html:94 msgid "Not for my subdivision" msgstr "Benim bölümüm için değil" +#: 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 "Daha önce bildirilmedi" @@ -2588,12 +2645,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2601,12 +2658,12 @@ msgstr "" msgid "Old state" msgstr "Eski durum" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2615,7 +2672,7 @@ 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:156 +#: 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 @@ -2646,7 +2703,7 @@ msgstr "Open311 giriş sayfası" msgid "Open311 specification" msgstr "Open311 özellikleri" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2658,7 +2715,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2666,16 +2723,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2707,7 +2764,7 @@ msgstr "Sayfa bulunamadı" msgid "Parent" msgstr "Ebeveyn" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "tüm kategoriler" @@ -2716,13 +2773,13 @@ msgstr "tüm kategoriler" msgid "Partial" msgstr "Kısmi" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Şifre (isteğe bağlı)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Şifren değiştirildi" @@ -2737,7 +2794,7 @@ msgstr "Şifre (isteğe bağlı)" msgid "Permissions" msgstr "Permalink" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2745,19 +2802,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Telefon:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Telefon numarası" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Telefon numarası (isteğe bağlı)" @@ -2765,30 +2827,26 @@ msgstr "Telefon numarası (isteğe bağlı)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Telefon:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2808,9 +2866,8 @@ msgstr "" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2819,7 +2876,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "Son zamanlarda bildirilen çevredeki fotoğraflar " -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2833,6 +2890,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2860,27 +2922,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:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Kategori seçiniz" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2899,27 +2960,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Mesaj giriniz" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2932,16 +2993,16 @@ msgstr "Şifre giriniz" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Konu giriniz" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2952,20 +3013,20 @@ msgstr "Geçerli e-posta giriniz" msgid "Please enter a valid email address" msgstr "Geçerli e-posta adresi giriniz" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: templates/web/base/js/translation_strings.html:14 msgid "Please enter some details" msgstr "Lütfen bir kaç ayrıntı giriniz" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:146 -#: perllib/FixMyStreet/DB/Result/User.pm:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2981,7 +3042,7 @@ msgid "Please enter your first name" msgstr "Ad giriniz" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "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." @@ -2993,9 +3054,9 @@ msgstr "Lütfen isminizi giriniz" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Lütfen isminizi giriniz" @@ -3036,19 +3097,19 @@ msgstr "Lütfen aşağıda verilen formu problemin detayları ile ilgili dolduru msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 msgid "Please indicate whether you'd like to receive another questionnaire" msgstr "Başka bir anket doldurmak istediğinizi belirtiniz." #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: 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" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3075,24 +3136,28 @@ msgstr "" msgid "Please note:" msgstr "Lütfen dikkat:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:252 msgid "Please provide some explanation as to why you're reopening this report" msgstr "Bu bildirimi neden paylaşatığınza dair lütfen bir kaç açıklama yapın" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:263 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:259 msgid "Please provide some text as well as a photo" msgstr "Hem metin hem de fotoğraf ekleyiniz" #: perllib/FixMyStreet/App/Controller/Questionnaire.pm:114 -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Bir kurula daha önce sorun bildirip bildirmediğinizi belirtin" @@ -3100,7 +3165,7 @@ msgstr "Bir kurula daha önce sorun bildirip bildirmediğinizi belirtin" 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3112,7 +3177,7 @@ msgstr "Bilgilendirme seçiniz" msgid "Please select the type of alert you want" msgstr "İstediğiniz bir bildiri şekli secin" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Problemin giderilmiş veya giderilmemiş olması durumunu bildiriniz lütfen" @@ -3120,12 +3185,12 @@ msgstr "Problemin giderilmiş veya giderilmemiş olması durumunu bildiriniz lü #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3133,27 +3198,23 @@ msgstr "" msgid "Please write a message" msgstr "Mesaj gönderin" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Paylaş" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "%s Anonim olarak gönderildi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Tarafından paylaşıldı %s saat %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "%s (%s) tarafından %s 'te paylaşılmıştır" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "%s tarafından %s 'te paylaşılmıştır" @@ -3169,7 +3230,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3177,11 +3238,11 @@ msgstr "" msgid "Previous" msgstr "Önceki" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3197,9 +3258,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Özel" @@ -3248,7 +3309,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:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Problem çözülmemiş olarak işaretlenmiştir." @@ -3256,8 +3317,7 @@ 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:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Sorunlar" @@ -3282,18 +3342,18 @@ msgstr "FixMyStreet'te kısa bir süre önce onarıldı olarak bildirilen proble msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "%s deki problemler" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "%s semtindeki sorunlar" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3301,7 +3361,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3309,11 +3369,15 @@ msgstr "" msgid "Property address:" msgstr "Emlak adresi:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3327,11 +3391,11 @@ msgstr "Güncellemeye izin ver" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 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." @@ -3339,12 +3403,12 @@ msgstr "Şifre sağlamak isteğe bağlıdır, fakat şifre almış olmanız duru msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Toplumsal geri bildirim:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3387,11 +3451,11 @@ msgstr "Anket sorun bildirici tarafından dolduruldu" msgid "RSS feed" msgstr "RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "%s için RSS Besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "%s için %s gözetiminde RSS besleme" @@ -3399,11 +3463,11 @@ msgstr "%s için %s gözetiminde RSS besleme" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "%s için RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "%s içinde %s gözetimiyle RSS besleme" @@ -3411,13 +3475,13 @@ msgstr "%s içinde %s gözetimiyle RSS besleme" msgid "RSS feed of nearby problems" msgstr "Civardaki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "%s içerisindeki problemlerle alakalı RSS besleme" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "%s bölgesi içerisindeki problemlerle alakalı RSS besleme" @@ -3431,11 +3495,11 @@ msgstr "Son günlerdeki yerel problemlerle alakalı RSS besleme" msgid "RSS feed of updates to this problem" msgstr "Bu problemin güncellemelerini RSS olarak besle" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3448,7 +3512,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Bu sorunda herhangi bir güncelleme olduğunda e-posta ile bildir." -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3462,7 +3526,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Yakın zamanda bildirilen problemler" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3475,7 +3539,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3487,8 +3552,8 @@ msgstr "" msgid "Remove flag" msgstr "İşareti kaldır" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3504,17 +3569,21 @@ msgstr "" msgid "Remove option" msgstr "opsiyon ekle" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Fotoğrafı kaldır (mümkün olmayabilir)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "" @@ -3522,14 +3591,14 @@ msgstr "" msgid "Report" msgstr "Bildirim" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3538,7 +3607,7 @@ msgid "Report a problem" msgstr "Bir problem bildir" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3554,7 +3623,7 @@ msgid "Report anonymously" msgstr "%s 'e ananim olarak bildirilmiş" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3590,7 +3659,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Yerel problemleri bildir, göster ve tartış" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "%s 'e ananim olarak bildirilmiş" @@ -3601,7 +3670,7 @@ msgstr "%s 'e ananim olarak bildirilmiş" msgid "Reported before" msgstr "Önceden bildirilmiş" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "%s tarafından %s de bildirilmiştir" @@ -3615,27 +3684,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "%s kategorisine bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "%s kategorisine anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 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:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "%s aracılığıyla anonim olarak %s de bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "%s yoluyla %s tarafından %s da bildirilmiştir" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 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:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 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" @@ -3654,17 +3723,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Bir problemin bildirilmesi" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Bildirimler" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3692,15 +3759,15 @@ msgid "Reports published" msgstr "Yayınlanmış bildirimler" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3713,7 +3780,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3766,39 +3833,45 @@ msgstr "" msgid "Right place?" msgstr "Doğru yer mi?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Bu isimli yol için yol operatörü (yol referans numarası ve türünden elde edilmiş): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Bu isimli yol için yol operatörü (OpenStreetMap'ten): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Sola Yerleştir" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3814,20 +3887,20 @@ msgstr "" msgid "Satellite" msgstr "Uydu" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3844,13 +3917,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Bildirimleri ara" @@ -3863,7 +3935,7 @@ msgstr "Kullanıcı Ara" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Bildirimleri ara" @@ -3878,12 +3950,12 @@ msgstr "Ara:" msgid "Searching found no reports." msgstr "Aranan sonuç bulunamadı." -#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/admin/users/index.html:95 msgid "Searching found no users." msgstr "Arama sonucu kullanıcı bulunamadı" #: templates/web/base/auth/generate_token.html:2 -#: templates/web/base/auth/generate_token.html:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3893,8 +3965,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3904,7 +3975,7 @@ msgid "Select a body" msgstr "Bir bölüm seç" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Bölge seç" @@ -3925,7 +3996,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3938,7 +4009,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3947,11 +4018,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "%s %s sonra gönder" @@ -3989,7 +4060,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4000,7 +4071,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4025,8 +4096,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4037,7 +4108,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "İşaretlemeleri göster" @@ -4097,7 +4168,7 @@ msgid "Some photos of recent reports" msgstr "Son bildirimlerden bazı fotograflar" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Konumun belirlenebilmesi için tarif" @@ -4106,12 +4177,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "Üzgünüz, bu posta kodu bizim sınırlarımız dışında yer almaktadır." @@ -4129,9 +4199,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Üzgünüz, sorununuzu onaylarken bir hata oluştu." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Üzgünüz, konum bulunamadı." @@ -4141,13 +4211,13 @@ msgstr "Üzgünüz, konum bulunamadı." msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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 "Üzgünüz, konum ayrıştırılamadı. Daha sonra tekrar deneyin." -#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4162,11 +4232,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4175,11 +4245,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4203,18 +4273,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Devlet" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4223,31 +4293,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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 "Devlet:" -#: perllib/FixMyStreet/Cobrand/Default.pm:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "İstatistik" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Durum" @@ -4265,7 +4332,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Alt bölüm/Bölüm" @@ -4284,50 +4351,48 @@ msgstr "Konu:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Kaydet" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: templates/web/zurich/admin/update_edit.html:38 +#: templates/web/zurich/admin/users/form.html:31 msgid "Submit changes" msgstr "Değişiklikleri kaydet" -#: templates/web/base/questionnaire/index.html:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Anketi kaydet" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Kaydedildi" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Kaydet" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4340,7 +4405,7 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4354,20 +4419,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Özet" @@ -4378,14 +4442,19 @@ msgstr "Özet bildirimler" #: 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4403,13 +4472,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Metin" @@ -4431,6 +4504,11 @@ msgstr "Salt metin sürümü " msgid "Text:" msgstr "Metin:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Metin" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Bu konuyu bildirdiğiniz için teşekkür ederiz!" @@ -4460,7 +4538,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Teşekkürler, sorunun hallolduğuna sevindim. Bu sorunu daha önce herhangi bir birime bildirmiş miydiniz?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4472,27 +4550,29 @@ msgstr "Bu şekilde resim doğru yüklemiş gibi görünmüyor (%s), lütfen tek msgid "That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again." msgstr "Bu konuma bir kurul tarafından ele alınacak gibi görünmüyor; belki de deniz ya da ülke dışındadır. Lütfen tekrar deneyin." -#: perllib/FixMyStreet/App/Controller/Location.pm:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "Konum İngiltere'de görünmüyor; lütfen tekrar deneyin." +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Üzgünüz, bu posta kodu bulunamadı." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "Problem gönderildi olarak işaretlenmiştir." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Bu problem yeniden gönderilecektir." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Bu bildirim FixMyStreet'ten kaldırılmışır." @@ -4538,8 +4618,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4594,7 +4674,7 @@ msgstr "Hata buydu: %s" 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:153 +#: 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 "Eğer problem farklı yollarla ilgili veya OpenStreetMap'te kayıtlı olmayan bir isim ise, En yakın yol ile ilgili şu bilgi yanlış ya da alakasız olabilir." @@ -4656,8 +4736,8 @@ msgstr "Kullanıcı sorunu harşta üzerinde konumlandıramadı ama onların gir msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4690,7 +4770,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4708,12 +4788,12 @@ 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:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." @@ -4721,7 +4801,7 @@ msgstr "Güncelleme esnasında bir hata oluştu. Lütfen tekrar deneyiniz." msgid "There were problems with your report. Please see below." msgstr "Bildiriminiz esnasında hata oluştu. Lütfen aşağıya bakınız." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "Güncellemede bir hata oluştu. Lütfen aşağıya bakınız." @@ -4797,10 +4877,10 @@ msgstr "Kullanıcının problemi sınıflandırmama durumunda, bu e-posta proble 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." -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Bu bilgi gereklidir" @@ -4817,19 +4897,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: templates/web/base/report/update/form_state_checkbox.html:16 msgid "This problem has been fixed" msgstr "Bu problem çözüldü" -#: templates/web/base/report/update/form_state_checkbox.html:7 +#: templates/web/base/report/update/form_state_checkbox.html:9 msgid "This problem has not been fixed" msgstr "Bu problem giderilemedi" -#: templates/web/base/report/update/form_state_checkbox.html:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4842,26 +4926,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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 "Bu rapor işlenmeyi bekliyor." -#: perllib/FixMyStreet/Script/Alerts.pm:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Bu rapor şu an kapalı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Bu rapor şu an onarıldı olarak işaretlenmiş." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Bu rapor şu an açık olarak işaretlenmiş." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4869,15 +4953,18 @@ msgstr "" 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. " -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4901,6 +4988,10 @@ msgstr "Başlık" 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 "" @@ -4926,7 +5017,7 @@ msgid "To view a map of the precise location of this issue" msgstr "Bu konudaki kesin lokasyonu haritasını göstermek için" #: templates/web/base/auth/generate_token.html:11 -#: templates/web/base/auth/generate_token.html:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4951,11 +5042,6 @@ msgstr "" msgid "Total" msgstr "Toplam" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4978,16 +5064,16 @@ msgstr "Direkt olarak e-posta gönderin:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4997,7 +5083,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5027,10 +5113,10 @@ msgstr "Bilinmeyen hata" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Bilinmeyen ID problemi" @@ -5042,13 +5128,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Güncelleme" @@ -5099,29 +5185,27 @@ msgstr "Tekrardan değerlendirilen problemi güncelle" msgid "Update statuses" msgstr "Güncelleme durumu" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Güncellendi" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Güncellendi!" @@ -5132,7 +5216,7 @@ msgstr "Güncellendi!" msgid "Updates" msgstr "Güncellemeler" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Güncellemeler %s uzunluğunda karakter ile sınırlıdır. Lütfen güncellemenizi kısaltın." @@ -5162,6 +5246,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5175,8 +5267,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5194,7 +5286,7 @@ msgid "User flagged" msgstr "Kullanıcı etiketlendi" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5207,27 +5299,25 @@ msgstr "Arama sonuçları kullanıcı adı ve e-posta adresi ile uyumludur." msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Kullanıcılar" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5235,9 +5325,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Değerler güncellendi" @@ -5263,7 +5353,7 @@ msgstr "" msgid "View report on site" msgstr "Raporun sitede görüntülemek" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Semte göre bildirimleri görüntüle" @@ -5271,7 +5361,7 @@ msgstr "Semte göre bildirimleri görüntüle" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5289,7 +5379,7 @@ msgstr "Bir problemi görüntülemek" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Bu kurulun ilgilendiği bölge" @@ -5359,7 +5449,7 @@ msgstr "Gönderildiğinde" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5379,7 +5469,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:103 +#: templates/web/base/questionnaire/index.html:80 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?" @@ -5391,7 +5481,6 @@ msgstr "" 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." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5402,12 +5491,12 @@ msgstr "Gönderdiğin bildiriminin kalıp halinde ve eksik noktalama işaretleri #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Evet" @@ -5420,7 +5509,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "Çevrimdışısınız" @@ -5433,7 +5522,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "Aşağıdaki kişisel bilgi veya benzeri kötü niyetli raporları içeren güncellemeleri bildiriyorsun: " #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5442,7 +5531,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:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5474,7 +5563,7 @@ msgstr "Lokal problemler için bize iletişim kurabileceğimiz e-posta adresi bu msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "Eğer bir bölümü sitede aktif olarak bulunsun istemiyorsanız, silindi olarak işaretleyebilir siniz." -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5484,7 +5573,7 @@ msgid "You declined; please fill in the box above" msgstr "Kabul etmediniz; lütfen yukardaki kutuyu doldurun" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5492,7 +5581,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "Bu anketi doldurdunuz. Eğer bir sorunuz var ise, lütfen iletişime geçin, veya problemini sun.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5501,8 +5590,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5566,9 +5654,9 @@ msgstr "Bildirimlerin" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "Hesabınız" @@ -5577,13 +5665,14 @@ msgstr "Hesabınız" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5612,16 +5701,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 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:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "İsminiz gizlendi." #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "Çevrimdışı raporlarınız" @@ -5641,8 +5730,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5675,7 +5764,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5706,19 +5795,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "tümü" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5726,8 +5815,8 @@ msgstr "" msgid "by %s" msgstr "%s tarafından" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "Kurul" @@ -5758,6 +5847,10 @@ msgstr "kullanıcı düzenle" msgid "from %s different users" msgstr " %s farklı kullanıcılardan" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5775,7 +5868,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "hiçbiri" @@ -5858,12 +5951,12 @@ msgid "today" msgstr "bugün" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "güncelleme" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "güncellemeler" @@ -5888,7 +5981,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "bölge" @@ -5948,7 +6041,7 @@ msgid_plural "%d years" msgstr[0] "%d yıl" msgstr[1] "%d yıl" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5969,7 +6062,7 @@ msgid_plural "%s problems reported" msgstr[0] "%s raporlanan problem" msgstr[1] "%s raporlanan problem" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -5990,21 +6083,21 @@ msgid_plural "%s fixed in past month" msgstr[0] "%s geçen ay onarıldı" msgstr[1] "%s geçen ay onarıldı" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s geçen haftaki bildirimler" msgstr[1] "%s geçen haftaki bildirimler" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "%s son bildirimler" msgstr[1] "%s son bildirimler" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6039,20 +6132,32 @@ msgid_plural "last updated %d days ago" msgstr[0] "son güncelleme %dgün önce" msgstr[1] "son güncelleme %dgün önce" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "raporlar" msgstr[1] "raporlar" +#~ 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)" diff --git a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po index 9ded4de18c5..3267b3dbfab 100644 --- a/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/uk_UA.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "і" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s - підсумкових звітів" @@ -111,7 +111,7 @@ msgstr "%s опитувань надіслано – на %s відпові msgid "%s ref: %s" msgstr "%s посилання: %s" -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "" @@ -157,6 +157,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -175,8 +177,8 @@ msgstr "(відправлено обидвом)" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "-- Оберіть категорію --" @@ -205,17 +207,18 @@ msgstr "" " Maybe add some MAPIT_TYPES to your config file?" #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -245,7 +248,7 @@ msgid "Yes I have a password" msgstr "Так В мене є пароль" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -262,7 +265,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -282,7 +285,7 @@ msgstr "Додайте запис для кожної адмі msgid "Add a contact using the form below." msgstr "Додати контакт через форму нижче." -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "Додати нову категорію" @@ -315,7 +318,7 @@ msgstr "" msgid "Add new category" msgstr "Додати нову категорію" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -324,8 +327,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -333,21 +336,20 @@ msgid "Add to shortlist" msgstr "Додати до переліку" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "Додати користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "Додати/редагувати категорію" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "Додати/редагувати пріоритет відповіді" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "Додати/редагувати шаблон відповіді" @@ -363,6 +365,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "Ще раз:" @@ -375,8 +383,8 @@ msgstr "Сповіщення %d створено для %s, type %s, парам msgid "Alert %d disabled (created %s)" msgstr "Сповіщення %d відключено (створено %s)" -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "Повідомляти мене про оновлення" @@ -388,10 +396,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "Всі звіти" @@ -431,6 +441,11 @@ msgstr "Всі звіти в проміжку з %s по %s" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "Сповіщено в категорії %s " + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -467,7 +482,7 @@ msgstr "Анонім" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -480,7 +495,7 @@ msgid "Another user" msgstr "Інші користувачі" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "Ви впевнені, що хочете скасувати завантаження?" @@ -489,8 +504,8 @@ msgstr "Ви впевнені, що хочете скасувати завант #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "Ви впевнені?" @@ -501,7 +516,7 @@ msgstr "Ви впевнені?" msgid "Area covered" msgstr "Зона покрита" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -515,27 +530,32 @@ msgstr "" msgid "Assign selected to role:" msgstr "Назначити %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "Призначення компетентного органу:" -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "Назначити зовнішньому відділу:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "Назначити підрозділу:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "Доступні категорії" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "Назначити %s" @@ -548,7 +568,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:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -556,11 +576,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "Автоматична відповідь:" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -572,12 +592,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "Уникайте особистої інформації та номерних знаків транспортних засобів" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "Очікує перевірки модератором" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "Назад" @@ -598,14 +619,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "Органи" @@ -618,11 +637,13 @@ msgstr "Органи" msgid "Body" msgstr "Орган" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "Орган:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -634,8 +655,7 @@ msgstr "" msgid "Can't see the map? Skip this step" msgstr "Не бачите мапу? Пропустіть цей крок" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -651,15 +671,13 @@ msgstr "Категорії:" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -669,7 +687,7 @@ msgstr "Категорія" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "Категорія змінена з ‘%s’ на ‘%s’" @@ -692,6 +710,11 @@ msgstr "Категорія:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "Змінити пароль" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -708,7 +731,7 @@ msgstr "Змінити пароль" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -718,12 +741,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -760,8 +783,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -771,11 +794,7 @@ msgstr "" msgid "Closed" msgstr "Закрито" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "Закрито муніципалітетом" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -808,13 +827,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "Конфігурація" @@ -931,7 +949,7 @@ msgstr "Створити сповіщення" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "Створити категорію" @@ -941,27 +959,25 @@ msgstr "Створити категорію" msgid "Create priority" msgstr "Створити приоритет" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "Створити звіт/оновлення для ради" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "Створити шаблон" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "Створено" @@ -970,6 +986,17 @@ msgstr "Створено" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "Створено" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "Створено" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -981,10 +1008,6 @@ msgstr "Створено:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -994,19 +1017,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "Наразі жодних органів не було створено" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1018,7 +1043,7 @@ msgstr "Dealt with by subdivision within 5 working days" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1028,7 +1053,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "Видалити шаблон" @@ -1050,9 +1075,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "Опис" @@ -1061,7 +1084,7 @@ msgstr "Опис" msgid "Destination" msgstr "Опис" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1097,7 +1120,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1105,6 +1128,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "Сповіщено в категорії %s " + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "Сповіщено в категорії %s " + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1139,25 +1172,25 @@ msgstr "Не знаю" msgid "Don't like forms?" msgstr "Не любите форми?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 #, fuzzy msgid "Drag photos here or browse photos" msgstr "Перетягніть фотографії сюди чи натисніть для завантаження" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1169,7 +1202,7 @@ msgid "" " " msgstr "" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1181,7 +1214,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "Редагувати" @@ -1192,12 +1225,11 @@ msgstr "Редагувати" msgid "Edit body details" msgstr "Редагувати дані про орган" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "Редагувати права користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1205,17 +1237,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "Редагувати звіт" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1252,8 +1282,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1262,15 +1293,14 @@ msgstr "Редактор" msgid "Email" msgstr "Е-пошта" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "Адреса електронної пошти" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1290,12 +1320,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "Е-пошта:" @@ -1358,12 +1389,12 @@ msgstr "" msgid "Endpoint" msgstr "Кінцева точка" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "Введіть назву вулиці чи району поблизу" -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "Вкажіть поштовий код UK або назву вулиці та місця" @@ -1390,10 +1421,10 @@ msgstr "Введіть подробиці проблеми" msgid "Error" msgstr "Помилка" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "Всі" @@ -1406,7 +1437,7 @@ msgstr "Зразок поштового коду %s" msgid "Examples:" msgstr "Приклади:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "Категорії існують" @@ -1415,7 +1446,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1440,7 +1471,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1452,20 +1483,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "Додаткові дані:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1498,20 +1529,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "Фільтрувати список звітів" - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "Ім’я" +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "Фотографії найближчих сповіщень" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "Полагодіть це вибравши зону покриття в формі редагування органу нижче." @@ -1541,7 +1577,7 @@ msgstr "Відмітьте як видалене" msgid "Flag user" msgstr "Відмітьте користувача" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "Відмічено" @@ -1550,7 +1586,7 @@ msgstr "Відмічено" msgid "Flagged reports and users" msgstr "Відмічені звіти та користувачі" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "Відмічені користувачі виписані на відміченій сторінці." @@ -1558,8 +1594,8 @@ msgstr "Відмічені користувачі виписані на not
be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1912,7 +1956,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1936,6 +1980,17 @@ msgstr "В чорний список?" 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 +#, fuzzy +msgid "In wards" +msgstr "двір" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1945,20 +2000,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "Додати особисті дані автора сповіщення" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "Невірне значення has_photo \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1975,16 +2030,12 @@ msgstr "Внутрішні нотатки" msgid "Internal notes" msgstr "Внутрішні нотатки" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "Невірне значення agency_responsible %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "Невірний формат %s ." #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2036,13 +2087,13 @@ msgstr "Останнє поновлення:" msgid "Last update:" msgstr "Останнє поновлення:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2059,7 +2110,7 @@ msgstr "Показати всі прозвітовані проблеми" msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "Завантаження..." @@ -2097,17 +2148,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2125,19 +2177,20 @@ msgstr "" msgid "MAP" msgstr "Мапа" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2151,24 +2204,24 @@ msgstr "" msgid "Mark as sent" msgstr "" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "Позначте користувачів, чию поведінку ви хочете відстежувати прапорцем." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "Повідомлення" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "" @@ -2181,7 +2234,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "Бракує jurisdiction_id" @@ -2189,8 +2242,7 @@ msgstr "Бракує jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2213,7 +2265,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "Модерується підрозділом на протязі робочого дня" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2223,14 +2275,14 @@ msgstr "" msgid "Month" msgstr "Місяць" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2258,9 +2310,10 @@ msgstr "" msgid "Name" msgstr "Ім'я" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "Ім'я:" @@ -2278,7 +2331,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "Найближча дорога до шпильки на карті (автоматично згенеровано через OpenStreetMap): %s%s" @@ -2286,12 +2339,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:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: perllib/FixMyStreet/Geocode/Address.pm:17 msgid "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s" msgstr "Найближча дорога до шпильки на карті (автоматично згенеровано через Bing карти): %s%s" -#: perllib/FixMyStreet/Script/Alerts.pm:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2316,7 +2369,7 @@ msgstr "" msgid "New body added" msgstr "Новий орган додано" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "Новий контакт категорії додано" @@ -2329,8 +2382,8 @@ msgstr "Нова адреса електронної пошти:" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "Новий внутрішній нотаток:" @@ -2338,13 +2391,13 @@ msgstr "Новий внутрішній нотаток:" msgid "New local problems on FixMyStreet" msgstr "Нові місцеві проблеми" -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "Новий пароль:" @@ -2421,7 +2474,7 @@ msgstr "Новий шаблон" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2434,7 +2487,6 @@ msgstr "Далі" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2443,11 +2495,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "Ні" @@ -2459,11 +2511,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "Без органу" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "Не вибраний департамент" @@ -2479,8 +2532,8 @@ msgstr "Не знайдено маркованих проблем" msgid "No flagged users found." msgstr "Не знайдено маркованих користувачів" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "Подальші оновлення відсутні" @@ -2516,15 +2569,15 @@ msgstr "Ніхто не підтримав" msgid "None" msgstr "Нічого" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2532,10 +2585,14 @@ msgid "" " activity across their body), the ability to hide reports or set special report statuses." msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "Не прозвітовано раніше" @@ -2583,12 +2640,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2596,12 +2653,12 @@ msgstr "" msgid "Old state" msgstr "Застарілий стан" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2610,7 +2667,7 @@ 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:156 +#: 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 @@ -2641,7 +2698,7 @@ msgstr "" msgid "Open311 specification" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2653,7 +2710,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2661,16 +2718,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2702,7 +2759,7 @@ msgstr "Сторінку не знайдено" msgid "Parent" msgstr "Предок" -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "Всі Категорії" @@ -2711,13 +2768,13 @@ msgstr "Всі Категорії" msgid "Partial" msgstr "Частково" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "Пароль (опціонально)" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "Ваш пароль було змінено" @@ -2732,7 +2789,7 @@ msgstr "Пароль (опціонально)" msgid "Permissions" msgstr "Дозволи:" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "Дозволи:" @@ -2740,19 +2797,24 @@ msgstr "Дозволи:" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "Телефон:" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "Номер телефону" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "Номер телефону (опціонально)" @@ -2760,30 +2822,26 @@ msgstr "Номер телефону (опціонально)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "Телефон:" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2803,9 +2861,8 @@ msgstr "Потрібне фото" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "Фотографія" @@ -2814,7 +2871,7 @@ msgstr "Фотографія" msgid "Photos of recent nearby reports" msgstr "Фотографії найближчих сповіщень" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2828,6 +2885,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2855,27 +2917,26 @@ msgid "Please check your email address is correct" msgstr "Будь ласка перевірте чи ваша адреса е-пошти вірна" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "Будь ласка оберіть категорію" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2894,27 +2955,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "Будь ласка не використовуйте образи — ображаючи департамент ві підриваєте цінність сервісу для всіх користувачів" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "Будь ласка введіть повідомлення" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "Будь ласка, введіть ім'я " -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2927,16 +2988,16 @@ msgstr "Будь ласка введіть пароль" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "Будь ласка вкажіть тему" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2947,20 +3008,20 @@ msgstr "Будь ласка введіть правильну адресу е-п msgid "Please enter a valid email address" msgstr "Будь ласка введіть правильну адресу е-пошти" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -2976,7 +3037,7 @@ msgid "Please enter your first name" msgstr "Будь ласка введіть ім'я" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "Будь ласка введіть ім'я та прізвище - департаментам потрібні ці дані. Якщо не хочете їх показувати - не ставте галочку внизу." @@ -2988,9 +3049,9 @@ msgstr "Будь ласка введіть ім'я" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "Будь ласка введіть ім'я" @@ -3031,19 +3092,19 @@ msgstr "Будь ласка заповніть форму нижче подро msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "Будь ласка введіть правильну адресу е-пошти" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3070,24 +3131,28 @@ msgstr "" msgid "Please note:" msgstr "Будь ласка зауважте:" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "Будь ласка, оприлюдніть оновлений звіт." -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "Будь ласка розкажіть чи ви відправляли сповіщення департаменту раніше" @@ -3095,7 +3160,7 @@ msgstr "Будь ласка розкажіть чи ви відправляли 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "" @@ -3107,7 +3172,7 @@ msgstr "Оберіть бажаний потік інформації" msgid "Please select the type of alert you want" msgstr "Будь ласка оберіть тип бажаних алярмів" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "Будь ласка вкажіть чи була вирішена проблема" @@ -3115,12 +3180,12 @@ msgstr "Будь ласка вкажіть чи була вирішена про #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "Будь ласка, завантажте тільки зображення" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3128,27 +3193,23 @@ msgstr "" msgid "Please write a message" msgstr "Будь ласка напишіть повідомлення" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "Допис" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "Опубліковано анонімно в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "Опубліковано %s в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "Опубліковано %s (%s) в %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "Опубліковано %s в %s" @@ -3164,7 +3225,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3172,11 +3233,11 @@ msgstr "" msgid "Previous" msgstr "Попередній" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3192,9 +3253,9 @@ msgid "Privacy and cookies" msgstr "" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "Приватний" @@ -3244,7 +3305,7 @@ msgstr "Проблему %s надіслано департаменту %s" msgid "Problem breakdown by state" msgstr "Розбивка проблем по стану" -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "Проблема маркована відкритою." @@ -3252,8 +3313,7 @@ msgstr "Проблема маркована відкритою." msgid "Problem state change based on survey results" msgstr "Стан проблеми змінено базуючись на результатах опитувань" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "Проблеми" @@ -3278,18 +3338,18 @@ msgstr "Нещодавно вирішені проблеми" msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "Проблеми в межах %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "Проблеми в межах %s району" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3297,7 +3357,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "" @@ -3305,11 +3365,15 @@ msgstr "" msgid "Property address:" msgstr "Адреса майна:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3323,11 +3387,11 @@ msgstr "Надішліть оновлення" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "Вказання паролю не обов'язкове, проте це дозволить вам більш легко сповіщати про проблеми, залишати поновлення та керувати вашими сповіщеннями" @@ -3335,12 +3399,12 @@ msgstr "Вказання паролю не обов'язкове, проте ц msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "Публічна відповідь:" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3383,11 +3447,11 @@ msgstr "Анкета заповнена автором сповіщення" msgid "RSS feed" msgstr "RSS потік" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "RSS потік для %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "RSS потік для %s району, %s" @@ -3395,11 +3459,11 @@ msgstr "RSS потік для %s району, %s" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "RSS потік з %s" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "" @@ -3407,13 +3471,13 @@ msgstr "" msgid "RSS feed of nearby problems" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "" @@ -3427,11 +3491,11 @@ msgstr "RSS стрічка недавніх локальних проблем" msgid "RSS feed of updates to this problem" msgstr "RSS стрічка з оновленнями по цій проблемі" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3444,7 +3508,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "Отримувати листа коли інформація по проблемі буде оновлена" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3458,7 +3522,7 @@ msgstr "" msgid "Recently reported problems" msgstr "Нещодавно перевідкриті проблеми" -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3471,7 +3535,8 @@ 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:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3483,8 +3548,8 @@ msgstr "" msgid "Remove flag" msgstr "Зняти прапорець" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3499,17 +3564,22 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "Видалити фото (це незворотня операція!)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +#, fuzzy +msgid "Remove staff permissions" +msgstr "Редагувати права користувача" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "Відповісти " @@ -3517,14 +3587,14 @@ msgstr "Відповісти " msgid "Report" msgstr "Звіт" -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3533,7 +3603,7 @@ msgid "Report a problem" msgstr "Сповістити про проблему" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3549,7 +3619,7 @@ msgid "Report anonymously" msgstr "Сповіщено анонімно по %s" #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3585,7 +3655,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "Сповіщайте, переглядайте, або обговорюйте місцеві проблеми" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "Сповіщено анонімно по %s" @@ -3596,7 +3666,7 @@ msgstr "Сповіщено анонімно по %s" msgid "Reported before" msgstr "Сповіщено раніше" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "Перевідкрито %s о %s" @@ -3610,27 +3680,27 @@ msgstr "" msgid "Reported in the %s category" msgstr "Сповіщено в категорії %s " -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "Сповіщено в категорії %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "Сповіщено в категорію %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "Сповіщено %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "Сповіщено через %s %s о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "Сповіщено через %s в категорію %s анонімно о %s" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "Сповіщено через %s в категорію %s %s о %s" @@ -3649,17 +3719,15 @@ msgstr "" msgid "Reporting a problem" msgstr "Сповістити про проблему" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "Сповіщення" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3687,15 +3755,15 @@ msgid "Reports published" msgstr "Сповіщення опубліковано" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3708,7 +3776,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3761,39 +3829,45 @@ msgstr "" msgid "Right place?" msgstr "Те місце?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "Обслуговувач цієї дороги (отримано з дорожнього сервісу): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "Обслуговувач цієї дороги (з OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "Повернули вліво" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3809,20 +3883,20 @@ msgstr "" msgid "Satellite" msgstr "" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3839,13 +3913,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "Пошук сповіщень" @@ -3858,7 +3931,7 @@ msgstr "Пошук користувачів" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "Пошук сповіщень" @@ -3873,12 +3946,12 @@ msgstr "Пошук:" msgid "Searching found no reports." msgstr "Пошук не знайшов сповіщень." -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3888,8 +3961,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3899,7 +3971,7 @@ msgid "Select a body" msgstr "Оберіть орган" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "Оберіть район" @@ -3920,7 +3992,7 @@ msgstr "" msgid "Select:" msgstr "Оберіть:" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3933,7 +4005,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3942,11 +4014,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "Відправити %s %s пізніше" @@ -3984,7 +4056,7 @@ msgstr "" msgid "Shortlist" msgstr "Перелік" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -3995,7 +4067,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4020,8 +4092,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4032,7 +4104,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "Показувати шпильки" @@ -4092,7 +4164,7 @@ msgid "Some photos of recent reports" msgstr "Деякі фото нещодавніх проблем" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "Певний текст для локалізації" @@ -4101,12 +4173,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "" @@ -4124,9 +4195,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "Вибачте, сталася помилка" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "Вибачте, ми не знайшли це місце" @@ -4136,13 +4207,13 @@ msgstr "Вибачте, ми не знайшли це місце" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4157,11 +4228,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4170,11 +4241,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4198,18 +4269,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "Стан" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4218,31 +4289,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "Статистика" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "Статус" @@ -4260,7 +4328,7 @@ msgstr "" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "Підрозділ/Орган" @@ -4279,50 +4347,48 @@ msgstr "Тема:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "Підтвердити" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "Підтвердити анкету" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "Підтверджено" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "Підписатись" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4335,7 +4401,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "Поновлення обмежені кількістю в %s символів. Будь ласка скоротіть текст." -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4349,20 +4415,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "Резюме" @@ -4373,14 +4438,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4398,13 +4468,17 @@ msgstr "" msgid "Template «%s»" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "Текст" @@ -4425,6 +4499,11 @@ msgstr "Лише текстова версія" msgid "Text:" msgstr "Текст:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "Текст" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "Дякуємо, що розповіли про це!" @@ -4454,7 +4533,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "Дякуєм, раді чути, що проблему вирішено! Можемо ми поцікавитись чи сповіщали ви органи про будь-яку проблему раніше?" #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4466,27 +4545,29 @@ msgstr "Під час завантаження фото трапилась по 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "Поштовий код не розпізнано, вибачте." -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "Цю проблему зараз перезвітують." -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "Це сповіщення було видалено." @@ -4534,8 +4615,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4589,7 +4670,7 @@ msgstr "Трапилась помилка: %s" 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:153 +#: 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 "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." @@ -4651,8 +4732,8 @@ msgstr "Користувач не зміг позначити проблему msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4687,7 +4768,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4705,12 +4786,12 @@ msgstr "Сталась помилка при спробі показати ст msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "Сталась проблема з поновленням. Будь ласка спробуйте ще раз." @@ -4718,7 +4799,7 @@ msgstr "Сталась проблема з поновленням. Будь ла msgid "There were problems with your report. Please see below." msgstr "Зі сповіщенням є негаразди. Гляньте нижче." -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "З поновленням щось негаразд. Гляньте нижче." @@ -4794,10 +4875,10 @@ msgstr "" 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 "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "Ця інформація обов'язкова" @@ -4814,19 +4895,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4839,26 +4924,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "Це сповіщення наразі відмічено закритим." -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "Це сповіщення наразі відмічено вирішеним." -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "Це сповіщення відмічено відкритим." #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4866,15 +4951,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "Ця веб-сторінка також містить фото проблеми, які надав користувач." -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4898,6 +4986,10 @@ msgstr "Заголовок" 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 "" @@ -4923,7 +5015,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4948,11 +5040,6 @@ msgstr "" msgid "Total" msgstr "Загалом" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -4975,16 +5062,16 @@ msgstr "" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -4994,7 +5081,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5024,10 +5111,10 @@ msgstr "Невідома помилка" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "Невідомий ідентифікатор проблеми" @@ -5039,13 +5126,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "Поновлення" @@ -5096,29 +5183,27 @@ msgstr "Поновлення перевідкрило проблему" msgid "Update statuses" msgstr "Поновити статуси" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "Поновлено" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "Поновлено!" @@ -5129,7 +5214,7 @@ msgstr "Поновлено!" msgid "Updates" msgstr "Поновлення" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "Поновлення обмежені кількістю в %s символів. Будь ласка скоротіть текст." @@ -5159,6 +5244,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5172,8 +5265,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5191,7 +5284,7 @@ msgid "User flagged" msgstr "Користувач відмічений" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5204,27 +5297,25 @@ msgstr "Пошук користувачів знайшов співпадінн msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "Користувачі" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5232,9 +5323,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "Значення оновлено" @@ -5260,7 +5351,7 @@ msgstr "" msgid "View report on site" msgstr "Переглянути сповіщення на сайті" -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "Переглянути сповіщення по району" @@ -5268,7 +5359,7 @@ msgstr "Переглянути сповіщення по району" msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5286,7 +5377,7 @@ msgstr "Переглядаєм проблему" msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "Райони рад" @@ -5356,7 +5447,7 @@ msgstr "Коли відправлено" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5376,7 +5467,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "Хочете отримати ще іншу анкету за 4 тижні, нагадуючу вам про перевірку статусу?" @@ -5388,7 +5479,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "Повідомлення, написане суцільними великими літерами, робить його важким для сприйняття. Недосконала пунктуація так само." -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5399,12 +5489,12 @@ msgstr "Повідомлення, написане суцільними вели #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "Так" @@ -5417,7 +5507,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5430,7 +5520,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "You are reporting the following update for being abusive, containing personal information, or similar:" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5439,7 +5529,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "Ви можете переглянути проблему на цьому сайті." -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 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." @@ -5469,7 +5559,7 @@ msgstr "" msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5479,7 +5569,7 @@ msgid "You declined; please fill in the box above" msgstr "Ви відхилили. Будь ласка заповніть форму вище" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5487,7 +5577,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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 "" @@ -5496,8 +5586,7 @@ msgstr "" 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/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5564,9 +5653,9 @@ msgstr "Ваші сповіщення" #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5575,13 +5664,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5610,16 +5700,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5639,8 +5729,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5673,7 +5763,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5704,19 +5794,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "всі" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5724,8 +5814,8 @@ msgstr "" msgid "by %s" msgstr "від %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "рада" @@ -5756,6 +5846,10 @@ msgstr "редагувати користувача" msgid "from %s different users" msgstr "від %s різних користувачів" +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5773,7 +5867,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5856,12 +5950,12 @@ msgid "today" msgstr "сьогодні" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5886,7 +5980,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "двір" @@ -5962,7 +6056,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -5989,7 +6083,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6016,7 +6110,7 @@ msgstr[1] "%s полагоджено минувшого місяця" msgstr[2] "%s полагоджено минувшого місяця" msgstr[3] "%s полагоджено минувшого місяця" -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" @@ -6025,7 +6119,7 @@ msgstr[1] "%s звітів за минувший тиждень" msgstr[2] "%s звітів за минувший тиждень" msgstr[3] "%s звітів за минувший тиждень" -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" @@ -6034,7 +6128,7 @@ msgstr[1] "%s звітів недавно" msgstr[2] "%s звітів недавно" msgstr[3] "%s звітів недавно" -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6079,7 +6173,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" @@ -6088,7 +6182,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" @@ -6097,8 +6191,17 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#~ msgid "Available categories" -#~ 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 "Координати:" diff --git a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po index dd722962d78..3feff2f1fa1 100644 --- a/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po +++ b/locale/zh.UTF-8/LC_MESSAGES/FixMyStreet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: matthew@mysociety.org\n" -"POT-Creation-Date: 2020-05-06 13:37+0100\n" +"POT-Creation-Date: 2020-11-11 16:01+0000\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" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: perllib/FixMyStreet/DB/Result/Problem.pm:714 -#: perllib/FixMyStreet/DB/Result/Problem.pm:716 +#: perllib/FixMyStreet/DB/Result/Problem.pm:717 +#: perllib/FixMyStreet/DB/Result/Problem.pm:719 #: perllib/FixMyStreet/Queue/Item/Report.pm:194 msgid " and " msgstr "與" @@ -56,7 +56,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:31 +#: templates/web/base/reports/body.html:26 msgid "%s - Summary reports" msgstr "%s -申報總結" @@ -117,7 +117,7 @@ msgstr "%s 問卷送出 – % 回覆(%s%%)" msgid "%s ref: %s" msgstr "%s 流水號: %s " -#: perllib/FixMyStreet/Map/OSM.pm:44 +#: perllib/FixMyStreet/Map/OSM.pm:47 msgid "© OpenStreetMap contributors" msgstr "版本; OpenStreetMap開放街道地圖 貢獻者" @@ -163,6 +163,8 @@ msgstr "" msgid "(not sent to council)" 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:39 #: templates/web/zurich/report/new/fill_in_details_form.html:59 msgid "(optional)" @@ -181,8 +183,8 @@ msgstr "兩個都送出" msgid "(we also have RSS feeds for problems within %s)" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:769 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:778 #: templates/web/zurich/admin/bodies/form.html:27 msgid "-- Pick a category --" msgstr "選擇分類" @@ -214,17 +216,18 @@ msgstr "" "可以在你的設定檔加入一些 地圖連結別 " #: 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:23 -#: templates/web/base/reports/_list-filters.html:39 +#: templates/web/base/admin/triage/_list-filters.html:24 +#: templates/web/base/reports/_list-filters.html:41 msgid " %s reports %s" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:104 +#: templates/web/base/js/translation_strings.html:106 msgid "%s saved." msgstr "" @@ -254,7 +257,7 @@ msgid "Yes I have a password" msgstr " 我有密碼" #. ("JS") -#: templates/web/base/js/translation_strings.html:78 +#: templates/web/base/js/translation_strings.html:80 msgid "Take or choose existing photo" msgstr "" @@ -271,7 +274,7 @@ msgid "Access denied" msgstr "" #: templates/web/base/auth/2fa/intro.html:20 -#: templates/web/base/auth/generate_token.html:61 +#: templates/web/base/auth/generate_token.html:65 msgid "Activate two-factor authentication" msgstr "" @@ -295,7 +298,7 @@ msgstr "" msgid "Add a contact using the form below." msgstr "增加聯絡人請使用下方表單" -#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:140 #, fuzzy msgid "Add another parent category" msgstr "新增種類" @@ -328,7 +331,7 @@ msgstr "" msgid "Add new category" msgstr "新增種類" -#: templates/web/base/admin/extra-metadata-item.html:87 +#: templates/web/base/admin/extra-metadata-item.html:88 msgid "Add option" msgstr "" @@ -337,8 +340,8 @@ msgstr "" msgid "Add phone number" msgstr "" -#: templates/web/base/report/_item.html:10 -#: templates/web/base/report/_item.html:16 +#: templates/web/base/report/_item.html:21 +#: templates/web/base/report/_item.html:27 #: templates/web/base/report/_main.html:149 #: templates/web/base/report/_main.html:25 #: templates/web/base/report/_main.html:36 @@ -346,21 +349,20 @@ msgid "Add to shortlist" msgstr "" #: templates/web/base/admin/users/edit.html:4 -#: templates/web/base/admin/users/index.html:95 -#: templates/web/base/admin/users/index.html:98 +#: templates/web/base/admin/users/index.html:101 +#: templates/web/base/admin/users/index.html:104 msgid "Add user" msgstr "新增使用者" -#: perllib/FixMyStreet/Cobrand/Default.pm:777 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:209 +#: perllib/FixMyStreet/Cobrand/Default.pm:793 msgid "Add/edit problem categories" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:779 +#: perllib/FixMyStreet/Cobrand/Default.pm:795 msgid "Add/edit response priorities" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:778 +#: perllib/FixMyStreet/Cobrand/Default.pm:794 msgid "Add/edit response templates" msgstr "" @@ -376,6 +378,12 @@ msgstr "" msgid "Admin" msgstr "" +#. ("JS") +#: templates/web/base/js/translation_strings.html:67 +#: templates/web/base/maps/fms.html:5 templates/web/base/maps/osm.html:5 +msgid "Aerial" +msgstr "" + #: templates/web/base/auth/change_password.html:51 msgid "Again:" msgstr "再一次" @@ -388,8 +396,8 @@ msgstr "%s創建之 %d通知, 種類 %s, 參數 %s / %s" msgid "Alert %d disabled (created %s)" msgstr "%d 關閉通知 " -#: templates/web/base/report/form/user_loggedout_by_email.html:46 -#: templates/web/base/report/update/form_user_loggedin.html:35 +#: templates/web/base/report/form/user_loggedout_by_email.html:69 +#: templates/web/base/report/update/form_user_loggedin.html:38 msgid "Alert me to future updates" msgstr "通知我此事後續" @@ -401,10 +409,12 @@ msgstr "" #: templates/web/base/dashboard/index.html:52 #: templates/web/base/dashboard/index.html:65 #: templates/web/base/reports/_list-filter-status.html:4 +#: templates/web/zurich/header.html:57 #: templates/web/zurich/reports/_list-filter-status.html:2 msgid "All" msgstr "" +#: templates/web/zurich/admin/reports/index.html:1 #: templates/web/zurich/reports/index.html:14 msgid "All Reports" msgstr "所有事件申報" @@ -444,6 +454,11 @@ msgstr "%s 與 %s 之間申報" msgid "All time" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:81 +#, fuzzy +msgid "Allow anonymous reports on this category" +msgstr "%s 種類之申報" + #: templates/web/base/report/new/duplicate_suggestions.html:7 msgid "Already been reported?" msgstr "" @@ -480,7 +495,7 @@ msgstr "匿名" msgid "Anonymous user" msgstr "" -#: templates/web/base/admin/reports/edit.html:135 +#: templates/web/base/admin/reports/edit.html:148 #: templates/web/base/admin/update_edit.html:23 #: templates/web/base/admin/update_edit.html:96 #: templates/web/base/report/update/moderation_diff.html:5 @@ -493,7 +508,7 @@ msgid "Another user" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:79 +#: templates/web/base/js/translation_strings.html:81 msgid "Are you sure you want to cancel this upload?" msgstr "" @@ -502,8 +517,8 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:85 #: templates/web/base/admin/roles/form.html:25 #: templates/web/base/admin/states/index.html:48 -#: templates/web/base/admin/templates/edit.html:88 -#: templates/web/base/js/translation_strings.html:99 +#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/js/translation_strings.html:101 #: templates/web/base/report/display_tools.html:7 msgid "Are you sure?" msgstr "" @@ -514,7 +529,7 @@ msgstr "" msgid "Area covered" msgstr "涵蓋區域" -#: templates/web/base/admin/users/form.html:85 +#: templates/web/base/admin/users/form.html:56 msgid "Area:" msgstr "" @@ -528,27 +543,32 @@ msgstr "作為一個支援平台 %s出錯,本站所作的申報將送達給 msgid "Assign selected to role:" msgstr "派給 %s" -#: templates/web/zurich/admin/reports/edit.html:199 +#: templates/web/zurich/admin/reports/edit.html:203 msgid "Assign to competent body:" msgstr "分派給適任的機關 " -#: templates/web/zurich/admin/reports/edit.html:158 +#: 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:197 +#: templates/web/zurich/admin/reports/edit.html:201 msgid "Assign to external body:" msgstr "分派給外部機:" -#: templates/web/zurich/admin/reports/edit.html:176 +#: templates/web/zurich/admin/reports/edit.html:180 msgid "Assign to subdivision:" msgstr "交派給下級單位:" -#: perllib/FixMyStreet/Cobrand/Default.pm:774 +#: perllib/FixMyStreet/Cobrand/Default.pm:790 msgid "Assign users to areas" msgstr "" +#: templates/web/base/admin/users/form.html:84 +#, fuzzy +msgid "Assigned categories only" +msgstr "派給 %s" + #: perllib/FixMyStreet/Cobrand/Zurich.pm:185 msgid "Assigned to %s" msgstr "派給 %s" @@ -561,7 +581,7 @@ msgstr "每一則詢問的申報幾乎達 %d地回覆了。所有的要求,依 msgid "At the moment only searching for and looking at reports work." msgstr "目前僅提供部份查詢與查閱" -#: templates/web/base/admin/users/form.html:99 +#: templates/web/base/admin/users/form.html:70 msgid "Authorised staff users can be associated with the categories in which they operate." msgstr "" @@ -569,11 +589,11 @@ msgstr "" msgid "Auto Response" msgstr "" -#: templates/web/base/admin/templates/edit.html:77 +#: templates/web/base/admin/templates/edit.html:66 msgid "Auto-response:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:762 +#: perllib/FixMyStreet/Cobrand/Default.pm:778 msgid "Automatically populate report subject/detail" msgstr "" @@ -585,12 +605,13 @@ msgstr "" msgid "Avoid personal information and vehicle number plates" msgstr "" -#: perllib/FixMyStreet/DB/Result/Problem.pm:342 +#: perllib/FixMyStreet/DB/Result/Problem.pm:363 #: templates/web/zurich/report/_item.html:11 msgid "Awaiting moderation" msgstr "待核可" #. ("JS") +#: templates/web/base/dashboard/status.html:17 #: templates/web/base/js/translation_strings.html:45 msgid "Back" msgstr "回上層" @@ -611,14 +632,12 @@ msgstr "" msgid "Behaviour" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/Default.pm:776 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:208 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:418 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 +#: perllib/FixMyStreet/Cobrand/Default.pm:792 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:388 #: templates/web/base/admin/bodies/index.html:1 #: templates/web/base/admin/reports/edit.html:56 -#: templates/web/zurich/header.html:52 +#: templates/web/zurich/header.html:61 msgid "Bodies" msgstr "有關單位" @@ -631,11 +650,13 @@ msgstr "有關單位" msgid "Body" msgstr "有關單位" -#: templates/web/base/admin/users/form.html:53 +#: templates/web/base/admin/users/form.html:24 +#: templates/web/zurich/admin/users/form.html:13 msgid "Body:" msgstr "有關單位:" #: templates/web/base/admin/users/import.html:12 +#: templates/web/base/dashboard/status.html:24 msgid "CSV File" msgstr "" @@ -647,8 +668,7 @@ msgstr "你的信箱中找不到我們的來信嗎?先檢查看看垃圾回收 msgid "Can't see the map? Skip this step" msgstr "無法顯示地圖? 略過本步驟" -#: perllib/FixMyStreet/Cobrand/Default.pm:693 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:325 +#: perllib/FixMyStreet/Cobrand/Default.pm:709 #: templates/web/base/admin/responsepriorities/index.html:8 #: templates/web/base/admin/templates/view.html:7 msgid "Categories" @@ -664,15 +684,13 @@ msgstr "" #: templates/web/base/admin/bodies/body.html:73 #: templates/web/base/admin/stats/fix_rate.html:4 #: templates/web/base/dashboard/index.html:101 -#: templates/web/base/report/_inspect.html:16 -#: templates/web/base/report/_item.html:74 +#: templates/web/base/report/_inspect.html:15 +#: templates/web/base/report/_item.html:87 #: templates/web/base/report/new/category.html:23 #: templates/web/base/report/new/category_wrapper.html:3 +#: 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/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 #: templates/web/zurich/admin/stats/index.html:26 #: templates/web/zurich/admin/stats/index.html:71 msgid "Category" @@ -682,7 +700,7 @@ msgstr "類別" msgid "Category and State" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:414 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:416 msgid "Category changed from ‘%s’ to ‘%s’" msgstr "" @@ -705,6 +723,11 @@ msgstr "類別:" msgid "Change" msgstr "" +#: templates/web/base/report/inspect/information.html:62 +#, fuzzy +msgid "Change asset" +msgstr "更換密碼" + #: templates/web/base/auth/change_email.html:2 #: templates/web/base/auth/change_email.html:3 msgid "Change email address" @@ -721,7 +744,7 @@ msgstr "更換密碼" msgid "Change phone number" msgstr "" -#: templates/web/base/auth/generate_token.html:56 +#: templates/web/base/auth/generate_token.html:60 msgid "Change two-factor authentication" msgstr "" @@ -731,12 +754,12 @@ msgid "" " 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:44 +#: templates/web/base/report/_inspect.html:45 msgid "Choose another" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:98 +#: templates/web/base/js/translation_strings.html:100 msgid "Clear offline data" msgstr "" @@ -773,8 +796,8 @@ msgid "Close" msgstr "" #: perllib/FixMyStreet/Cobrand/FixaMinGata.pm:180 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:158 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:161 +#: 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 @@ -784,11 +807,7 @@ msgstr "" msgid "Closed" msgstr "關閉" -#: perllib/FixMyStreet/DB/Result/Problem.pm:905 -msgid "Closed by council" -msgstr "由地方政府關閉" - -#: templates/web/base/admin/reports/edit.html:181 +#: templates/web/base/admin/reports/edit.html:194 msgid "Closed to updates" msgstr "" @@ -821,13 +840,12 @@ msgid "Code" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:69 +#: templates/web/base/js/translation_strings.html:71 msgid "Collapse map" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:687 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:321 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:432 +#: perllib/FixMyStreet/Cobrand/Default.pm:703 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:402 #: templates/web/base/admin/config_page.html:1 msgid "Configuration" msgstr "設定" @@ -944,7 +962,7 @@ msgstr "創建申報" msgid "Create an account" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: templates/web/zurich/admin/bodies/contact-form.html:51 msgid "Create category" msgstr "創建類別" @@ -954,27 +972,25 @@ msgstr "創建類別" msgid "Create priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:765 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:200 +#: perllib/FixMyStreet/Cobrand/Default.pm:781 msgid "Create reports/updates as anonymous user" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:766 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:201 +#: perllib/FixMyStreet/Cobrand/Default.pm:782 msgid "Create reports/updates as the council" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:764 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:199 +#: perllib/FixMyStreet/Cobrand/Default.pm:780 msgid "Create reports/updates on a user's behalf" msgstr "" -#: templates/web/base/admin/templates/edit.html:84 +#: templates/web/base/admin/templates/edit.html:73 #: templates/web/zurich/admin/templates/edit.html:32 msgid "Create template" msgstr "創建模版" #: templates/web/base/admin/problem_row.html:34 +#: templates/web/base/dashboard/status.html:23 #: templates/web/zurich/admin/templates/view.html:10 msgid "Created" msgstr "建立" @@ -983,6 +999,17 @@ msgstr "建立" msgid "Created %d new users" msgstr "" +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:236 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +#, fuzzy +msgid "Created Body" +msgstr "建立" + +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:232 +#, fuzzy +msgid "Created By" +msgstr "建立" + #: templates/web/base/admin/list_updates.html:39 #: templates/web/base/admin/reports/edit.html:78 #: templates/web/base/admin/update_edit.html:55 @@ -994,10 +1021,6 @@ msgstr "建立:" msgid "Current password:" msgstr "" -#: templates/web/base/auth/generate_token.html:72 -msgid "Current token:" -msgstr "" - #: templates/web/base/dashboard/index.html:93 msgid "Currently grouped by %s" msgstr "" @@ -1007,19 +1030,21 @@ msgstr "" msgid "Currently no bodies have been created." msgstr "目前未創建內文" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:903 -#: templates/web/zurich/admin/report_edit-sdm.html:92 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:891 +#: 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/auth/generate_token.html:58 +#: templates/web/base/auth/generate_token.html:62 msgid "Deactivate two-factor authentication" msgstr "" @@ -1031,7 +1056,7 @@ msgstr "下屬單位5個工作天內處理。" msgid "Default" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:767 +#: perllib/FixMyStreet/Cobrand/Default.pm:783 msgid "Default to creating reports/updates as the council" msgstr "" @@ -1041,7 +1066,7 @@ msgid "Delete" msgstr "" #: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:79 -#: templates/web/base/admin/templates/edit.html:88 +#: templates/web/base/admin/templates/edit.html:77 #: templates/web/zurich/admin/templates/edit.html:36 msgid "Delete template" msgstr "刪除模版" @@ -1063,9 +1088,7 @@ msgid "Describe why you are moderating this" msgstr "" #: templates/web/base/admin/responsepriorities/index.html:7 -#: templates/web/zurich/admin/index-dm.html:24 -#: templates/web/zurich/admin/index-sdm.html:20 -#: templates/web/zurich/admin/reports/index.html:12 +#: templates/web/zurich/admin/_index_table.html:4 msgid "Description" msgstr "描述" @@ -1074,7 +1097,7 @@ msgstr "描述" msgid "Destination" msgstr "描述" -#: perllib/FixMyStreet/App/Controller/Report.pm:442 +#: perllib/FixMyStreet/App/Controller/Report.pm:464 msgid "Detailed information is limited to %d characters." msgstr "" @@ -1110,7 +1133,7 @@ msgid "Disable" msgstr "" #: templates/web/base/admin/bodies/contact-form.html:58 -#: templates/web/base/admin/extra-metadata-item.html:99 +#: templates/web/base/admin/extra-metadata-item.html:100 msgid "Disable form when this category is selected" msgstr "" @@ -1118,6 +1141,16 @@ msgstr "" msgid "Disable form when this option is selected" msgstr "" +#: templates/web/base/admin/bodies/contact-form.html:74 +#, fuzzy +msgid "Disable reopening of reports in this category" +msgstr "%s 種類之申報" + +#: templates/web/base/admin/bodies/contact-form.html:68 +#, fuzzy +msgid "Disable updates on reports in this category" +msgstr "%s 種類之申報" + #: templates/web/base/admin/users/alerts.html:23 msgid "Disabled:" msgstr "" @@ -1152,24 +1185,24 @@ msgstr "不知道" msgid "Don't like forms?" msgstr "不喜歡此表單?" -#: templates/web/base/report/_item.html:27 +#: templates/web/base/report/_item.html:38 msgid "Down one" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:77 +#: templates/web/base/js/translation_strings.html:79 msgid "Drag photos here or browse photos" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:70 +#: templates/web/base/admin/extra-metadata-item.html:71 msgid "Drop-down list" msgstr "" -#: templates/web/base/report/_inspect.html:39 +#: templates/web/base/report/_inspect.html:40 msgid "Duplicate of" msgstr "" -#: templates/web/base/report/_inspect.html:49 +#: templates/web/base/report/_inspect.html:50 msgid "Duplicates" msgstr "" @@ -1184,7 +1217,7 @@ msgstr "" "不同類別 能夠同一位承辦人 (電子郵件)\n" "這表示你可以多加一些類別,即使你只聯絡一位承辦人員。" -#: templates/web/base/report/_item.html:65 +#: templates/web/base/report/_item.html:78 #: templates/web/base/report/inspect/information.html:22 msgid "Easting/Northing:" msgstr "" @@ -1196,7 +1229,7 @@ msgstr "" #: 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:49 +#: templates/web/zurich/admin/problem_row.html:52 #: templates/web/zurich/admin/templates/view.html:20 msgid "Edit" msgstr "編輯" @@ -1207,12 +1240,11 @@ msgstr "編輯" msgid "Edit body details" msgstr "編輯有關單位細節" -#: perllib/FixMyStreet/Cobrand/Default.pm:772 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:206 +#: perllib/FixMyStreet/Cobrand/Default.pm:788 msgid "Edit other users' permissions" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:757 +#: perllib/FixMyStreet/Cobrand/Default.pm:773 msgid "Edit report category" msgstr "" @@ -1220,17 +1252,15 @@ msgstr "" msgid "Edit report details" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:758 +#: perllib/FixMyStreet/Cobrand/Default.pm:774 msgid "Edit report priority" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:756 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:198 +#: perllib/FixMyStreet/Cobrand/Default.pm:772 msgid "Edit reports" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:771 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:205 +#: perllib/FixMyStreet/Cobrand/Default.pm:787 msgid "Edit users' details/search for their reports" msgstr "" @@ -1267,8 +1297,9 @@ 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:21 -#: templates/web/base/report/display_tools.html:50 +#: templates/web/base/alert/updates.html:23 +#: templates/web/base/report/display_tools.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:38 #: templates/web/base/report/new/duplicate_suggestions.html:33 #: templates/web/zurich/admin/bodies/body.html:15 #: templates/web/zurich/admin/bodies/form.html:9 @@ -1277,15 +1308,14 @@ msgstr "編輯器" msgid "Email" msgstr "電子郵件" -#: templates/web/base/alert/_list.html:69 +#: templates/web/base/alert/_list.html:70 #: templates/web/base/auth/change_email.html:37 #: templates/web/base/report/new/form_user_loggedin.html:39 #: templates/web/base/report/update/form_user_loggedin.html:25 msgid "Email address" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:38 -#: templates/web/base/report/new/form_user_loggedin.html:60 +#: templates/web/base/report/new/form_user_loggedin.html:63 msgid "Email address (optional)" msgstr "" @@ -1305,12 +1335,13 @@ msgstr "" msgid "Email me a link to sign in" msgstr "" -#: templates/web/base/admin/users/form.html:28 +#: templates/web/base/admin/users/_form_details.html:21 msgid "Email verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:151 -#: templates/web/base/admin/users/form.html:22 templates/web/base/my/my.html:36 +#: templates/web/base/admin/reports/edit.html:164 +#: templates/web/base/admin/users/_form_details.html:14 +#: templates/web/base/my/my.html:36 #: templates/web/zurich/admin/bodies/contact-form.html:23 msgid "Email:" msgstr "電子郵件:" @@ -1378,12 +1409,12 @@ msgstr "" msgid "Endpoint" msgstr "結束點" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:83 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:85 #, fuzzy msgid "Enter a Zürich street name" msgstr "輸入街道名稱 " -#: perllib/FixMyStreet/Cobrand/UK.pm:22 +#: perllib/FixMyStreet/Cobrand/UK.pm:26 msgid "Enter a nearby UK postcode, or street name and area" msgstr "輸入本區的郵編,街名或區域。" @@ -1410,10 +1441,10 @@ msgstr "請在此填寫問題的細節" msgid "Error" msgstr "錯誤" -#: templates/web/base/admin/triage/_list-filters.html:12 +#: 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:16 -#: templates/web/base/reports/_list-filters.html:28 +#: templates/web/base/reports/_list-filters.html:18 +#: templates/web/base/reports/_list-filters.html:30 msgid "Everything" msgstr "一切" @@ -1426,7 +1457,7 @@ msgstr "郵遞區號範例 %s" msgid "Examples:" msgstr "範例:" -#: templates/web/base/admin/report-category.html:10 +#: templates/web/base/admin/report-category.html:8 msgid "Existing category" msgstr "" @@ -1435,7 +1466,7 @@ msgid "Existing users won't be modified." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/js/translation_strings.html:70 msgid "Expand map" msgstr "" @@ -1460,7 +1491,7 @@ msgid "External body" msgstr "" #: templates/web/base/admin/reports/edit.html:112 -#: templates/web/base/admin/templates/edit.html:63 +#: templates/web/base/admin/templates/_external.html:10 msgid "External status code" msgstr "" @@ -1472,20 +1503,20 @@ msgstr "" msgid "External team" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:718 +#: perllib/FixMyStreet/Cobrand/Default.pm:734 #: 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:114 +#: templates/web/base/admin/bodies/contact-form.html:146 #: templates/web/base/admin/reports/edit.html:134 #: templates/web/base/admin/update_edit.html:97 #: templates/web/base/report/update/moderation_diff.html:8 msgid "Extra data:" msgstr "其它資料:" -#: templates/web/base/report/_item.html:90 +#: templates/web/base/report/_item.html:99 #: templates/web/base/report/inspect/_extra_details_field.html:2 #: templates/web/base/report/new/category_extras.html:15 msgid "Extra details" @@ -1518,20 +1549,25 @@ msgid "Fill in your details manually." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:71 +#: templates/web/base/js/translation_strings.html:73 msgid "Filter" msgstr "" -#: templates/web/zurich/admin/index-dm.html:35 -#: templates/web/zurich/admin/index-sdm.html:30 -msgid "Filter report list" -msgstr "過濾初次申報 " - #: templates/web/base/questionnaire/creator_fixed.html:16 #: templates/web/base/questionnaire/index.html:68 msgid "First time" msgstr "首次" +#: templates/web/base/dashboard/heatmap-list.html:4 +#, fuzzy +msgid "Five most recent commented reports" +msgstr "最近申報之照片" + +#: templates/web/base/dashboard/heatmap-list.html:1 +#, fuzzy +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 "選擇涵蓋的區域 編輯有關單位 表單。" @@ -1561,7 +1597,7 @@ msgstr "標記警告為刪除 " msgid "Flag user" msgstr "標記警告用戶" -#: perllib/FixMyStreet/Cobrand/Default.pm:685 +#: perllib/FixMyStreet/Cobrand/Default.pm:701 #: templates/web/base/admin/users/index.html:47 msgid "Flagged" msgstr "標記警告" @@ -1570,7 +1606,7 @@ msgstr "標記警告" msgid "Flagged reports and users" msgstr "標記警告申報與用戶" -#: templates/web/base/admin/users/form.html:110 +#: templates/web/base/admin/users/form.html:95 msgid "Flagged users are listed on the flagged page." msgstr "標記警告用戶其已被列入 警告頁" @@ -1578,8 +1614,8 @@ 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.html:155 -#: templates/web/base/admin/users/form.html:117 +#: templates/web/base/admin/reports/edit.html:168 +#: templates/web/base/admin/users/form.html:102 msgid "Flagged:" msgstr "警告:" @@ -1605,11 +1641,11 @@ msgstr "" msgid "Forgotten your password?" msgstr "忘記您的密碼?" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:818 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:812 msgid "Forwarded to external body" msgstr "轉寄給外部機構" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:819 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:813 msgid "Forwarded wish to external body" msgstr "轉寄願望給外部機構" @@ -1619,12 +1655,20 @@ msgstr "轉寄願望給外部機構" msgid "Frequently Asked Questions" msgstr "常見問題回覆 " +#: templates/web/base/dashboard/heatmap.html:29 +msgid "From" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:101 +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:78 +#: templates/web/base/auth/generate_token.html:75 msgid "Generate token" msgstr "" @@ -1646,7 +1690,7 @@ msgstr "取得 %s問題之更新" msgid "Get updates of problems in this %s" msgstr "取得 %s區域內的問題更新" -#: templates/web/base/alert/_list.html:80 +#: templates/web/base/alert/_list.html:81 msgid "Give me an RSS feed" msgstr "我要訂閱RSS" @@ -1662,15 +1706,15 @@ msgstr "很高興聽到問題已處理了。" #: templates/web/base/admin/index.html:37 #: templates/web/base/admin/index.html:54 #: templates/web/base/admin/responsepriorities/index.html:48 -#: templates/web/base/admin/triage/_list-filters.html:24 -#: templates/web/base/admin/triage/_list-filters.html:39 -#: templates/web/base/admin/triage/_list-filters.html:45 +#: 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:40 -#: templates/web/base/reports/_list-filters.html:49 +#: templates/web/base/reports/_list-filters.html:42 +#: templates/web/base/reports/_list-filters.html:51 #: templates/web/base/reports/index.html:89 #: templates/web/zurich/admin/stats/index.html:37 msgid "Go" @@ -1680,7 +1724,7 @@ msgstr "走" msgid "Going to send questionnaire?" msgstr "即將送出問卷?" -#: perllib/FixMyStreet/Cobrand/Default.pm:773 +#: perllib/FixMyStreet/Cobrand/Default.pm:789 msgid "Grant access to the admin" msgstr "" @@ -1706,6 +1750,7 @@ 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 "" @@ -1740,7 +1785,8 @@ msgstr "隱藏" msgid "Hidden data in reporting form" msgstr "" -#: templates/web/base/admin/users/form.html:196 +#: templates/web/base/admin/users/form.html:181 +#: templates/web/zurich/admin/users/form.html:38 msgid "Hide all reports and updates" msgstr "" @@ -1768,7 +1814,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:65 #: templates/web/base/around/display_location.html:73 -#: templates/web/base/js/translation_strings.html:74 +#: templates/web/base/js/translation_strings.html:76 msgid "Hide pins" msgstr "隱藏地圖標示" @@ -1822,11 +1868,9 @@ msgstr " 我們無法在資料庫中找到您的問題。\n" #: 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-dm.html:23 -#: templates/web/zurich/admin/index-sdm.html:19 +#: templates/web/zurich/admin/_index_table.html:3 #: templates/web/zurich/admin/list_updates.html:24 #: templates/web/zurich/admin/list_updates.html:38 -#: templates/web/zurich/admin/reports/index.html:11 msgid "ID" msgstr "帳戶" @@ -1847,15 +1891,15 @@ msgstr "" 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:100 +#: 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:106 +#: 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:72 +#: templates/web/base/admin/templates/edit.html:61 msgid "If ticked, this template will be used for Open311 updates that put problems in this state." msgstr "" @@ -1872,7 +1916,7 @@ msgstr "" 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:83 +#: templates/web/base/auth/generate_token.html:80 msgid "If you generate a new token the existing token will no longer work." msgstr "" @@ -1896,7 +1940,7 @@ msgstr "" msgid "If you submit a problem here the problem will not be reported to the council." msgstr "" -#: templates/web/base/admin/templates/edit.html:59 +#: 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 "" @@ -1935,7 +1979,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:124 +#: templates/web/base/admin/bodies/contact-form.html:157 msgid "If you’ve made changes, leave a note explaining what, for other admins to see." msgstr "" @@ -1959,6 +2003,17 @@ msgstr "濫用表格?" 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 "此外,下列理由並非為Open311 v2更新特定部份回覆傳送: agency_sent_datetime, 主旨(部份回覆之敍述), interface_used, comment_count, requestor_name (只有在同意姓名公開下才會呈現)." +#. ("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 +#, fuzzy +msgid "In wards" +msgstr "路檔" + #: templates/web/base/admin/bodies/contact-form.html:35 #: templates/web/zurich/admin/bodies/contact-form.html:40 msgid "Inactive" @@ -1968,20 +2023,20 @@ msgstr "" msgid "Inbox zero, here we come!" msgstr "信箱已閱畢!" -#: templates/web/zurich/admin/reports/edit.html:213 +#: templates/web/zurich/admin/reports/edit.html:217 msgid "Include reporter personal details" msgstr "包括申報人的個人細節" -#: perllib/FixMyStreet/App/Controller/Open311.pm:348 +#: perllib/FixMyStreet/App/Controller/Open311.pm:334 msgid "Incorrect has_photo value \"%s\"" msgstr "不正確的照片值數 \"%s\"" -#: templates/web/base/admin/triage/_inspect.html:31 -#: templates/web/base/report/_inspect.html:5 +#: templates/web/base/admin/triage/_inspect.html:30 +#: templates/web/base/report/_inspect.html:4 msgid "Inspect report" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:761 +#: perllib/FixMyStreet/Cobrand/Default.pm:777 msgid "Instruct contractors to fix problems" msgstr "" @@ -1998,16 +2053,12 @@ msgstr "內部筆記" msgid "Internal notes" msgstr "內部筆記" -#: perllib/FixMyStreet/App/Controller/Open311.pm:333 -msgid "Invalid agency_responsible value %s" -msgstr "無效的權責單位數值 %s" - -#: perllib/FixMyStreet/App/Controller/Open311.pm:443 +#: perllib/FixMyStreet/App/Controller/Open311.pm:435 msgid "Invalid format %s specified." msgstr "無效的%s 特定格式" #: perllib/FixMyStreet/App/Controller/Moderate.pm:305 -#: perllib/FixMyStreet/App/Controller/Report.pm:504 +#: perllib/FixMyStreet/App/Controller/Report.pm:534 msgid "Invalid location. New location must be covered by the same council." msgstr "" @@ -2059,13 +2110,13 @@ msgstr "上回更新:" msgid "Last update:" msgstr "上一次更新:" -#: templates/web/base/report/_item.html:70 +#: templates/web/base/report/_item.html:83 #: templates/web/base/report/inspect/information.html:26 #: templates/web/base/report/update/moderation_diff.html:6 msgid "Latitude/Longitude:" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:36 +#: templates/web/base/admin/triage/_list-filters.html:37 #: templates/web/base/reports/_list-filters-sort.html:10 msgid "Least recently updated" msgstr "" @@ -2082,7 +2133,7 @@ msgstr "列出所有申報的問題 " msgid "Loading reports…" msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1556 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1606 #: templates/web/base/report/new/category_wrapper.html:9 msgid "Loading..." msgstr "載入中...." @@ -2120,17 +2171,18 @@ msgid "Log in with Twitter" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:85 +#: templates/web/base/js/translation_strings.html:87 #: templates/web/base/report/form/user.html:27 msgid "Log in with email" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:83 +#: templates/web/base/js/translation_strings.html:85 msgid "Log in with email/text" msgstr "" -#: templates/web/base/admin/users/form.html:194 +#: templates/web/base/admin/users/form.html:179 +#: templates/web/zurich/admin/users/form.html:36 msgid "Log out of all sessions" msgstr "" @@ -2148,19 +2200,20 @@ msgstr "" msgid "MAP" msgstr "地圖" -#: templates/web/base/admin/users/form.html:195 +#: templates/web/base/admin/users/form.html:180 +#: templates/web/zurich/admin/users/form.html:37 msgid "Make anonymous on all reports and updates" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:763 +#: perllib/FixMyStreet/Cobrand/Default.pm:779 msgid "Manage shortlist" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:688 +#: perllib/FixMyStreet/Cobrand/Default.pm:704 msgid "Manifest Theme" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:31 +#: templates/web/base/admin/triage/_list-filters.html:32 #: templates/web/base/reports/_list-filters-sort.html:5 msgid "Manual order" msgstr "" @@ -2174,24 +2227,24 @@ msgstr "地圖" msgid "Mark as sent" msgstr "標註為關閉" -#: templates/web/base/admin/users/form.html:108 +#: templates/web/base/admin/users/form.html:93 msgid "Mark users whose behaviour you want to keep a check on as flagged." msgstr "標註用戶哪些行為您將要給予警告標記." -#: perllib/FixMyStreet/Cobrand/Default.pm:760 +#: perllib/FixMyStreet/Cobrand/Default.pm:776 msgid "Markup problem details" msgstr "" -#: templates/web/base/contact/enquiry/index.html:41 +#: templates/web/base/contact/enquiry/index.html:42 #: templates/web/base/contact/index.html:109 msgid "Message" msgstr "留言" -#: templates/web/zurich/admin/reports/edit.html:269 +#: templates/web/zurich/admin/reports/edit.html:273 msgid "Message to competent body:" msgstr "給適任單位的訊息" -#: templates/web/zurich/admin/reports/edit.html:267 +#: templates/web/zurich/admin/reports/edit.html:271 msgid "Message to external body:" msgstr "給外部機構的訊息" @@ -2204,7 +2257,7 @@ msgstr "" msgid "Missing bodies:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Open311.pm:451 +#: perllib/FixMyStreet/App/Controller/Open311.pm:443 msgid "Missing jurisdiction_id" msgstr "遺失 jurisdiction_id" @@ -2212,8 +2265,7 @@ msgstr "遺失 jurisdiction_id" msgid "Moderate" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:755 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:197 +#: perllib/FixMyStreet/Cobrand/Default.pm:771 msgid "Moderate report details" msgstr "" @@ -2236,7 +2288,7 @@ msgstr "" msgid "Moderated by division within one working day" msgstr "一個工作天內協調出部門" -#: templates/web/base/admin/reports/edit.html:193 +#: templates/web/base/admin/reports/edit.html:206 #: templates/web/base/admin/update_edit.html:86 msgid "Moderation history" msgstr "" @@ -2246,14 +2298,14 @@ msgstr "" msgid "Month" msgstr "月份" -#: templates/web/base/admin/triage/_list-filters.html:37 +#: 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:696 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:707 +#: perllib/FixMyStreet/App/Controller/Report.pm:724 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:735 #: templates/web/base/admin/category-checkboxes.html:32 msgid "Multiple Groups" msgstr "" @@ -2281,9 +2333,10 @@ msgstr "" msgid "Name" msgstr "名字" -#: templates/web/base/admin/reports/edit.html:140 +#: templates/web/base/admin/reports/edit.html:153 #: templates/web/base/admin/update_edit.html:34 -#: templates/web/base/admin/users/form.html:19 templates/web/base/my/my.html:35 +#: templates/web/base/admin/users/_form_details.html:10 +#: templates/web/base/my/my.html:35 #: templates/web/zurich/admin/stats/index.html:62 msgid "Name:" msgstr "名字:" @@ -2301,7 +2354,7 @@ msgstr "" msgid "Nearest calculated address:" msgstr "" -#: perllib/FixMyStreet/Geocode/OSM.pm:154 +#: perllib/FixMyStreet/Geocode/OSM.pm:155 msgid "Nearest named road to the pin placed on the map (automatically generated using OpenStreetMap): %s%s" msgstr "找出地圖標記上最近的街道名稱(利用 OpenStreetMap自動産生): %s%s" @@ -2309,12 +2362,12 @@ msgstr "找出地圖標記上最近的街道名稱(利用 OpenStreetMap自動産 msgid "Nearest postcode to the pin placed on the map (automatically generated): %s (%sm away)" msgstr "找出地圖標記上最近的郵遞區號(自動産生): %s(%sm away)" -#: perllib/FixMyStreet/Cobrand/Default.pm:607 +#: perllib/FixMyStreet/Cobrand/Default.pm:623 #: 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:358 +#: perllib/FixMyStreet/Script/Alerts.pm:363 msgid "" "Nearest road to the pin placed on the map (automatically generated by Bing Maps): %s\n" "\n" @@ -2339,7 +2392,7 @@ msgstr "" msgid "New body added" msgstr "新增內文" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:321 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:334 msgid "New category contact added" msgstr "新增類別承辦 人" @@ -2352,8 +2405,8 @@ msgstr "" msgid "New field" msgstr "" -#: templates/web/zurich/admin/report_edit-sdm.html:96 -#: templates/web/zurich/admin/reports/edit.html:125 +#: templates/web/zurich/admin/report_edit-sdm.html:102 +#: templates/web/zurich/admin/reports/edit.html:129 msgid "New internal note:" msgstr "新內部筆記" @@ -2361,13 +2414,13 @@ msgstr "新內部筆記" msgid "New local problems on FixMyStreet" msgstr "FixMyStreet之新近當地問題 " -#: templates/web/zurich/admin/report_edit-sdm.html:100 +#: templates/web/zurich/admin/report_edit-sdm.html:106 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.html:50 +#: templates/web/base/report/form/user_loggedout_by_email.html:73 msgid "New password:" msgstr "" @@ -2444,7 +2497,7 @@ msgstr "新模版" msgid "New updates on report %s" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:33 +#: templates/web/base/admin/triage/_list-filters.html:34 #: templates/web/base/reports/_list-filters-sort.html:7 msgid "Newest" msgstr "" @@ -2457,7 +2510,6 @@ msgstr "下一步" msgid "Next:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:1262 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:5 @@ -2466,11 +2518,11 @@ msgstr "" #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:138 +#: templates/web/base/admin/reports/edit.html:151 #: templates/web/base/admin/update_edit.html:26 #: templates/web/base/admin/users/alerts.html:21 -#: templates/web/base/questionnaire/index.html:108 #: templates/web/base/questionnaire/index.html:41 +#: templates/web/base/questionnaire/index.html:85 msgid "No" msgstr "無" @@ -2482,11 +2534,12 @@ msgstr "" msgid "No account?" msgstr "" -#: templates/web/base/admin/users/form.html:55 +#: templates/web/base/admin/users/form.html:26 +#: templates/web/zurich/admin/users/form.html:15 msgid "No body" msgstr "無有關單位" -#: perllib/FixMyStreet/DB/Result/Problem.pm:374 +#: perllib/FixMyStreet/DB/Result/Problem.pm:395 msgid "No council selected" msgstr "未選擇地方政府" @@ -2502,8 +2555,8 @@ msgstr "未發現標記警告問題 " msgid "No flagged users found." msgstr "未發現標記警告用戶" -#: templates/web/zurich/admin/report_edit-sdm.html:112 -#: templates/web/zurich/admin/reports/edit.html:248 +#: templates/web/zurich/admin/report_edit-sdm.html:118 +#: templates/web/zurich/admin/reports/edit.html:252 msgid "No further updates" msgstr "尚無更新" @@ -2541,15 +2594,15 @@ msgstr "無支援" msgid "None" msgstr "沒有" -#: templates/web/base/admin/users/form.html:79 -#: templates/web/base/admin/users/form.html:80 +#: templates/web/base/admin/users/form.html:50 +#: templates/web/base/admin/users/form.html:51 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:45 -#: templates/web/base/admin/users/form.html:46 +#: templates/web/base/admin/users/form.html:16 +#: templates/web/base/admin/users/form.html:17 msgid "" "Normal (public) users should not be associated with any body.
\n" " Authorised staff users can be associated with the body they represent.
\n" @@ -2561,10 +2614,14 @@ msgstr "" "這要看具體落實執行狀況,工作人員可能有權使用控制台(其關構下的\n" "所有活動總覧)。也有能力隱暪某些申報或更改某些申報的狀況。" -#: templates/web/zurich/admin/report_edit-sdm.html:88 +#: 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 "之前未申報過" @@ -2612,12 +2669,12 @@ msgid "Offline" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:100 +#: templates/web/base/js/translation_strings.html:102 msgid "Offline data cleared" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:97 +#: templates/web/base/js/translation_strings.html:99 msgid "Offline update data saved" msgstr "" @@ -2625,12 +2682,12 @@ msgstr "" msgid "Old state" msgstr "舊陳述" -#: templates/web/base/admin/triage/_list-filters.html:34 +#: 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:98 +#: perllib/FixMyStreet/SendReport/Email.pm:96 msgid "On behalf of %s" msgstr "" @@ -2639,7 +2696,7 @@ 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:156 +#: 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 @@ -2670,7 +2727,7 @@ msgstr "Open311 啟動網頁" msgid "Open311 specification" msgstr "Open311 規範 " -#: templates/web/base/admin/extra-metadata-item.html:75 +#: templates/web/base/admin/extra-metadata-item.html:76 msgid "Options" msgstr "" @@ -2682,7 +2739,7 @@ msgstr "" msgid "Or sign in with password to prefill this information." msgstr "" -#: templates/web/base/alert/_list.html:79 +#: templates/web/base/alert/_list.html:80 msgid "Or subscribe by RSS" msgstr "" @@ -2690,16 +2747,16 @@ msgstr "" msgid "Order" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:99 -#: perllib/FixMyStreet/App/Controller/Report.pm:703 -#: perllib/FixMyStreet/App/Controller/Report.pm:706 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1427 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:770 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:771 -#: perllib/FixMyStreet/DB/Result/Problem.pm:641 -#: perllib/FixMyStreet/DB/Result/Problem.pm:648 -#: perllib/FixMyStreet/DB/Result/Problem.pm:663 -#: perllib/FixMyStreet/DB/Result/Problem.pm:672 +#: perllib/FixMyStreet/App/Controller/Admin/Triage.pm:97 +#: perllib/FixMyStreet/App/Controller/Report.pm:731 +#: perllib/FixMyStreet/App/Controller/Report.pm:734 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1477 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:779 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:780 +#: perllib/FixMyStreet/DB/Result/Problem.pm:644 +#: perllib/FixMyStreet/DB/Result/Problem.pm:651 +#: perllib/FixMyStreet/DB/Result/Problem.pm:666 +#: perllib/FixMyStreet/DB/Result/Problem.pm:675 #: perllib/FixMyStreet/Queue/Item/Report.pm:132 #: perllib/FixMyStreet/Queue/Item/Report.pm:195 msgid "Other" @@ -2731,7 +2788,7 @@ msgstr "找無此頁" msgid "Parent" msgstr "上級 " -#: templates/web/base/admin/bodies/contact-form.html:98 +#: templates/web/base/admin/bodies/contact-form.html:130 #, fuzzy msgid "Parent categories" msgstr "創建類別" @@ -2740,13 +2797,13 @@ msgstr "創建類別" msgid "Partial" msgstr "部份" -#: templates/web/base/report/form/user_loggedout_by_email.html:51 +#: templates/web/base/report/form/user_loggedout_by_email.html:74 #: templates/web/zurich/auth/general.html:20 #: templates/web/zurich/auth/general.html:46 msgid "Password (optional)" msgstr "密碼(任選):" -#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:248 +#: perllib/FixMyStreet/App/Controller/Auth/Social.pm:259 #, fuzzy msgid "Password change cancelled." msgstr "密碼已更新" @@ -2761,7 +2818,7 @@ msgstr "密碼(任選):" msgid "Permissions" msgstr "永久連結" -#: templates/web/base/admin/users/form.html:159 +#: templates/web/base/admin/users/form.html:144 msgid "Permissions:" msgstr "" @@ -2769,19 +2826,24 @@ msgstr "" msgid "Permit blank updates" msgstr "" +#: templates/web/base/report/form/user_loggedout_by_email.html:42 +#, fuzzy +msgid "Phone" +msgstr "電話" + #: templates/web/base/report/inspect/information.html:15 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:34 #: templates/web/zurich/report/new/fill_in_details_form.html:65 msgid "Phone number" msgstr "電話號碼" -#: templates/web/base/report/form/user_loggedout_by_email.html:13 -#: templates/web/base/report/form/user_loggedout_by_email.html:33 -#: templates/web/base/report/new/form_user_loggedin.html:53 +#: templates/web/base/report/form/user_loggedout_by_email.html:12 +#: templates/web/base/report/new/form_user_loggedin.html:56 msgid "Phone number (optional)" msgstr "電話號碼(非必填)" @@ -2789,30 +2851,26 @@ msgstr "電話號碼(非必填)" msgid "Phone numbers are limited to %s characters in length." msgstr "" -#: templates/web/base/admin/users/form.html:32 +#: templates/web/base/admin/users/_form_details.html:26 msgid "Phone verified:" msgstr "" -#: templates/web/base/admin/reports/edit.html:148 -#: templates/web/base/admin/users/form.html:30 templates/web/base/my/my.html:47 +#: templates/web/base/admin/reports/edit.html:161 +#: templates/web/base/admin/users/_form_details.html:24 +#: templates/web/base/my/my.html:47 #: templates/web/zurich/admin/stats/index.html:60 msgid "Phone:" msgstr "電話" #: templates/web/base/admin/update_edit.html:95 -#: templates/web/base/questionnaire/index.html:80 -#: templates/web/base/questionnaire/index.html:95 -#: templates/web/base/questionnaire/index.html:97 +#: templates/web/base/report/form/photo_upload.html:19 +#: templates/web/base/report/form/photo_upload.html:21 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 #: templates/web/base/report/new/form_report.html:56 #: templates/web/base/report/new/form_report.html:58 -#: templates/web/base/report/update/form_update.html:22 -#: templates/web/base/report/update/form_update.html:24 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/base/report/update/moderation_diff.html:4 -#: templates/web/zurich/admin/index-dm.html:31 -#: templates/web/zurich/admin/index-sdm.html:24 -#: templates/web/zurich/admin/reports/index.html:16 +#: templates/web/zurich/admin/_index_table.html:11 #: templates/web/zurich/admin/stats/index.html:58 #: templates/web/zurich/report/new/fill_in_details_form.html:20 #: templates/web/zurich/report/new/fill_in_details_form.html:36 @@ -2832,9 +2890,8 @@ msgstr "要求提供照片" msgid "Photo upload failed." msgstr "" -#: templates/web/base/questionnaire/index.html:80 +#: templates/web/base/report/form/photo_upload.html:4 #: templates/web/base/report/new/form_report.html:41 -#: templates/web/base/report/update/form_update.html:7 #: templates/web/zurich/report/new/fill_in_details_form.html:20 msgid "Photos" msgstr "" @@ -2843,7 +2900,7 @@ msgstr "" msgid "Photos of recent nearby reports" msgstr "最近申報之照片" -#: templates/web/base/contact/enquiry/index.html:49 +#: templates/web/base/contact/enquiry/index.html:50 msgid "Photos/Documents" msgstr "" @@ -2857,6 +2914,11 @@ msgstr "" 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:79 #: templates/web/base/js/translation_strings.html:44 @@ -2884,27 +2946,26 @@ msgid "Please check your email address is correct" msgstr "請確認您電郵地址無誤" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:521 -#: perllib/FixMyStreet/DB/Result/User.pm:263 -#: perllib/FixMyStreet/DB/Result/User.pm:264 +#: perllib/FixMyStreet/DB/Result/User.pm:268 +#: perllib/FixMyStreet/DB/Result/User.pm:269 #: 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:232 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1034 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1077 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:231 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1068 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1111 #: templates/web/base/js/translation_strings.html:21 msgid "Please choose a category" msgstr "請選擇類別" -#: perllib/FixMyStreet/App/Controller/Auth.pm:471 #: perllib/FixMyStreet/App/Controller/Auth.pm:497 msgid "Please choose a less commonly-used password" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:312 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:325 #: templates/web/base/admin/bodies/body.html:12 #: templates/web/base/admin/bodies/index.html:4 #: templates/web/base/admin/templates/edit.html:13 @@ -2926,27 +2987,27 @@ msgid "Please do not be abusive — abusing your council devalues the s msgstr "請勿濫用本服務,濫用將造成您的政府輕視其它使用者之意見 " #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:233 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:298 -#: perllib/FixMyStreet/DB/Result/Comment.pm:143 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:232 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:311 +#: perllib/FixMyStreet/DB/Result/Comment.pm:198 #: templates/web/base/js/translation_strings.html:6 msgid "Please enter a message" msgstr "請寫下您的留言" #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:519 -#: perllib/FixMyStreet/DB/Result/User.pm:266 -#: perllib/FixMyStreet/DB/Result/User.pm:267 +#: perllib/FixMyStreet/DB/Result/User.pm:271 +#: perllib/FixMyStreet/DB/Result/User.pm:272 #: 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:135 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:270 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:130 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:265 msgid "Please enter a name" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:436 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:449 msgid "Please enter a name for this body" msgstr "" @@ -2959,16 +3020,16 @@ msgstr "請輸入密碼" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:147 -#: perllib/FixMyStreet/DB/Result/Problem.pm:365 +#: perllib/FixMyStreet/DB/Result/Problem.pm:386 #: templates/web/base/js/translation_strings.html:9 msgid "Please enter a subject" msgstr "請填下主旨" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:255 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:132 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:261 -#: perllib/FixMyStreet/DB/Result/User.pm:256 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:264 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:127 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:256 +#: perllib/FixMyStreet/DB/Result/User.pm:261 #: templates/web/base/js/translation_strings.html:24 #: templates/web/base/js/translation_strings.html:28 msgid "Please enter a valid email" @@ -2979,20 +3040,20 @@ msgstr "請輸入有效電子郵件" msgid "Please enter a valid email address" msgstr "請輸入有效的電子郵件" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:139 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:255 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:134 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:250 msgid "Please enter a valid email or phone number" msgstr "" #. ("JS") -#: perllib/FixMyStreet/DB/Result/Problem.pm:371 +#: perllib/FixMyStreet/DB/Result/Problem.pm:392 #: 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:254 +#: perllib/FixMyStreet/DB/Result/User.pm:259 #: templates/web/base/auth/_username_error.html:1 #: templates/web/base/auth/_username_error.html:8 #: templates/web/base/auth/change_email.html:24 @@ -3008,7 +3069,7 @@ msgid "Please enter your first name" msgstr "請輸入您的大名" #. ("JS") -#: perllib/FixMyStreet/Cobrand/UK.pm:337 +#: perllib/FixMyStreet/Cobrand/UK.pm:341 #: 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 "請輸入您的全名,地方政府需要此資料 – 如果您不希望名字公開在網站上,請在下面方格中劃掉勾選。" @@ -3020,9 +3081,9 @@ msgstr "請輸入您的姓氐" #. ("JS") #: perllib/FixMyStreet/App/Controller/Contact.pm:145 -#: perllib/FixMyStreet/DB/Result/Comment.pm:140 -#: perllib/FixMyStreet/DB/Result/Problem.pm:379 -#: perllib/FixMyStreet/DB/Result/User.pm:249 +#: perllib/FixMyStreet/DB/Result/Comment.pm:195 +#: perllib/FixMyStreet/DB/Result/Problem.pm:400 +#: perllib/FixMyStreet/DB/Result/User.pm:254 #: templates/web/base/js/translation_strings.html:18 msgid "Please enter your name" msgstr "請輸入您的姓氐" @@ -3063,19 +3124,19 @@ msgstr "請利用下方表單填寫問題細節,在細節項請儘量述明準 msgid "Please generate a two-factor code and enter it below:" msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:253 +#: 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:368 +#: perllib/FixMyStreet/DB/Result/Problem.pm:389 #: templates/web/base/js/translation_strings.html:11 #, fuzzy msgid "Please make sure you are not including an email address" msgstr "請輸入有效的電子郵件" #. ("JS") -#: perllib/FixMyStreet/App/Controller/Auth.pm:494 +#: perllib/FixMyStreet/App/Controller/Auth.pm:495 #: templates/web/base/js/translation_strings.html:34 msgid "Please make sure your password is at least %d characters long" msgstr "" @@ -3102,24 +3163,28 @@ msgstr "" msgid "Please note:" msgstr "請加註記" -#: perllib/FixMyStreet/App/Controller/Report.pm:471 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:912 +msgid "Please pick your update preference" +msgstr "" + +#: perllib/FixMyStreet/App/Controller/Report.pm:493 msgid "Please provide a duplicate ID or public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:453 +#: perllib/FixMyStreet/App/Controller/Report.pm:475 msgid "Please provide a public update for this report." msgstr "" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:256 +#: 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:263 +#: 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:249 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 msgid "Please say whether you've ever reported a problem to your council before" msgstr "請敍明您是否曾向地方政府申報過問題? " @@ -3127,7 +3192,7 @@ msgstr "請敍明您是否曾向地方政府申報過問題? " 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:194 +#: templates/web/zurich/admin/reports/edit.html:198 msgid "Please select a body." msgstr "請選擇單位" @@ -3139,7 +3204,7 @@ msgstr "請選擇訂閱方式" msgid "Please select the type of alert you want" msgstr "請選擇更新通知方式" -#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:245 +#: perllib/FixMyStreet/App/Controller/Questionnaire.pm:241 msgid "Please state whether or not the problem has been fixed" msgstr "請敍明該問題是否已解決" @@ -3147,12 +3212,12 @@ msgstr "請敍明該問題是否已解決" #: perllib/FixMyStreet/App/Model/PhotoSet.pm:119 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:138 #: perllib/FixMyStreet/App/Model/PhotoSet.pm:140 -#: templates/web/base/js/translation_strings.html:80 +#: templates/web/base/js/translation_strings.html:82 msgid "Please upload an image only" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:142 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:258 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:137 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:253 msgid "Please verify at least one of email/phone" msgstr "" @@ -3160,27 +3225,23 @@ msgstr "" msgid "Please write a message" msgstr "諘寫下您的留言" -#: templates/web/base/report/update/form_user_loggedin.html:38 -msgid "Post" -msgstr "張貼" - #: templates/web/base/alert/index.html:11 msgid "Postcode or street name and area" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:215 +#: perllib/FixMyStreet/DB/Result/Comment.pm:276 msgid "Posted anonymously at %s" msgstr "匿名張貼 %s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:257 +#: perllib/FixMyStreet/DB/Result/Comment.pm:318 msgid "Posted by %s at %s" msgstr "由 %s 在 %s 張貼" -#: perllib/FixMyStreet/DB/Result/Comment.pm:245 +#: perllib/FixMyStreet/DB/Result/Comment.pm:306 msgid "Posted by %s (%s) at %s" msgstr "由%s (%s) 在%s" -#: perllib/FixMyStreet/DB/Result/Comment.pm:247 +#: perllib/FixMyStreet/DB/Result/Comment.pm:308 msgid "Posted by %s at %s" msgstr "由%s 在%s" @@ -3196,7 +3257,7 @@ msgstr "" msgid "Prevent new reports from using this category, but keep it available in map filters." msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:94 +#: templates/web/base/admin/extra-metadata-item.html:95 msgid "Prevent user from submitting the form until this field is filled in." msgstr "" @@ -3204,11 +3265,11 @@ msgstr "" msgid "Previous" msgstr "之前" -#: perllib/FixMyStreet/Cobrand/Default.pm:708 +#: perllib/FixMyStreet/Cobrand/Default.pm:724 msgid "Priorities" msgstr "" -#: templates/web/base/report/_item.html:82 +#: templates/web/base/report/_item.html:95 #: templates/web/base/report/inspect/extra_details.html:2 msgid "Priority" msgstr "" @@ -3224,9 +3285,9 @@ msgid "Privacy and cookies" msgstr "隱私與cookies" #: templates/web/base/admin/bodies/body.html:90 -#: templates/web/base/admin/reports/edit.html:157 +#: templates/web/base/admin/reports/edit.html:170 #: templates/web/base/report/inspect/information.html:3 -#: templates/web/base/report/new/form_user_loggedin.html:69 +#: templates/web/base/report/new/form_user_loggedin.html:73 msgid "Private" msgstr "私人" @@ -3275,7 +3336,7 @@ msgstr "%s 問題已送達到地方政府 %s " msgid "Problem breakdown by state" msgstr "本站出現故障問題 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:244 +#: perllib/FixMyStreet/App/Controller/Admin.pm:247 msgid "Problem marked as open." msgstr "問題標註為開放" @@ -3283,8 +3344,7 @@ msgstr "問題標註為開放" msgid "Problem state change based on survey results" msgstr "依調查結果呈現的問題改善" -#: perllib/FixMyStreet/Cobrand/Default.pm:754 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:196 +#: perllib/FixMyStreet/Cobrand/Default.pm:770 #: templates/web/base/admin/flagged.html:10 msgid "Problems" msgstr "問題" @@ -3309,18 +3369,18 @@ msgstr "FixMyStreet 最近回報的已修復問題 " msgid "Problems within %.1fkm of %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:905 +#: perllib/FixMyStreet/Cobrand/Default.pm:921 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:141 -#: perllib/FixMyStreet/Cobrand/UK.pm:220 perllib/FixMyStreet/Cobrand/UK.pm:265 -#: perllib/FixMyStreet/Cobrand/UK.pm:277 +#: perllib/FixMyStreet/Cobrand/UK.pm:224 perllib/FixMyStreet/Cobrand/UK.pm:269 +#: perllib/FixMyStreet/Cobrand/UK.pm:281 msgid "Problems within %s" msgstr "在 %s 內的問題" -#: perllib/FixMyStreet/Cobrand/UK.pm:234 +#: perllib/FixMyStreet/Cobrand/UK.pm:238 msgid "Problems within %s ward" msgstr "在 %s 里/區的問題" -#: perllib/FixMyStreet/Cobrand/UK.pm:271 perllib/FixMyStreet/Cobrand/UK.pm:283 +#: perllib/FixMyStreet/Cobrand/UK.pm:275 perllib/FixMyStreet/Cobrand/UK.pm:287 msgid "Problems within %s ward, %s" msgstr "" @@ -3328,7 +3388,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:32 +#: templates/web/base/reports/body.html:27 msgid "Problems within %s, %s" msgstr "在 %s, %s的問題 " @@ -3336,11 +3396,15 @@ msgstr "在 %s, %s的問題 " msgid "Property address:" msgstr "公物地址:" -#: templates/web/base/admin/extra-metadata-item.html:105 +#: templates/web/base/admin/extra-metadata-item.html:106 msgid "Protect from Open311 changes" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:69 +#: templates/web/base/admin/bodies/contact-form.html:95 +msgid "Protect this category from being re-named" +msgstr "" + +#: templates/web/base/admin/bodies/contact-form.html:88 msgid "Protect this category's name and group(s) from Open311 changes" msgstr "" @@ -3354,11 +3418,11 @@ msgstr "提供更新資訊" msgid "Provide update as" msgstr "" -#: templates/web/base/report/form/user_loggedout_by_email.html:57 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 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 "" -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 msgid "Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports." msgstr "提供名稱與密碼非為必要,但其可以讓您更便於申報問題,提供更新與管理您的申報。" @@ -3366,12 +3430,12 @@ msgstr "提供名稱與密碼非為必要,但其可以讓您更便於申報問 msgid "Public details" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:230 -#: templates/web/zurich/admin/reports/edit.html:257 +#: templates/web/zurich/admin/reports/edit.html:234 +#: templates/web/zurich/admin/reports/edit.html:261 msgid "Public response:" msgstr "公眾反應" -#: templates/web/base/report/inspect/public_update.html:11 +#: templates/web/base/report/inspect/public_update.html:13 msgid "Public update:" msgstr "" @@ -3414,11 +3478,11 @@ msgstr "由問題申報者所填之問卷" msgid "RSS feed" msgstr "RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:266 perllib/FixMyStreet/Cobrand/UK.pm:278 +#: perllib/FixMyStreet/Cobrand/UK.pm:270 perllib/FixMyStreet/Cobrand/UK.pm:282 msgid "RSS feed for %s" msgstr "%s RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:272 perllib/FixMyStreet/Cobrand/UK.pm:284 +#: perllib/FixMyStreet/Cobrand/UK.pm:276 perllib/FixMyStreet/Cobrand/UK.pm:288 msgid "RSS feed for %s ward, %s" msgstr "%s里/區 RSS訂閱" @@ -3426,11 +3490,11 @@ msgstr "%s里/區 RSS訂閱" #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:165 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:175 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:183 -#: perllib/FixMyStreet/Cobrand/UK.pm:292 perllib/FixMyStreet/Cobrand/UK.pm:306 +#: perllib/FixMyStreet/Cobrand/UK.pm:296 perllib/FixMyStreet/Cobrand/UK.pm:310 msgid "RSS feed of %s" msgstr "%s RSS訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:297 perllib/FixMyStreet/Cobrand/UK.pm:311 +#: perllib/FixMyStreet/Cobrand/UK.pm:301 perllib/FixMyStreet/Cobrand/UK.pm:315 msgid "RSS feed of %s, within %s ward" msgstr "%s, 在%s 里/區" @@ -3438,13 +3502,13 @@ msgstr "%s, 在%s 里/區" msgid "RSS feed of nearby problems" msgstr " RSS訂閱 %s區域問題" -#: perllib/FixMyStreet/Cobrand/Default.pm:906 +#: perllib/FixMyStreet/Cobrand/Default.pm:922 #: perllib/FixMyStreet/Cobrand/FiksGataMi.pm:140 -#: perllib/FixMyStreet/Cobrand/UK.pm:227 +#: perllib/FixMyStreet/Cobrand/UK.pm:231 msgid "RSS feed of problems within %s" msgstr "在 %s 內之問題RSS 訂閱" -#: perllib/FixMyStreet/Cobrand/UK.pm:233 +#: perllib/FixMyStreet/Cobrand/UK.pm:237 msgid "RSS feed of problems within %s ward" msgstr "在 %s 里/區問題的RSS 訂閱" @@ -3458,11 +3522,11 @@ msgstr "最近當地問題的RSS訂閱" msgid "RSS feed of updates to this problem" msgstr "最近當地問題更新的RSS訂閱" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read less" msgstr "" -#: templates/web/base/report/_item_expandable.html:55 +#: templates/web/base/report/_item_expandable.html:57 msgid "Read more" msgstr "" @@ -3475,7 +3539,7 @@ msgstr "" msgid "Receive email when updates are left on this problem." msgstr "透過電子郵件收取該問題之更新消息" -#: perllib/FixMyStreet/DB/Result/Problem.pm:815 +#: perllib/FixMyStreet/DB/Result/Problem.pm:823 msgid "Received by %s moments later" msgstr "" @@ -3489,7 +3553,7 @@ msgstr "近期的當地問題%s " msgid "Recently reported problems" msgstr "近期申報之問題 " -#: templates/web/base/admin/triage/_list-filters.html:35 +#: templates/web/base/admin/triage/_list-filters.html:36 #: templates/web/base/reports/_list-filters-sort.html:9 msgid "Recently updated" msgstr "" @@ -3502,7 +3566,8 @@ 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 "記住 FixMyStreet主要為申報可修復之物理性問題。如果您的問題不適合透過本網站投送,請直接到地方政府各機關之網站。 " -#: templates/web/base/admin/users/form.html:197 +#: templates/web/base/admin/users/form.html:182 +#: templates/web/zurich/admin/users/form.html:39 msgid "Remove account details" msgstr "" @@ -3514,8 +3579,8 @@ msgstr "" msgid "Remove flag" msgstr "移除標記" -#: templates/web/base/report/_item.html:12 -#: templates/web/base/report/_item.html:9 +#: templates/web/base/report/_item.html:20 +#: templates/web/base/report/_item.html:23 #: templates/web/base/report/_main.html:147 #: templates/web/base/report/_main.html:24 #: templates/web/base/report/_main.html:32 @@ -3530,17 +3595,21 @@ msgstr "" msgid "Remove option" msgstr "" -#: templates/web/base/admin/reports/edit.html:174 +#: templates/web/base/admin/reports/edit.html:187 #: templates/web/base/admin/update_edit.html:74 #: templates/web/zurich/admin/update_edit.html:35 msgid "Remove photo (can't be undone!)" msgstr "移陯照片(無法回復)" -#: templates/web/base/auth/generate_token.html:78 +#: templates/web/base/admin/users/index.html:85 +msgid "Remove staff permissions" +msgstr "" + +#: templates/web/base/auth/generate_token.html:75 msgid "Replace token" msgstr "" -#: templates/web/zurich/admin/reports/edit.html:228 +#: templates/web/zurich/admin/reports/edit.html:232 msgid "Reply to user:" msgstr "給用戶的回應" @@ -3548,14 +3617,14 @@ msgstr "給用戶的回應" msgid "Report" msgstr "提報 " -#: templates/web/base/report/_item.html:60 +#: templates/web/base/report/_item.html:73 #: 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:89 +#: templates/web/base/js/translation_strings.html:91 #: templates/web/base/navigation/_report.html:6 #: templates/web/base/navigation/_report.html:8 #: templates/web/zurich/footer.html:18 @@ -3564,7 +3633,7 @@ msgid "Report a problem" msgstr "申報問題" #. ("JS") -#: templates/web/base/js/translation_strings.html:90 +#: templates/web/base/js/translation_strings.html:92 #: templates/web/base/navigation/_report.html:4 msgid "Report a problem here" msgstr "" @@ -3580,7 +3649,7 @@ msgid "Report anonymously" msgstr "在%s 匿名申報 " #. ("JS") -#: templates/web/base/js/translation_strings.html:91 +#: templates/web/base/js/translation_strings.html:93 #: templates/web/base/navigation/_report.html:2 #: templates/web/base/tokens/confirm_problem.html:40 msgid "Report another problem here" @@ -3616,7 +3685,7 @@ msgstr "" msgid "Report, view, or discuss local problems" msgstr "申報,檢視,或討論在地問題" -#: perllib/FixMyStreet/DB/Result/Problem.pm:652 +#: perllib/FixMyStreet/DB/Result/Problem.pm:655 #: templates/web/base/contact/index.html:64 msgid "Reported anonymously at %s" msgstr "在%s 匿名申報 " @@ -3627,7 +3696,7 @@ msgstr "在%s 匿名申報 " msgid "Reported before" msgstr "之前的申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:676 +#: perllib/FixMyStreet/DB/Result/Problem.pm:679 #: templates/web/base/contact/index.html:66 msgid "Reported by %s at %s" msgstr "由%s 的 %s 申報" @@ -3641,27 +3710,27 @@ msgstr "由  申報" msgid "Reported in the %s category" msgstr "%s 種類之申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:649 +#: perllib/FixMyStreet/DB/Result/Problem.pm:652 msgid "Reported in the %s category anonymously at %s" msgstr "%s 種類下的匿名申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:673 +#: perllib/FixMyStreet/DB/Result/Problem.pm:676 msgid "Reported in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " -#: perllib/FixMyStreet/DB/Result/Problem.pm:646 +#: perllib/FixMyStreet/DB/Result/Problem.pm:649 msgid "Reported via %s anonymously at %s" msgstr "在%s 匿名申報 " -#: perllib/FixMyStreet/DB/Result/Problem.pm:670 +#: perllib/FixMyStreet/DB/Result/Problem.pm:673 msgid "Reported via %s by %s at %s" msgstr "%s 透過 %s 在 %s類別的申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:643 +#: perllib/FixMyStreet/DB/Result/Problem.pm:646 msgid "Reported via %s in the %s category anonymously at %s" msgstr "透過 %s 在 %s類別的匿名申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:665 +#: perllib/FixMyStreet/DB/Result/Problem.pm:668 msgid "Reported via %s in the %s category by %s at %s" msgstr "%s 在 %s %s類別的申報 " @@ -3680,17 +3749,15 @@ msgstr "已申報 %s" msgid "Reporting a problem" msgstr "申報問題" -#: perllib/FixMyStreet/Cobrand/Default.pm:698 -#: perllib/FixMyStreet/Cobrand/Default.pm:712 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:330 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:410 +#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:728 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:380 #: templates/web/base/around/tabbed_lists.html:3 #: templates/web/base/dashboard/index.html:108 -#: templates/web/zurich/header.html:48 msgid "Reports" msgstr "申報" -#: perllib/FixMyStreet/Cobrand/Bromley.pm:21 +#: perllib/FixMyStreet/Cobrand/Bromley.pm:26 #: perllib/FixMyStreet/Cobrand/Oxfordshire.pm:17 #: perllib/FixMyStreet/Roles/ConfirmValidation.pm:38 msgid "Reports are limited to %s characters in length. Please shorten your report" @@ -3718,15 +3785,15 @@ msgid "Reports published" msgstr "己公開之申報" #. ("JS") -#: templates/web/base/js/translation_strings.html:101 +#: templates/web/base/js/translation_strings.html:103 msgid "Reports saved offline." msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:291 perllib/FixMyStreet/Cobrand/UK.pm:305 +#: perllib/FixMyStreet/Cobrand/UK.pm:295 perllib/FixMyStreet/Cobrand/UK.pm:309 msgid "Reports sent to %s" msgstr "" -#: perllib/FixMyStreet/Cobrand/UK.pm:298 perllib/FixMyStreet/Cobrand/UK.pm:312 +#: perllib/FixMyStreet/Cobrand/UK.pm:302 perllib/FixMyStreet/Cobrand/UK.pm:316 msgid "Reports sent to %s, within %s ward" msgstr "" @@ -3739,7 +3806,7 @@ msgstr "" msgid "Reposition if needed, then hit Continue" msgstr "" -#: templates/web/base/admin/extra-metadata-item.html:93 +#: templates/web/base/admin/extra-metadata-item.html:94 msgid "Required" msgstr "" @@ -3792,39 +3859,45 @@ msgstr "" msgid "Right place?" msgstr "正確地點?" -#: perllib/FixMyStreet/Geocode/OSM.pm:161 +#: perllib/FixMyStreet/Geocode/OSM.pm:162 msgid "Road operator for this named road (derived from road reference number and type): %s" msgstr "此指定街道之道路營運者(取自道路參照碼與種類): %s" -#: perllib/FixMyStreet/Geocode/OSM.pm:158 +#: perllib/FixMyStreet/Geocode/OSM.pm:159 msgid "Road operator for this named road (from OpenStreetMap): %s" msgstr "此指定街道之道路營運者(來自OpenStreetMap): %s" +#. ("JS") +#: templates/web/base/js/translation_strings.html:68 +#: templates/web/base/maps/fms.html:3 templates/web/base/maps/osm.html:3 +msgid "Roads" +msgstr "" + #: templates/web/base/admin/roles/index.html:5 msgid "Role" msgstr "" -#: templates/web/base/admin/users/form.html:143 +#: templates/web/base/admin/users/form.html:128 #: templates/web/base/admin/users/index.html:29 msgid "Role:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:714 +#: perllib/FixMyStreet/Cobrand/Default.pm:730 #: templates/web/base/admin/roles/form.html:1 #: templates/web/base/admin/roles/index.html:1 msgid "Roles" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: perllib/FixMyStreet/App/Controller/Admin.pm:416 -#: templates/web/base/admin/reports/edit.html:171 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: perllib/FixMyStreet/App/Controller/Admin.pm:426 +#: templates/web/base/admin/reports/edit.html:184 #: templates/web/base/admin/update_edit.html:71 #: templates/web/zurich/admin/reports/edit.html:106 msgid "Rotate Left" msgstr "左轉 " -#: perllib/FixMyStreet/App/Controller/Admin.pm:412 -#: templates/web/base/admin/reports/edit.html:172 +#: perllib/FixMyStreet/App/Controller/Admin.pm:422 +#: templates/web/base/admin/reports/edit.html:185 #: templates/web/base/admin/update_edit.html:72 #: templates/web/zurich/admin/reports/edit.html:107 msgid "Rotate Right" @@ -3840,20 +3913,20 @@ msgstr "旋轉這張照片將會導致申報中未存檔的照片更動消失" msgid "Satellite" msgstr "衛星" -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/report/_inspect.html:79 msgid "Save + close as duplicate" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:131 +#: templates/web/base/admin/bodies/contact-form.html:164 #: 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:21 -#: templates/web/base/admin/templates/edit.html:84 -#: templates/web/base/admin/triage/_inspect.html:69 -#: templates/web/base/admin/users/index.html:83 -#: templates/web/base/report/_inspect.html:78 +#: templates/web/base/admin/templates/edit.html:73 +#: templates/web/base/admin/triage/_inspect.html:68 +#: templates/web/base/admin/users/index.html:89 +#: templates/web/base/report/_inspect.html:79 #: templates/web/base/report/_main.html:129 #: templates/web/base/report/update.html:58 #: templates/web/zurich/admin/bodies/contact-form.html:51 @@ -3870,13 +3943,12 @@ 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:102 +#: templates/web/base/js/translation_strings.html:104 msgid "Saving reports offline" msgstr "" #: templates/web/base/admin/index.html:26 #: templates/web/base/admin/reports/index.html:1 -#: templates/web/zurich/admin/reports/index.html:1 msgid "Search Reports" msgstr "搜尋申報" @@ -3889,7 +3961,7 @@ msgstr "搜尋使用者" msgid "Search for location of email alert or RSS feed" msgstr "" -#: templates/web/zurich/header.html:70 +#: templates/web/zurich/header.html:79 msgid "Search reports" msgstr "搜尋申報" @@ -3904,12 +3976,12 @@ msgstr "搜尋" msgid "Searching found no reports." msgstr "查無此申報" -#: templates/web/base/admin/users/index.html:89 +#: 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:45 +#: templates/web/base/auth/generate_token.html:49 #: templates/web/base/my/my.html:75 msgid "Security" msgstr "" @@ -3919,8 +3991,7 @@ msgstr "" msgid "See our privacy policy" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:768 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:202 +#: perllib/FixMyStreet/Cobrand/Default.pm:784 msgid "See user detail for reports created as the council" msgstr "" @@ -3930,7 +4001,7 @@ msgid "Select a body" msgstr "選擇單位" #: templates/web/base/admin/bodies/form.html:78 -#: templates/web/base/admin/users/form.html:87 +#: templates/web/base/admin/users/form.html:58 #: templates/web/zurich/admin/bodies/form.html:37 msgid "Select an area" msgstr "選擇區域" @@ -3951,7 +4022,7 @@ msgstr "" msgid "Select:" msgstr "" -#: templates/web/base/contact/enquiry/index.html:75 +#: templates/web/base/contact/enquiry/index.html:76 #: templates/web/base/contact/index.html:120 msgid "Send" msgstr "" @@ -3964,7 +4035,7 @@ msgstr "" msgid "Send extended Open311 statuses with service request updates" msgstr "" -#: templates/web/base/admin/users/form.html:25 +#: templates/web/base/admin/users/_form_details.html:17 msgid "Send login email" msgstr "" @@ -3973,11 +4044,11 @@ msgstr "" msgid "Sending a confirmation text failed: \"%s\"" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:904 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:892 msgid "Sent report back" msgstr "送回申報" -#: perllib/FixMyStreet/DB/Result/Problem.pm:819 +#: perllib/FixMyStreet/DB/Result/Problem.pm:827 msgid "Sent to %s %s later" msgstr "%s 稍後送給%s" @@ -4015,7 +4086,7 @@ msgstr "" msgid "Shortlist" msgstr "" -#: templates/web/base/reports/body.html:39 +#: templates/web/base/reports/body.html:34 msgid "Shortlist all visible" msgstr "" @@ -4026,7 +4097,7 @@ msgstr "" msgid "Shortlisted" msgstr "" -#: templates/web/base/report/_item.html:15 +#: templates/web/base/report/_item.html:26 #: templates/web/base/report/_main.html:157 msgid "Shortlisted by %s" msgstr "" @@ -4051,8 +4122,8 @@ msgstr "" msgid "Show older" msgstr "" -#: templates/web/base/admin/triage/_list-filters.html:43 -#: templates/web/base/reports/_list-filters.html:47 +#: templates/web/base/admin/triage/_list-filters.html:44 +#: templates/web/base/reports/_list-filters.html:49 msgid "Show older reports" msgstr "" @@ -4063,7 +4134,7 @@ msgstr "" #. ("JS") #: templates/web/base/around/display_location.html:63 #: templates/web/base/around/display_location.html:71 -#: templates/web/base/js/translation_strings.html:73 +#: templates/web/base/js/translation_strings.html:75 msgid "Show pins" msgstr "顯示地圖標示" @@ -4126,7 +4197,7 @@ msgid "Some photos of recent reports" msgstr "最近申報之照片" #. ('Optional comment for translator') -#: perllib/FixMyStreet/Template.pm:62 +#: perllib/FixMyStreet/Template.pm:66 msgid "Some text to localize" msgstr "有些文字需在地化" @@ -4135,12 +4206,11 @@ msgid "Someone has moderated this report since you started." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:76 +#: templates/web/base/js/translation_strings.html:78 msgid "Sorry! You’ve hit the limit of images that can be attached to one report." msgstr "" -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:100 -#: perllib/FixMyStreet/Cobrand/UK.pm:86 +#: perllib/FixMyStreet/Cobrand/UK.pm:90 msgid "Sorry, that appears to be a Crown dependency postcode, which we don't cover." msgstr "抱歉,該郵區號碼我們尚未支援" @@ -4158,9 +4228,9 @@ msgstr "" msgid "Sorry, there has been an error confirming your problem." msgstr "抱歉無法確認你的問題" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:249 -#: perllib/FixMyStreet/Geocode.pm:39 perllib/FixMyStreet/Geocode/Bing.pm:47 -#: perllib/FixMyStreet/Geocode/OSM.pm:53 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:250 +#: 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 "抱歉,我們無法找到此位置" @@ -4170,13 +4240,13 @@ msgstr "抱歉,我們無法找到此位置" msgid "Sorry, we could not log you in. Please fill in the form below." msgstr "" -#: perllib/FixMyStreet/Geocode/Bing.pm:44 +#: 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:108 +#: perllib/FixMyStreet/App/Controller/Contact/Enquiry.pm:102 #: perllib/FixMyStreet/App/Form/ManifestTheme.pm:54 #: perllib/FixMyStreet/PhotoStorage.pm:63 #, fuzzy @@ -4191,11 +4261,11 @@ msgstr "" msgid "Sorry, you don't have permission to do that." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report.pm:176 +#: perllib/FixMyStreet/App/Controller/Report.pm:195 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:28 +#: templates/web/base/admin/triage/_list-filters.html:29 #: templates/web/base/reports/_list-filters-sort.html:2 msgid "Sort by" msgstr "" @@ -4204,11 +4274,11 @@ msgstr "" msgid "Staff only" msgstr "" -#: templates/web/base/admin/users/form.html:65 +#: templates/web/base/admin/users/form.html:36 msgid "Staff users have permission to log in to the admin." msgstr "" -#: templates/web/base/admin/users/form.html:69 +#: templates/web/base/admin/users/form.html:40 msgid "Staff:" msgstr "" @@ -4232,18 +4302,18 @@ msgstr "" #: templates/web/base/admin/users/alerts.html:11 #: templates/web/base/dashboard/index.html:102 #: templates/web/base/report/_inspect.html:34 -#: templates/web/base/report/_item.html:78 -#: templates/web/base/report/update/form_update.html:41 +#: templates/web/base/report/_item.html:91 +#: templates/web/base/report/update/form_update.html:18 #: templates/web/zurich/admin/bodies/contact-form.html:37 msgid "State" msgstr "陳述" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:107 -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:108 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:110 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:111 msgid "State and external status code cannot be used simultaneously." msgstr "" -#: perllib/FixMyStreet/Script/Alerts.pm:106 +#: perllib/FixMyStreet/Script/Alerts.pm:107 #: templates/web/base/report/_update_state.html:7 #: templates/web/base/report/updates.html:21 msgid "State changed to:" @@ -4252,31 +4322,28 @@ msgstr "" #: templates/web/base/admin/reports/edit.html:128 #: templates/web/base/admin/update_edit.html:28 #: templates/web/zurich/admin/report_edit-sdm.html:63 -#: templates/web/zurich/admin/reports/edit.html:139 +#: 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:686 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:320 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:431 +#: perllib/FixMyStreet/Cobrand/Default.pm:702 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:401 #: templates/web/base/admin/states/index.html:1 msgid "States" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:680 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:413 +#: perllib/FixMyStreet/Cobrand/Default.pm:696 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:383 #: 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:61 +#: templates/web/zurich/header.html:70 msgid "Stats" msgstr "統計" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Status" msgstr "狀態" @@ -4294,7 +4361,7 @@ msgstr "街景圖" msgid "Subcategory" msgstr "" -#: templates/web/zurich/admin/index-dm.html:29 +#: templates/web/zurich/admin/_index_table.html:9 msgid "Subdivision/Body" msgstr "下屬單位/機關" @@ -4313,50 +4380,48 @@ msgstr "主旨:" #: 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/user_loggedout_by_email.html:65 +#: 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:21 -#: templates/web/base/report/new/form_user_loggedin.html:73 -#: templates/web/base/report/new/login_success_form.html:17 -#: templates/web/base/report/new/oauth_email_form.html:20 #: templates/web/base/report/new/report_import.html:103 -#: templates/web/zurich/report/new/fill_in_details_form.html:73 +#: templates/web/zurich/report/new/fill_in_details_form.html:74 +#: templates/web/zurich/report/new/fill_in_details_form.html:75 msgid "Submit" msgstr "送出" -#: templates/web/base/admin/reports/edit.html:185 +#: templates/web/base/admin/reports/edit.html:198 #: templates/web/base/admin/reports/edit.html:25 #: templates/web/base/admin/update_edit.html:82 -#: templates/web/base/admin/users/form.html:189 -#: templates/web/zurich/admin/report_edit-sdm.html:111 -#: templates/web/zurich/admin/reports/edit.html:253 +#: templates/web/base/admin/users/form.html:174 +#: templates/web/zurich/admin/report_edit-sdm.html:117 +#: templates/web/zurich/admin/reports/edit.html:257 #: 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:112 +#: templates/web/base/questionnaire/index.html:89 msgid "Submit questionnaire" msgstr "送出問卷" -#: templates/web/zurich/admin/index-dm.html:25 +#: templates/web/zurich/admin/_index_table.html:5 #: templates/web/zurich/admin/index-dm.html:8 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 msgid "Submitted" msgstr "已送出" -#: templates/web/base/alert/_list.html:72 -#: templates/web/base/alert/_list.html:75 -#: templates/web/base/alert/updates.html:24 -#: templates/web/base/alert/updates.html:27 -#: templates/web/base/alert/updates.html:34 -#: templates/web/base/report/display_tools.html:53 -#: templates/web/base/report/display_tools.html:56 -#: templates/web/base/report/display_tools.html:62 +#: templates/web/base/alert/_list.html:73 +#: templates/web/base/alert/_list.html:76 +#: templates/web/base/alert/updates.html:26 +#: templates/web/base/alert/updates.html:29 +#: templates/web/base/alert/updates.html:36 +#: templates/web/base/report/display_tools.html:54 +#: templates/web/base/report/display_tools.html:57 +#: templates/web/base/report/display_tools.html:63 msgid "Subscribe" msgstr "訂閱" -#: templates/web/base/alert/_list.html:67 +#: templates/web/base/alert/_list.html:68 msgid "Subscribe by email" msgstr "" @@ -4369,7 +4434,7 @@ msgstr "" msgid "Summaries are limited to %d characters in length. Please shorten your summary" msgstr "更新內容有 %s 字數限制,請簡化您的更新。" -#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:138 +#: perllib/FixMyStreet/Cobrand/Northamptonshire.pm:137 #: perllib/FixMyStreet/Cobrand/Rutland.pm:16 msgid "Summaries are limited to %s characters in length. Please shorten your summary" msgstr "" @@ -4383,20 +4448,19 @@ msgstr "" msgid "Summarise the problem" msgstr "" -#: templates/web/base/admin/bodies/contact-form.html:123 +#: templates/web/base/admin/bodies/contact-form.html:156 msgid "Summarise your changes" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:678 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:314 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:409 +#: perllib/FixMyStreet/Cobrand/Default.pm:694 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:379 #: 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:45 +#: templates/web/zurich/header.html:46 msgid "Summary" msgstr "摘要" @@ -4407,14 +4471,19 @@ 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 "" -#: templates/web/base/admin/users/form.html:130 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:238 +msgid "Superuser" +msgstr "" + +#: templates/web/base/admin/users/form.html:115 msgid "Superuser:" msgstr "" -#: templates/web/base/admin/users/form.html:126 +#: templates/web/base/admin/users/form.html:111 msgid "Superusers have permission to perform all actions within the admin." msgstr "" @@ -4432,13 +4501,17 @@ msgstr "" msgid "Template «%s»" msgstr "模版 «%s»" -#: perllib/FixMyStreet/Cobrand/Default.pm:704 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:420 +#: perllib/FixMyStreet/Cobrand/Default.pm:720 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:390 #: templates/web/base/develop/email_list.html:3 -#: templates/web/zurich/header.html:65 +#: templates/web/zurich/header.html:74 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 "內文" @@ -4459,6 +4532,11 @@ msgstr "文字版" msgid "Text:" msgstr "內文:" +#: templates/web/base/admin/extra-metadata-item.html:70 +#, fuzzy +msgid "Textarea" +msgstr "內文" + #: templates/web/base/tokens/confirm_problem.html:29 msgid "Thank you for reporting this issue!" msgstr "感謝您申報此問題" @@ -4488,7 +4566,7 @@ msgid "Thanks, glad to hear it's been fixed! Could we just ask if you have ever msgstr "謝謝,很高興知道此問題己修復了。請問您過去是否曾申報過問題? " #: templates/web/base/auth/2fa/intro.html:11 -#: templates/web/base/auth/generate_token.html:30 +#: templates/web/base/auth/generate_token.html:34 msgid "Thanks, you have successfully enabled two-factor authentication on your account." msgstr "" @@ -4500,27 +4578,29 @@ msgstr "照片上傳似乎無法正常 (%s), 請再試一次。 " 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:161 +#: perllib/FixMyStreet/App/Controller/Location.pm:186 msgid "That location does not appear to be in the UK; please try again." msgstr "這地點似乎不在台灣; 請再試 一次。" +#: perllib/FixMyStreet/App/Controller/Auth.pm:499 +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/KiitC.pm:157 -#: perllib/FixMyStreet/Cobrand/TransportFocus.pm:93 -#: perllib/FixMyStreet/Cobrand/UK.pm:79 +#: perllib/FixMyStreet/Cobrand/UK.pm:83 msgid "That postcode was not recognised, sorry." msgstr "抱歉此郵遞區號無法辨識" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:272 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:288 msgid "That problem has been marked as sent." msgstr "問題被標註為送出" -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:265 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:281 msgid "That problem will now be resent." msgstr "此問題將重新送出" -#: perllib/FixMyStreet/App/Controller/Report.pm:156 +#: perllib/FixMyStreet/App/Controller/Report.pm:176 msgid "That report has been removed from FixMyStreet." msgstr "該申報已遭FixMyStreet 移除 " @@ -4570,8 +4650,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:76 -#: templates/web/base/admin/bodies/contact-form.html:77 +#: templates/web/base/admin/bodies/contact-form.html:108 +#: templates/web/base/admin/bodies/contact-form.html:109 #: templates/web/base/admin/bodies/form.html:101 #: templates/web/base/admin/bodies/form.html:102 msgid "" @@ -4630,7 +4710,7 @@ msgstr "顯示錯誤為: %s" 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 "下列 Open311 v2 屬性視要求之回覆而定: service_request_id, description, lat, long, media_url, status, requested_datetime, updated_datetime, service_code and service_name." -#: perllib/FixMyStreet/Geocode/OSM.pm:153 +#: 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 "下方關於最近道路之資訊未必準確,如果鄰近有多條道路或是在OpenStreetMap上無登記路名資料。" @@ -4692,8 +4772,8 @@ msgstr "用戶無法在地點上標示問題,但可以看到他們輸入的地 msgid "The user has been sent a login email" msgstr "" -#: templates/web/base/admin/users/form.html:13 -#: templates/web/base/admin/users/form.html:14 +#: 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." @@ -4728,7 +4808,7 @@ msgstr "" msgid "There is already a template with that title." msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:135 +#: perllib/FixMyStreet/App/Controller/Admin/Templates.pm:138 msgid "There is already an auto-response template for this category/state." msgstr "" @@ -4746,12 +4826,12 @@ msgstr "本頁出現錯誤,請再試一次" msgid "There was a problem with your login information." msgstr "" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:916 -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:161 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:944 +#: 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:376 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:380 msgid "There was a problem with your update. Please try again." msgstr "您的申報有問題,請重試一次" @@ -4759,7 +4839,7 @@ msgstr "您的申報有問題,請重試一次" msgid "There were problems with your report. Please see below." msgstr "您的申報有問題,請見下方說明" -#: perllib/FixMyStreet/App/Controller/Report/Update.pm:417 +#: perllib/FixMyStreet/App/Controller/Report/Update.pm:431 msgid "There were problems with your update. Please see below." msgstr "您的更新有問題,請見下方說明" @@ -4845,10 +4925,10 @@ msgstr "當用戶沒有選擇類別時,電子郵件將送到負責該區域的 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 "電子郵件將送到負責該區域的多個地方政府,因選擇的類別提供這些對象。如果您不是負責受理機關,請略過。" -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1091 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1163 -#: perllib/FixMyStreet/App/Controller/Report/New.pm:1210 -#: perllib/FixMyStreet/Cobrand/UK.pm:51 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1125 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1197 +#: perllib/FixMyStreet/App/Controller/Report/New.pm:1244 +#: perllib/FixMyStreet/Cobrand/UK.pm:55 msgid "This information is required" msgstr "本項資訊必填" @@ -4865,19 +4945,23 @@ msgstr "" msgid "This is the problem" msgstr "" +#: templates/web/base/admin/users/form.html:79 +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:14 +#: 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:7 +#: 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:5 +#: templates/web/base/report/update/form_state_checkbox.html:7 msgid "This problem is still ongoing" msgstr "" @@ -4890,26 +4974,26 @@ msgstr "" msgid "This report is a duplicate. Please leave updates on the original report:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Zurich.pm:142 #: 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:123 +#: perllib/FixMyStreet/Script/Alerts.pm:124 msgid "This report is currently marked as closed." msgstr "該申報目前注記為結案狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:121 +#: perllib/FixMyStreet/Script/Alerts.pm:122 msgid "This report is currently marked as fixed." msgstr "該申報目前注記為解決狀態" -#: perllib/FixMyStreet/Script/Alerts.pm:125 +#: perllib/FixMyStreet/Script/Alerts.pm:126 msgid "This report is currently marked as open." msgstr "該申報目前注記為開放狀態" #: templates/web/base/report/_updates_disallowed_message.html:1 -#: templates/web/base/report/display.html:58 +#: templates/web/base/report/display.html:55 msgid "This report is now closed to updates." msgstr "" @@ -4917,15 +5001,18 @@ msgstr "" msgid "This web page also contains a photo of the problem, provided by the user." msgstr "本頁包括由用戶提供反應問題的照片 " -#: templates/web/zurich/admin/report_edit-sdm.html:106 +#: 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:132 +#: 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:679 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:315 +#: perllib/FixMyStreet/Cobrand/Default.pm:695 #: templates/web/base/admin/timeline.html:1 #: templates/web/base/admin/users/index.html:68 #: templates/web/base/admin/users/log.html:1 @@ -4949,6 +5036,10 @@ msgstr "標題" 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 "找出適合您的在地通知,請輸入您的郵編或街名區域" @@ -4974,7 +5065,7 @@ 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:66 +#: templates/web/base/auth/generate_token.html:70 msgid "Token" msgstr "" @@ -4999,11 +5090,6 @@ msgstr "" msgid "Total" msgstr "總數" -#: templates/web/base/report/_item.html:86 -#: templates/web/base/report/inspect/extra_details.html:13 -msgid "Traffic management required?" -msgstr "" - #: templates/web/base/admin/bodies/_translations.html:7 msgid "Translation" msgstr "" @@ -5026,16 +5112,16 @@ msgstr "何不直接發信給我們:" #: templates/web/base/auth/2fa/intro.html:2 #: templates/web/base/auth/2fa/intro.html:6 -#: templates/web/base/auth/generate_token.html:36 -#: templates/web/base/auth/generate_token.html:49 +#: 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:29 +#: templates/web/base/auth/generate_token.html:33 msgid "Two-factor authentication has been activated" msgstr "" -#: templates/web/base/auth/generate_token.html:21 +#: templates/web/base/auth/generate_token.html:25 msgid "Two-factor authentication has been deactivated" msgstr "" @@ -5045,7 +5131,7 @@ msgstr "" msgid "Type" msgstr "" -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 msgid "Unban" msgstr "" @@ -5075,10 +5161,10 @@ msgstr "未知的錯誤" #: perllib/FixMyStreet/App/Controller/Develop.pm:188 #: perllib/FixMyStreet/App/Controller/Develop.pm:207 -#: perllib/FixMyStreet/App/Controller/My.pm:229 -#: perllib/FixMyStreet/App/Controller/Report.pm:141 -#: perllib/FixMyStreet/App/Controller/Report.pm:147 -#: perllib/FixMyStreet/App/Controller/Report.pm:150 +#: perllib/FixMyStreet/App/Controller/My.pm:244 +#: perllib/FixMyStreet/App/Controller/Report.pm:161 +#: perllib/FixMyStreet/App/Controller/Report.pm:167 +#: perllib/FixMyStreet/App/Controller/Report.pm:170 msgid "Unknown problem ID" msgstr "未知的問題編號  " @@ -5090,13 +5176,13 @@ msgstr "" msgid "Unshortlisted" msgstr "" -#: templates/web/base/report/_item.html:26 +#: 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:58 -#: templates/web/base/report/update/form_update.html:31 +#: templates/web/base/report/update/form_update.html:8 msgid "Update" msgstr "更新" @@ -5147,29 +5233,27 @@ msgstr "更新重申報之問題 " msgid "Update statuses" msgstr "更新之狀態" -#: templates/web/zurich/admin/index-dm.html:25 -#: templates/web/zurich/admin/index-sdm.html:21 -#: templates/web/zurich/admin/reports/index.html:13 +#: templates/web/zurich/admin/_index_table.html:5 msgid "Updated" msgstr "已更新" -#: perllib/FixMyStreet/DB/Result/Comment.pm:251 +#: perllib/FixMyStreet/DB/Result/Comment.pm:312 msgid "Updated by %s (%s) at %s" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:253 +#: perllib/FixMyStreet/DB/Result/Comment.pm:314 msgid "Updated by %s at %s" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin.pm:239 -#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:366 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:176 +#: perllib/FixMyStreet/App/Controller/Admin.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Reports.pm:368 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:171 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:382 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:45 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:57 #: perllib/FixMyStreet/App/Controller/Admin/Users.pm:572 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:837 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:862 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:935 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:831 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:856 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:925 msgid "Updated!" msgstr "已更新!" @@ -5180,7 +5264,7 @@ msgstr "已更新!" msgid "Updates" msgstr "更新" -#: perllib/FixMyStreet/DB/Result/Comment.pm:149 +#: perllib/FixMyStreet/DB/Result/Comment.pm:204 msgid "Updates are limited to %s characters in length. Please shorten your update" msgstr "更新內容有 %s 字數限制,請簡化您的更新。" @@ -5210,6 +5294,14 @@ msgstr "" 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:102 +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:75 +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 "" @@ -5223,8 +5315,8 @@ msgstr "" msgid "User added to abuse list" msgstr "" -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:153 -#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:282 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:148 +#: perllib/FixMyStreet/App/Controller/Admin/Users.pm:277 msgid "User already exists" msgstr "" @@ -5242,7 +5334,7 @@ msgid "User flagged" msgstr "給用戶標記警告" #: templates/web/base/admin/report_blocks.html:18 -#: templates/web/base/admin/users/form.html:37 +#: templates/web/base/admin/users/_form_details.html:31 #: templates/web/base/admin/users/index.html:65 msgid "User in abuse table" msgstr "" @@ -5255,27 +5347,25 @@ msgstr "用戶找到相符的名稱與電子郵件" msgid "User's alerts" msgstr "" -#: templates/web/base/admin/reports/edit.html:142 +#: templates/web/base/admin/reports/edit.html:155 #: templates/web/base/admin/update_edit.html:36 msgid "User:" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:713 -#: perllib/FixMyStreet/Cobrand/Default.pm:770 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:204 -#: perllib/FixMyStreet/Cobrand/KiitC.pm:336 -#: perllib/FixMyStreet/Cobrand/Zurich.pm:425 +#: perllib/FixMyStreet/Cobrand/Default.pm:729 +#: perllib/FixMyStreet/Cobrand/Default.pm:786 +#: perllib/FixMyStreet/Cobrand/Zurich.pm:395 #: templates/web/base/admin/flagged.html:29 #: templates/web/base/admin/roles/index.html:25 -#: templates/web/zurich/header.html:57 +#: templates/web/zurich/header.html:66 msgid "Users" msgstr "使用者" -#: templates/web/base/admin/users/form.html:140 +#: templates/web/base/admin/users/form.html:125 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:156 +#: templates/web/base/admin/users/form.html:141 msgid "Users can perform the following actions within their assigned body or area." msgstr "" @@ -5283,9 +5373,9 @@ 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:212 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:316 -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:359 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:211 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:329 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:372 msgid "Values updated" msgstr "數值更新" @@ -5311,7 +5401,7 @@ msgstr "" msgid "View report on site" msgstr "檢視本站之申報 " -#: templates/web/base/reports/body.html:21 +#: templates/web/base/reports/body.html:16 msgid "View reports by ward" msgstr "檢視里/區之申報 " @@ -5319,7 +5409,7 @@ msgstr "檢視里/區之申報 " msgid "View wards" msgstr "" -#: perllib/FixMyStreet/Cobrand/Default.pm:759 +#: perllib/FixMyStreet/Cobrand/Default.pm:775 msgid "View/Mark private reports" msgstr "" @@ -5337,7 +5427,7 @@ msgstr "檢視問題 " msgid "Ward:" msgstr "" -#: templates/web/base/reports/body.html:23 +#: templates/web/base/reports/body.html:18 msgid "Wards of this council" msgstr "地方政府轄下的里/區" @@ -5407,7 +5497,7 @@ msgstr "何時送出" msgid "Which problems do you want alerts about?" msgstr "" -#: templates/web/base/report/_inspect.html:40 +#: templates/web/base/report/_inspect.html:41 msgid "Which report is it a duplicate of?" msgstr "" @@ -5427,7 +5517,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:103 +#: templates/web/base/questionnaire/index.html:80 msgid "Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?" msgstr "您是否願意4週後再收到另一份問卷?以提醒您確認最新的狀況" @@ -5439,7 +5529,6 @@ msgstr "" msgid "Writing your message entirely in block capitals makes it hard to read, as does a lack of punctuation." msgstr "請注意留言內容,勿用注音文並應加上標點符號以利閱讀。" -#: perllib/FixMyStreet/Cobrand/Default.pm:1261 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:121 #: perllib/FixMyStreet/DB/Result/ModerationOriginalData.pm:122 #: templates/web/base/admin/bodies/category.html:6 @@ -5450,12 +5539,12 @@ msgstr "請注意留言內容,勿用注音文並應加上標點符號以利閱 #: templates/web/base/admin/list_updates.html:36 #: templates/web/base/admin/problem_row.html:20 #: templates/web/base/admin/reports/edit.html:101 -#: templates/web/base/admin/reports/edit.html:137 +#: templates/web/base/admin/reports/edit.html:150 #: templates/web/base/admin/update_edit.html:25 #: templates/web/base/admin/users/alerts.html:21 #: templates/web/base/admin/users/index.html:65 -#: templates/web/base/questionnaire/index.html:106 #: templates/web/base/questionnaire/index.html:39 +#: templates/web/base/questionnaire/index.html:83 msgid "Yes" msgstr "是" @@ -5468,7 +5557,7 @@ msgid "You are not sure of the origin or validity of the contact." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:103 +#: templates/web/base/js/translation_strings.html:105 msgid "You are offline" msgstr "" @@ -5481,7 +5570,7 @@ msgid "You are reporting the following update for being abusive, containing pers msgstr "您檢舉下列問題之更為濫用,包括個人資料或相似" #: templates/web/base/report/_updates_disallowed_message.html:2 -#: templates/web/base/report/display.html:59 +#: templates/web/base/report/display.html:56 msgid "You can make a new report in the same location." msgstr "" @@ -5490,7 +5579,7 @@ msgstr "" msgid "You can view the problem on this site." msgstr "您可在本站上檢視問題." -#: templates/web/base/admin/users/form.html:112 +#: templates/web/base/admin/users/form.html:97 msgid "You can add an abusive user's email to the abuse list, which automatically hides (and never sends) reports they create." msgstr "您可以新增某位用戶到濫用者名單,它會自動隱藏(不會送出)該名用戶所提交的申報 " @@ -5523,7 +5612,7 @@ msgstr "您可協助我們找出當地問題的承辦人員 %s電子郵件,把 msgid "You can mark a body as deleted if you do not want it to be active on the site." msgstr "您可以刪除某一單位如果不想讓它在本站激活" -#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:242 +#: perllib/FixMyStreet/App/Controller/Admin/Bodies.pm:241 msgid "You cannot rename a category to an existing category" msgstr "" @@ -5533,7 +5622,7 @@ msgid "You declined; please fill in the box above" msgstr "您受到拒絕,請填寫上方表格。" #. ("JS") -#: templates/web/base/js/translation_strings.html:105 +#: templates/web/base/js/translation_strings.html:107 msgid "You have %s saved to submit." msgstr "" @@ -5541,7 +5630,7 @@ msgstr "" msgid "You have already answered this questionnaire. If you have a question, please get in touch, or view your problem.\n" msgstr "您已回覆過本問卷。如果您有問題,請保持聯絡, 或是檢視 您作的申報\n" -#: templates/web/base/contact/enquiry/index.html:58 +#: 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張照片,如果你還想上傳更多張,原先的照片會被移除)" @@ -5551,8 +5640,7 @@ msgstr "在此申報中你已經附加了照片(注意你最多可附3張照片, 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 "在此申報中你已經附加了照片(注意你最多可附3張照片,如果你還想上傳更多張,原先的照片會被移除)" -#: templates/web/base/questionnaire/index.html:89 -#: templates/web/base/report/update/form_update.html:16 +#: templates/web/base/report/form/photo_upload.html:13 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 "" @@ -5619,9 +5707,9 @@ msgstr "您的申報 " #: templates/web/base/auth/2fa/intro.html:12 #: templates/web/base/auth/change_password.html:13 -#: templates/web/base/auth/generate_token.html:15 -#: templates/web/base/auth/generate_token.html:23 -#: templates/web/base/auth/generate_token.html:31 +#: 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 "" @@ -5630,13 +5718,14 @@ msgstr "" msgid "Your account requires two-factor authentication to be set up." msgstr "" -#: templates/web/base/alert/updates.html:30 +#: templates/web/base/alert/updates.html:32 #: 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/index.html:91 -#: templates/web/base/report/display_tools.html:59 -#: templates/web/base/report/form/user_loggedout_email.html:7 +#: templates/web/base/report/display_tools.html:60 +#: 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:42 #: templates/web/zurich/report/new/fill_in_details_form.html:53 msgid "Your email" @@ -5665,16 +5754,16 @@ 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:301 +#: perllib/FixMyStreet/App/Controller/My.pm:316 msgid "Your name has been hidden from all your reports and updates." msgstr "" -#: perllib/FixMyStreet/App/Controller/My.pm:297 +#: perllib/FixMyStreet/App/Controller/My.pm:312 msgid "Your name has been hidden." msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:95 +#: templates/web/base/js/translation_strings.html:97 msgid "Your offline reports" msgstr "" @@ -5694,8 +5783,8 @@ msgid "Your password has expired, please create a new one below. When you click msgstr "" #: templates/web/base/auth/create.html:67 -#: templates/web/base/report/form/user_loggedout_by_email.html:57 -#: templates/web/base/report/form/user_loggedout_by_email.html:59 +#: templates/web/base/report/form/user_loggedout_by_email.html:80 +#: templates/web/base/report/form/user_loggedout_by_email.html:82 #: templates/web/zurich/auth/general.html:56 msgid "Your password should include %d or more characters." msgstr "" @@ -5728,7 +5817,7 @@ msgid "Your update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:96 +#: templates/web/base/js/translation_strings.html:98 msgid "Your update has been saved offline for submission when back online." msgstr "" @@ -5759,19 +5848,19 @@ 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:167 +#: templates/web/base/admin/users/form.html:152 msgid "all" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:220 -#: perllib/FixMyStreet/DB/Result/User.pm:344 -#: perllib/FixMyStreet/Script/ArchiveOldEnquiries.pm:161 +#: perllib/FixMyStreet/DB/Result/Comment.pm:127 +#: perllib/FixMyStreet/DB/Result/Comment.pm:281 +#: perllib/FixMyStreet/DB/Result/User.pm:349 #: templates/web/base/admin/update_edit.html:92 #: templates/web/base/report/update/moderation_meta.html:2 msgid "an administrator" msgstr "" -#: perllib/FixMyStreet/DB/Result/Comment.pm:261 +#: perllib/FixMyStreet/DB/Result/Comment.pm:322 msgid "and a defect raised" msgstr "" @@ -5779,8 +5868,8 @@ msgstr "" msgid "by %s" msgstr "由 %s" -#: templates/web/base/reports/body.html:13 -#: templates/web/base/reports/body.html:14 +#: templates/web/base/reports/body.html:8 +#: templates/web/base/reports/body.html:9 msgid "council" msgstr "地方政府" @@ -5811,6 +5900,10 @@ msgstr "用戶編輯" msgid "from %s different users" msgstr "從不同的用戶%s " +#: templates/web/zurich/admin/users/form.html:24 +msgid "government-internal" +msgstr "" + #: templates/web/base/report/_item_small.html:22 #: templates/web/zurich/report/_item.html:16 msgid "last updated %s" @@ -5828,7 +5921,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:168 +#: templates/web/base/admin/users/form.html:153 msgid "none" msgstr "" @@ -5911,12 +6004,12 @@ msgid "today" msgstr "今天" #. ("JS") -#: templates/web/base/js/translation_strings.html:106 +#: templates/web/base/js/translation_strings.html:108 msgid "update" msgstr "" #. ("JS") -#: templates/web/base/js/translation_strings.html:107 +#: templates/web/base/js/translation_strings.html:109 msgid "updates" msgstr "" @@ -5941,7 +6034,7 @@ msgid "user removed from abuse list" msgstr "" #: templates/web/base/reports/body.html:0 -#: templates/web/base/reports/body.html:10 +#: templates/web/base/reports/body.html:5 msgid "ward" msgstr "路檔" @@ -5993,7 +6086,7 @@ msgid "%d year" msgid_plural "%d years" msgstr[0] "" -#: templates/web/fixmystreet.com/reports/summary.html:153 +#: templates/web/base/reports/index.html:120 #, perl-format msgid "%s day" msgid_plural "%s days" @@ -6011,7 +6104,7 @@ msgid "%s problem reported" msgid_plural "%s problems reported" msgstr[0] "" -#: templates/web/fixmystreet.com/reports/summary.html:168 +#: templates/web/base/reports/index.html:136 #, perl-format msgid "%s report" msgid_plural "%s reports" @@ -6029,19 +6122,19 @@ msgid "%s fixed in past month" msgid_plural "%s fixed in past month" msgstr[0] "上個月解決的%s " -#: templates/web/westminster/front/stats.html:8 +#: templates/web/base/front/stats.html:8 #, perl-format msgid "%s report in past week" msgid_plural "%s reports in past week" msgstr[0] "%s 上一週的申報 " -#: templates/web/westminster/front/stats.html:13 +#: templates/web/base/front/stats.html:13 #, perl-format msgid "%s report recently" msgid_plural "%s reports recently" msgstr[0] "近期的申報 %s " -#: templates/web/westminster/front/stats.html:19 +#: templates/web/base/front/stats.html:25 #, perl-format msgid "%s update on reports" msgid_plural "%s updates on reports" @@ -6071,18 +6164,30 @@ msgid "last updated %d day ago" msgid_plural "last updated %d days ago" msgstr[0] "" -#: templates/email/fixamingata/inactive-account.txt:8 +#: templates/email/default/inactive-account.txt:8 #, perl-format msgid "month" msgid_plural "months" msgstr[0] "" -#: templates/email/westminster/archive.txt:9 +#: templates/email/rutland/archive.html:28 #, perl-format msgid "report" msgid_plural "reports" msgstr[0] "" +#~ 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" diff --git a/templates/web/base/admin/users/_form_details.html b/templates/web/base/admin/users/_form_details.html index e526ceb066a..78debca3245 100644 --- a/templates/web/base/admin/users/_form_details.html +++ b/templates/web/base/admin/users/_form_details.html @@ -3,7 +3,7 @@

[% loc( "The user's name is displayed publicly on reports that have not been marked anonymous. - Names are not necessarily unique.") + Names are not necessarily unique.") %]